/[hydra]/hydra/ChangeLog
ViewVC logotype

Diff of /hydra/ChangeLog

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

revision 1.26 by nmav, Fri Oct 4 09:11:43 2002 UTC revision 1.38 by nmav, Mon Oct 21 19:11:55 2002 UTC
# Line 1  Line 1 
1  ** Changes from 0.0.6 to 0.0.7  ** Changes from 0.0.7 to 0.0.8
2     * Better pthread detection.
3     * Some changes to compile in gcc 2.95
4    [Ported from Boa 0.94.14rc1]
5     * add [optional, Linux-only] check for sendfile system call
6     * add new state, IOSHUFFLE, which utilizes sendfile (or
7       emulates it using the request's buffer, otherwise)
8     * make the default socket size 32K.  The client_stream_size stays constant
9       at 8K, and the new 'buffer' size is 4K
10       Note also that the new code uses the "default" socket buffer size
11       it obtains with the first accept()ed socket.
12     * make default behavior be to leave stderr alone, but tie it
13       to cgilog otherwise
14     * use --disable-sendfile to disable sendfile support
15       sendfile support for files > 100K is default, now.
16       It's significantly faster and easier than the alternative
17     * umask ~0770 before exec
18     * tie stdout to the access_log, unless there is no access_log,
19       in which case tie it to /dev/null
20     * use sensible defaults for umask (077) and (027 for CGI)
21     * add and document new parameters (CGILog and CGIumask)
22     * vast improvements to the cgi-test.cgi program, by Jon Nelson
23       and Landon Curt Noll.
24     * next 3 items by Don Mahurin (patches modified somewhat):
25     * pidfile patch
26     * default mime_types patch
27     * NCSA environment environment variables wrapped in
28       #ifdef USE_NCSA_CGI_ENV
29     * fix some escaping issues with the directory indexer
30       (Ulf Harnhammar)
31     * backport poll support from 0.95
32    
33    ** Changes from 0.0.6 to 0.0.7 - 10/10/2002
34   * Added support for large files in 32 bit systems.   * Added support for large files in 32 bit systems.
35     * Added support for SSL_* variables in CGIs.
36     * Added options in configuration file, to request and verify
37       a client certificate.
38     * The headers of HIC-CGIs are now parsed by the server.
39     * Corrected behavour in SIGHUP signal handling, to reread
40       the SSL related variables.
41     * Children and HIC threads are now killed using a signal, to avoid
42       unexpected errors, and memory leaks.
43    
44  ** Changes from 0.0.5 to 0.0.6 - 03/10/2002  ** Changes from 0.0.5 to 0.0.6 - 03/10/2002
45   * Compatibility functions are now automatically included in hydra, if   * Compatibility functions are now automatically included in hydra, if

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.38

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26