/[hydra]/hydra/ChangeLog
ViewVC logotype

Diff of /hydra/ChangeLog

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

revision 1.12 by nmav, Sat Sep 28 10:52:46 2002 UTC revision 1.41 by nmav, Fri Oct 25 10:46:13 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 - 25/10/2002
2     * Better pthread detection.
3     * Better detection of dlopen call.
4     * Some changes to compile in gcc 2.95
5     * Added support for FreeBSD's sendfile (untested).
6    [Ported from Boa 0.94.14rc1]
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     * add [optional, Linux-only] check for sendfile system call
16     * use --disable-sendfile to disable sendfile support
17       sendfile support for files > 100K is default, now.
18       It's significantly faster and easier than the alternative
19     * umask ~0770 before exec
20     * tie stdout to the access_log, unless there is no access_log,
21       in which case tie it to /dev/null
22     * use sensible defaults for umask (077) and (027 for CGI)
23     * add and document new parameters (CGILog and CGIumask)
24     * vast improvements to the cgi-test.cgi program, by Jon Nelson
25       and Landon Curt Noll.
26     * next 3 items by Don Mahurin (patches modified somewhat):
27     * pidfile patch
28     * default mime_types patch
29     * NCSA environment environment variables wrapped in
30       #ifdef USE_NCSA_CGI_ENV
31     * fix some escaping issues with the directory indexer
32       (Ulf Harnhammar)
33     * backport poll support from 0.95
34    
35    ** Changes from 0.0.6 to 0.0.7 - 10/10/2002
36     * Added support for large files in 32 bit systems.
37     * Added support for SSL_* variables in CGIs.
38     * Added options in configuration file, to request and verify
39       a client certificate.
40     * The headers of HIC-CGIs are now parsed by the server.
41     * Corrected behavour in SIGHUP signal handling, to reread
42       the SSL related variables.
43     * Children and HIC threads are now killed using a signal, to avoid
44       unexpected errors, and memory leaks.
45    
46    ** Changes from 0.0.5 to 0.0.6 - 03/10/2002
47     * Compatibility functions are now automatically included in hydra, if
48       they are not found by the configure script.
49     * Replaced the included scandir function, with the one in libc.
50     * Fixed code, which compiled fine with gcc 3.2, but didn't compile at
51       all, with any other compiler!
52     * Improved the MaxConnections directive semantics.
53     * Added a very primitive mime.types file in examples/ directory.
54    
55    ** Changes from 0.0.4 to 0.0.5 - 02/10/2002
56     * If a requested CGI is not accesible then send 404 not found, instead
57       of trying to execute it.
58     * Corrected several stuff in HIC CGI handler. This allows Cookies,
59       POST data and Queries to work properly.
60    
61    ** Changes from 0.0.3 to 0.0.4 - 30/09/2002
62     * Added support for If-Range, If-Match, If-None-Match HTTP/1.1 header
63       fields. The server also generates ETag headers for static content using
64       the last modified field of the file, and the file size. This makes
65       Hydra cache friendly.
66     * Added support for multiple HIC threads. This gives a boost to script generation
67       since they are no longer generated sequentially.
68    
69    ** Changes from 0.0.2 to 0.0.3 - 28/09/2002
70   * Added support for dynamic modules that handle CGIs   * Added support for dynamic modules that handle CGIs
71     internally (HIC). That way Hydra can run PHP.     internally (HIC). That way Hydra can run PHP.
72   * Fixes in CGI execution. CGIs that are not passed from aliasing   * Fixes in CGI execution. CGIs that are not passed from aliasing

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.41

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26