/[hydra]/hydra/ChangeLog
ViewVC logotype

Diff of /hydra/ChangeLog

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

revision 1.2 by nmav, Mon Sep 23 13:24:19 2002 UTC revision 1.39 by nmav, Mon Oct 21 19:36:54 2002 UTC
# Line 1  Line 1 
1  ** Changes from 0.94.13 to Boas/SMP  ** Changes from 0.0.7 to 0.0.8
2     * Better pthread detection.
3     * Some changes to compile in gcc 2.95
4     * Added support for FreeBSD's sendfile (untested)
5    [Ported from Boa 0.94.14rc1]
6     * add [optional, Linux-only] check for sendfile system call
7     * add new state, IOSHUFFLE, which utilizes sendfile (or
8       emulates it using the request's buffer, otherwise)
9     * make the default socket size 32K.  The client_stream_size stays constant
10       at 8K, and the new 'buffer' size is 4K
11       Note also that the new code uses the "default" socket buffer size
12       it obtains with the first accept()ed socket.
13     * make default behavior be to leave stderr alone, but tie it
14       to cgilog otherwise
15     * use --disable-sendfile to disable sendfile support
16       sendfile support for files > 100K is default, now.
17       It's significantly faster and easier than the alternative
18     * umask ~0770 before exec
19     * tie stdout to the access_log, unless there is no access_log,
20       in which case tie it to /dev/null
21     * use sensible defaults for umask (077) and (027 for CGI)
22     * add and document new parameters (CGILog and CGIumask)
23     * vast improvements to the cgi-test.cgi program, by Jon Nelson
24       and Landon Curt Noll.
25     * next 3 items by Don Mahurin (patches modified somewhat):
26     * pidfile patch
27     * default mime_types patch
28     * NCSA environment environment variables wrapped in
29       #ifdef USE_NCSA_CGI_ENV
30     * fix some escaping issues with the directory indexer
31       (Ulf Harnhammar)
32     * backport poll support from 0.95
33    
34    ** Changes from 0.0.6 to 0.0.7 - 10/10/2002
35     * Added support for large files in 32 bit systems.
36     * Added support for SSL_* variables in CGIs.
37     * Added options in configuration file, to request and verify
38       a client certificate.
39     * The headers of HIC-CGIs are now parsed by the server.
40     * Corrected behavour in SIGHUP signal handling, to reread
41       the SSL related variables.
42     * Children and HIC threads are now killed using a signal, to avoid
43       unexpected errors, and memory leaks.
44    
45    ** Changes from 0.0.5 to 0.0.6 - 03/10/2002
46     * Compatibility functions are now automatically included in hydra, if
47       they are not found by the configure script.
48     * Replaced the included scandir function, with the one in libc.
49     * Fixed code, which compiled fine with gcc 3.2, but didn't compile at
50       all, with any other compiler!
51     * Improved the MaxConnections directive semantics.
52     * Added a very primitive mime.types file in examples/ directory.
53    
54    ** Changes from 0.0.4 to 0.0.5 - 02/10/2002
55     * If a requested CGI is not accesible then send 404 not found, instead
56       of trying to execute it.
57     * Corrected several stuff in HIC CGI handler. This allows Cookies,
58       POST data and Queries to work properly.
59    
60    ** Changes from 0.0.3 to 0.0.4 - 30/09/2002
61     * Added support for If-Range, If-Match, If-None-Match HTTP/1.1 header
62       fields. The server also generates ETag headers for static content using
63       the last modified field of the file, and the file size. This makes
64       Hydra cache friendly.
65     * Added support for multiple HIC threads. This gives a boost to script generation
66       since they are no longer generated sequentially.
67    
68    ** Changes from 0.0.2 to 0.0.3 - 28/09/2002
69     * Added support for dynamic modules that handle CGIs
70       internally (HIC). That way Hydra can run PHP.
71     * Fixes in CGI execution. CGIs that are not passed from aliasing
72       functions now properly set PATH_INFO and PATH_TRANSLATED.
73       (Needs further cleanup).
74     * Cleaned up SSL support. Now hydra can be compiled even if gnutls
75       is not available.
76    
77    ** Changes from Boa/0.94.13 to Hydra/0.0.2 - 26/09/2002
78   * Added support for SSL 3.0 and TLS 1.0 protocols.   * Added support for SSL 3.0 and TLS 1.0 protocols.
79   * Added support for multiple CPU's by making the server   * Added support for multiple CPU's by making the server
80     run over a pool of threads.     run over a pool of threads.
81   * Changed the file caching code. The mmap() calls are cached until   * Changed the file caching code. The mmap() calls are cached until
82     the mmap list table is full.     the mmap list table is full.
83   * Added support for HTTP/1.1 ranges.   * Added support for HTTP/1.1 ranges.
84     * Added support for hostname based virtual hosting.
85       Also changed the semantics of Alias, ScriptAlias and Redirect, to
86       take advantage of the host based virtual hosting.
87     * Added support for the TCP_CORK tcp option in linux.
88     * Cleaned up the CGI handling (gunzip, indexer are treated as CGIs)
89     * Enhanced grammar to handle 3 and 4 argument options.
90     * Added support for multiple directory indexes.
91     * Dropped support for gunzip.
92     * Use automake to create the distribution.
93    
94  ** Changes from 0.94.12 to 0.94.13  ** Changes from 0.94.12 to 0.94.13
95   * 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.2  
changed lines
  Added in v.1.39

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26