/[hydra]/hydra/ChangeLog
ViewVC logotype

Diff of /hydra/ChangeLog

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

revision 1.1 by nmav, Sat Sep 21 13:53:14 2002 UTC revision 1.27 by nmav, Fri Oct 4 19:09:51 2002 UTC
# Line 1  Line 1 
1    ** 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    
5    ** Changes from 0.0.5 to 0.0.6 - 03/10/2002
6     * Compatibility functions are now automatically included in hydra, if
7       they are not found by the configure script.
8     * Replaced the included scandir function, with the one in libc.
9     * Fixed code, which compiled fine with gcc 3.2, but didn't compile at
10       all, with any other compiler!
11     * Improved the MaxConnections directive semantics.
12     * Added a very primitive mime.types file in examples/ directory.
13    
14    ** Changes from 0.0.4 to 0.0.5 - 02/10/2002
15     * If a requested CGI is not accesible then send 404 not found, instead
16       of trying to execute it.
17     * Corrected several stuff in HIC CGI handler. This allows Cookies,
18       POST data and Queries to work properly.
19    
20    ** Changes from 0.0.3 to 0.0.4 - 30/09/2002
21     * Added support for If-Range, If-Match, If-None-Match HTTP/1.1 header
22       fields. The server also generates ETag headers for static content using
23       the last modified field of the file, and the file size. This makes
24       Hydra cache friendly.
25     * Added support for multiple HIC threads. This gives a boost to script generation
26       since they are no longer generated sequentially.
27    
28    ** Changes from 0.0.2 to 0.0.3 - 28/09/2002
29     * Added support for dynamic modules that handle CGIs
30       internally (HIC). That way Hydra can run PHP.
31     * Fixes in CGI execution. CGIs that are not passed from aliasing
32       functions now properly set PATH_INFO and PATH_TRANSLATED.
33       (Needs further cleanup).
34     * Cleaned up SSL support. Now hydra can be compiled even if gnutls
35       is not available.
36    
37    ** Changes from Boa/0.94.13 to Hydra/0.0.2 - 26/09/2002
38     * Added support for SSL 3.0 and TLS 1.0 protocols.
39     * Added support for multiple CPU's by making the server
40       run over a pool of threads.
41     * Changed the file caching code. The mmap() calls are cached until
42       the mmap list table is full.
43     * Added support for HTTP/1.1 ranges.
44     * Added support for hostname based virtual hosting.
45       Also changed the semantics of Alias, ScriptAlias and Redirect, to
46       take advantage of the host based virtual hosting.
47     * Added support for the TCP_CORK tcp option in linux.
48     * Cleaned up the CGI handling (gunzip, indexer are treated as CGIs)
49     * Enhanced grammar to handle 3 and 4 argument options.
50     * Added support for multiple directory indexes.
51     * Dropped support for gunzip.
52     * Use automake to create the distribution.
53    
54  ** Changes from 0.94.12 to 0.94.13  ** Changes from 0.94.12 to 0.94.13
55   * Change many instances of log_error_mesg + exit to DIE macro   * Change many instances of log_error_mesg + exit to DIE macro
56   * Change all instance of log_error_mesg (without exit) to WARN macro   * Change all instance of log_error_mesg (without exit) to WARN macro

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.27

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26