/[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.21 by nmav, Wed Oct 2 13:52:03 2002 UTC
# Line 1  Line 1 
1  ** Changes from Boa/0.94.13 to Hydra/0.0.2  ** Changes from 0.0.5 to 0.0.6
2     * Compatibility functions are now automatically included in hydra, if
3       they are not found by the configure script.
4    
5    ** Changes from 0.0.4 to 0.0.5 - 02/10/2002
6     * If a requested CGI is not accesible then send 404 not found, instead
7       of trying to execute it.
8     * Corrected several stuff in HIC CGI handler. This allows Cookies,
9       POST data and Queries to work properly.
10    
11    ** Changes from 0.0.3 to 0.0.4 - 30/09/2002
12     * Added support for If-Range, If-Match, If-None-Match HTTP/1.1 header
13       fields. The server also generates ETag headers for static content using
14       the last modified field of the file, and the file size. This makes
15       Hydra cache friendly.
16     * Added support for multiple HIC threads. This gives a boost to script generation
17       since they are not generated sequentially.
18    
19    ** Changes from 0.0.2 to 0.0.3 - 28/09/2002
20     * Added support for dynamic modules that handle CGIs
21       internally (HIC). That way Hydra can run PHP.
22     * Fixes in CGI execution. CGIs that are not passed from aliasing
23       functions now properly set PATH_INFO and PATH_TRANSLATED.
24       (Needs further cleanup).
25     * Cleaned up SSL support. Now hydra can be compiled even if gnutls
26       is not available.
27    
28    ** Changes from Boa/0.94.13 to Hydra/0.0.2 - 26/09/2002
29   * Added support for SSL 3.0 and TLS 1.0 protocols.   * Added support for SSL 3.0 and TLS 1.0 protocols.
30   * Added support for multiple CPU's by making the server   * Added support for multiple CPU's by making the server
31     run over a pool of threads.     run over a pool of threads.
# Line 10  Line 37 
37     take advantage of the host based virtual hosting.     take advantage of the host based virtual hosting.
38   * Added support for the TCP_CORK tcp option in linux.   * Added support for the TCP_CORK tcp option in linux.
39   * Cleaned up the CGI handling (gunzip, indexer are treated as CGIs)   * Cleaned up the CGI handling (gunzip, indexer are treated as CGIs)
40   * Enhanced grammer to handle 3 and 4 argument options.   * Enhanced grammar to handle 3 and 4 argument options.
41   * Added support for multiple directory indexes.   * Added support for multiple directory indexes.
42   * Dropped support for gunzip.   * Dropped support for gunzip.
43     * Use automake to create the distribution.
44    
45  ** Changes from 0.94.12 to 0.94.13  ** Changes from 0.94.12 to 0.94.13
46   * 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.21

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26