/[hydra]/hydra/ChangeLog
ViewVC logotype

Diff of /hydra/ChangeLog

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

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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.37

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26