comparison auto/sources @ 10:46833bd150cb NGINX_0_1_5

nginx 0.1.5 *) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
author Igor Sysoev <http://sysoev.ru>
date Thu, 11 Nov 2004 00:00:00 +0300
parents 80ba094c6b3e
children 45fe5b98a9de
comparison
equal deleted inserted replaced
9:77eee314ddbd 10:46833bd150cb
173 src/os/win32/ngx_alloc.h \ 173 src/os/win32/ngx_alloc.h \
174 src/os/win32/ngx_files.h \ 174 src/os/win32/ngx_files.h \
175 src/os/win32/ngx_shared.h \ 175 src/os/win32/ngx_shared.h \
176 src/os/win32/ngx_process.h \ 176 src/os/win32/ngx_process.h \
177 src/os/win32/ngx_atomic.h \ 177 src/os/win32/ngx_atomic.h \
178 src/os/win32/ngx_thread.h \
178 src/os/win32/ngx_socket.h \ 179 src/os/win32/ngx_socket.h \
179 src/os/win32/ngx_os.h \ 180 src/os/win32/ngx_os.h \
181 src/os/win32/ngx_gui.h \
180 src/os/win32/ngx_process_cycle.h" 182 src/os/win32/ngx_process_cycle.h"
181 183
182 WIN32_CONFIG=src/os/win32/ngx_win32_config.h 184 WIN32_CONFIG=src/os/win32/ngx_win32_config.h
183 185
184 WIN32_SRCS="$CORE_SRCS $EVENT_SRCS \ 186 WIN32_SRCS="$CORE_SRCS $EVENT_SRCS \
185 src/os/win32/ngx_errno.c \ 187 src/os/win32/ngx_errno.c \
186 src/os/win32/ngx_alloc.c \ 188 src/os/win32/ngx_alloc.c \
187 src/os/win32/ngx_files.c \ 189 src/os/win32/ngx_files.c \
188 src/os/win32/ngx_time.c \ 190 src/os/win32/ngx_time.c \
189 src/os/win32/ngx_process.c \ 191 src/os/win32/ngx_process.c \
192 src/os/win32/ngx_thread.c \
190 src/os/win32/ngx_socket.c \ 193 src/os/win32/ngx_socket.c \
191 src/os/win32/ngx_wsarecv.c \ 194 src/os/win32/ngx_wsarecv.c \
192 src/os/win32/ngx_wsarecv_chain.c \ 195 src/os/win32/ngx_wsarecv_chain.c \
193 src/os/win32/ngx_wsasend_chain.c \ 196 src/os/win32/ngx_wsasend_chain.c \
194 src/os/win32/ngx_win32_init.c \ 197 src/os/win32/ngx_win32_init.c \
198 src/os/win32/ngx_gui.c \
195 src/os/win32/ngx_process_cycle.c \ 199 src/os/win32/ngx_process_cycle.c \
196 src/event/ngx_event_acceptex.c" 200 src/event/ngx_event_acceptex.c"
201
202 NGX_WIN32_ICONS="src/os/win32/nginx.ico src/os/win32/tray.ico"
203 NGX_WIN32_RC="src/os/win32/nginx.rc"
197 204
198 205
199 HTTP_MODULES="ngx_http_module \ 206 HTTP_MODULES="ngx_http_module \
200 ngx_http_core_module \ 207 ngx_http_core_module \
201 ngx_http_log_module" 208 ngx_http_log_module"