/[hydra]/hydra/ChangeLog
ViewVC logotype

Diff of /hydra/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by nmav, Wed Sep 25 19:55:53 2002 UTC revision 1.34 by nmav, Thu Oct 10 11:57:52 2002 UTC
# Line 1  Line 1 
1  ** Changes from Boa/0.94.13 to Hydra/0.0.2  ** Changes from 0.0.6 to 0.0.7
2     * Added support for large files in 32 bit systems.
3     * Added support for SSL_* variables in CGIs.
4     * Added options in configuration file, to request and verify
5       a client certificate.
6     * The headers of HIC-CGIs are now parsed by the server.
7     * Corrected behavour in SIGHUP signal handling, to reread
8       the SSL related variables.
9     * Children and HIC threads are now killed using a signal, to avoid
10       unexpected errors, and memory leaks.
11    
12    ** Changes from 0.0.5 to 0.0.6 - 03/10/2002
13     * Compatibility functions are now automatically included in hydra, if
14       they are not found by the configure script.
15     * Replaced the included scandir function, with the one in libc.
16     * Fixed code, which compiled fine with gcc 3.2, but didn't compile at
17       all, with any other compiler!
18     * Improved the MaxConnections directive semantics.
19     * Added a very primitive mime.types file in examples/ directory.
20    
21    ** Changes from 0.0.4 to 0.0.5 - 02/10/2002
22     * If a requested CGI is not accesible then send 404 not found, instead
23       of trying to execute it.
24     * Corrected several stuff in HIC CGI handler. This allows Cookies,
25       POST data and Queries to work properly.
26    
27    ** Changes from 0.0.3 to 0.0.4 - 30/09/2002
28     * Added support for If-Range, If-Match, If-None-Match HTTP/1.1 header
29       fields. The server also generates ETag headers for static content using
30       the last modified field of the file, and the file size. This makes
31       Hydra cache friendly.
32     * Added support for multiple HIC threads. This gives a boost to script generation
33       since they are no longer generated sequentially.
34    
35    ** Changes from 0.0.2 to 0.0.3 - 28/09/2002
36     * Added support for dynamic modules that handle CGIs
37       internally (HIC). That way Hydra can run PHP.
38     * Fixes in CGI execution. CGIs that are not passed from aliasing
39       functions now properly set PATH_INFO and PATH_TRANSLATED.
40       (Needs further cleanup).
41     * Cleaned up SSL support. Now hydra can be compiled even if gnutls
42       is not available.
43    
44    ** Changes from Boa/0.94.13 to Hydra/0.0.2 - 26/09/2002
45   * Added support for SSL 3.0 and TLS 1.0 protocols.   * Added support for SSL 3.0 and TLS 1.0 protocols.
46   * Added support for multiple CPU's by making the server   * Added support for multiple CPU's by making the server
47     run over a pool of threads.     run over a pool of threads.
# Line 10  Line 53 
53     take advantage of the host based virtual hosting.     take advantage of the host based virtual hosting.
54   * Added support for the TCP_CORK tcp option in linux.   * Added support for the TCP_CORK tcp option in linux.
55   * Cleaned up the CGI handling (gunzip, indexer are treated as CGIs)   * Cleaned up the CGI handling (gunzip, indexer are treated as CGIs)
56   * Enhanced grammer to handle 3 and 4 argument options.   * Enhanced grammar to handle 3 and 4 argument options.
57   * Added support for multiple directory indexes.   * Added support for multiple directory indexes.
58   * Dropped support for gunzip.   * Dropped support for gunzip.
59     * Use automake to create the distribution.
60    
61  ** Changes from 0.94.12 to 0.94.13  ** Changes from 0.94.12 to 0.94.13
62   * Change many instances of log_error_mesg + exit to DIE macro   * Change many instances of log_error_mesg + exit to DIE macro

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.34

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26