nginx/src/event
Igor Sysoev c2068d08f0 nginx-0.3.3-RELEASE import
*) Change: the "bl" and "af" parameters of the "listen" directive was
       renamed to the "backlog" and "accept_filter".

    *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
       directive.

    *) Change: the "$msec" log parameter does not require now the
       additional the gettimeofday() system call.

    *) Feature: the -t switch now tests the "listen" directives.

    *) Bugfix: if the invalid address was specified in the "listen"
       directive, then after the -HUP signal nginx left an open socket in
       the CLOSED state.

    *) Bugfix: the mime type may be incorrectly set to default value for
       index file with variable in the name; the bug had appeared in 0.3.0.

    *) Feature: the "timer_resolution" directive.

    *) Feature: the millisecond "$upstream_response_time" log parameter.

    *) Bugfix: a temporary file with client request body now is removed
       just after the response header was transferred to a client.

    *) Bugfix: OpenSSL 0.9.6 compatibility.

    *) Bugfix: the SSL certificate and key file paths could not be relative.

    *) Bugfix: the "ssl_prefer_server_ciphers" directive did not work in
       the ngx_imap_ssl_module.

    *) Bugfix: the "ssl_protocols" directive allowed to specify the single
       protocol only.
2005-10-19 12:33:58 +00:00
..
modules nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_accept.c nginx-0.3.2-RELEASE import 2005-10-12 13:50:36 +00:00
ngx_event_acceptex.c nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_busy_lock.c nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_busy_lock.h nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_connect.c nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_connect.h nginx-0.2.0-RELEASE import 2005-09-23 11:02:22 +00:00
ngx_event_connectex.c nginx-0.1.5-RELEASE import 2004-11-11 14:07:14 +00:00
ngx_event_mutex.c nginx-0.1.5-RELEASE import 2004-11-11 14:07:14 +00:00
ngx_event_openssl.c nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_openssl.h nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_pipe.c nginx-0.1.38-RELEASE import 2005-07-08 14:34:20 +00:00
ngx_event_pipe.h nginx-0.1.16-RELEASE import 2005-01-25 12:27:35 +00:00
ngx_event_posted.c nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_posted.h nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_timer.c nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_timer.h nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event.c nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event.h nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00