comparison auto/sources @ 488:829f9a66a659 NGINX_0_7_56

nginx 0.7.56 *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the HTTP module. *) Bugfix: in ngx_http_image_filter_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 May 2009 00:00:00 +0400
parents ed5e10fb40fc
children 4b0d7f0bf22b
comparison
equal deleted inserted replaced
487:e98b980b4fe7 488:829f9a66a659
93 src/event/ngx_event_pipe.c" 93 src/event/ngx_event_pipe.c"
94 94
95 95
96 SELECT_MODULE=ngx_select_module 96 SELECT_MODULE=ngx_select_module
97 SELECT_SRCS=src/event/modules/ngx_select_module.c 97 SELECT_SRCS=src/event/modules/ngx_select_module.c
98 WIN32_SELECT_SRCS=src/event/modules/ngx_win32_select_module.c
98 99
99 POLL_MODULE=ngx_poll_module 100 POLL_MODULE=ngx_poll_module
100 POLL_SRCS=src/event/modules/ngx_poll_module.c 101 POLL_SRCS=src/event/modules/ngx_poll_module.c
101 102
102 KQUEUE_MODULE=ngx_kqueue_module 103 KQUEUE_MODULE=ngx_kqueue_module