/[hydra]/hydra/ChangeLog
ViewVC logotype

Diff of /hydra/ChangeLog

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

revision 1.35 by nmav, Thu Oct 10 12:03:10 2002 UTC revision 1.43 by nmav, Sat Oct 26 21:44:10 2002 UTC
# Line 1  Line 1 
1    ** Changes from 0.0.8 to 0.0.9
2     * Long offsets are not used by default.
3     * Use of pipes instead of temporary files, if the post data sent
4       are less than PIPE_BUF.
5     * More consistent logging. The server's hostname or the IP address
6       are prepended to the log message.
7    
8    ** Changes from 0.0.7 to 0.0.8 - 25/10/2002
9     * Better pthread detection.
10     * Better detection of dlopen call.
11     * Some changes to compile in gcc 2.95
12     * Added support for FreeBSD's sendfile (untested).
13    [Ported from Boa 0.94.14rc1]
14     * add new state, IOSHUFFLE, which utilizes sendfile (or
15       emulates it using the request's buffer, otherwise)
16     * make the default socket size 32K.  The client_stream_size stays constant
17       at 8K, and the new 'buffer' size is 4K
18       Note also that the new code uses the "default" socket buffer size
19       it obtains with the first accept()ed socket.
20     * make default behavior be to leave stderr alone, but tie it
21       to cgilog otherwise
22     * add [optional, Linux-only] check for sendfile system call
23     * use --disable-sendfile to disable sendfile support
24       sendfile support for files > 100K is default, now.
25       It's significantly faster and easier than the alternative
26     * umask ~0770 before exec
27     * tie stdout to the access_log, unless there is no access_log,
28       in which case tie it to /dev/null
29     * use sensible defaults for umask (077) and (027 for CGI)
30     * add and document new parameters (CGILog and CGIumask)
31     * vast improvements to the cgi-test.cgi program, by Jon Nelson
32       and Landon Curt Noll.
33     * next 3 items by Don Mahurin (patches modified somewhat):
34     * pidfile patch
35     * default mime_types patch
36     * NCSA environment environment variables wrapped in
37       #ifdef USE_NCSA_CGI_ENV
38     * fix some escaping issues with the directory indexer
39       (Ulf Harnhammar)
40     * backport poll support from 0.95
41    
42  ** Changes from 0.0.6 to 0.0.7 - 10/10/2002  ** Changes from 0.0.6 to 0.0.7 - 10/10/2002
43   * Added support for large files in 32 bit systems.   * Added support for large files in 32 bit systems.
44   * Added support for SSL_* variables in CGIs.   * Added support for SSL_* variables in CGIs.

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.43

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26