/[hydra]/hydra/ChangeLog
ViewVC logotype

Diff of /hydra/ChangeLog

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

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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.36

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26