/[hydra]/hydra/ChangeLog
ViewVC logotype

Diff of /hydra/ChangeLog

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

revision 1.33 by nmav, Wed Oct 9 08:50:30 2002 UTC revision 1.39 by nmav, Mon Oct 21 19:36:54 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     * 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.   * Added support for large files in 32 bit systems.
36   * Added support for SSL_* variables in CGIs.   * Added support for SSL_* variables in CGIs.
37   * Added options in configuration file, to request and verify   * Added options in configuration file, to request and verify
38     a client certificate.     a client certificate.
39     * The headers of HIC-CGIs are now parsed by the server.
40   * Corrected behavour in SIGHUP signal handling, to reread   * Corrected behavour in SIGHUP signal handling, to reread
41     the SSL related variables.     the SSL related variables.
  * The headers of HIC-CGIs are now parsed by the server.  
42   * Children and HIC threads are now killed using a signal, to avoid   * Children and HIC threads are now killed using a signal, to avoid
43     unexpected errors, and memory leaks.     unexpected errors, and memory leaks.
44    

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.39

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26