]> git.kaiwu.me - nginx.git/commit
nginx-0.3.5-RELEASE import release-0.3.5
authorIgor Sysoev <igor@sysoev.ru>
Fri, 21 Oct 2005 19:12:18 +0000 (19:12 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 21 Oct 2005 19:12:18 +0000 (19:12 +0000)
commit055951dc96d1ba9457cdce04bad60fe50b6ea7be
tree1ed865f8a532be30837787ff3ee0305f4d86596a
parentb6b31c91be09794b3689bb705b29cc8cb2f7258a
nginx-0.3.5-RELEASE import

    *) Bugfix: the segmentation fault may occurred if the IMAP/POP3 login
       was changed by authorization server; the bug had appeared in 0.2.2.

    *) Bugfix: the accept mutex did not work and all connections were
       handled by one process; the bug had appeared in 0.3.3.

    *) Bugfix: the timeout did not work if the "rtsig" method and the
       "timer_resolution" directive were used.
13 files changed:
conf/mime.types
docs/xml/nginx/changes.xml
src/core/nginx.h
src/event/modules/ngx_devpoll_module.c
src/event/modules/ngx_epoll_module.c
src/event/modules/ngx_kqueue_module.c
src/event/modules/ngx_poll_module.c
src/event/modules/ngx_rtsig_module.c
src/event/modules/ngx_select_module.c
src/event/ngx_event.c
src/http/ngx_http_request.c
src/imap/ngx_imap_auth_http_module.c
src/imap/ngx_imap_handler.c