comparison auto/sources @ 250:fbf2b2f66c9f NGINX_0_4_10

nginx 0.4.10 *) Feature: the POP3 proxy supports the APOP command. *) Bugfix: if the select, poll or /dev/poll methods were used, then while waiting authentication server response the IMAP/POP3 proxy hogged CPU. *) Bugfix: a segmentation fault might occur if the $server_addr variable was used in the "map" directive. *) Bugfix: the ngx_http_flv_module did not support the byte ranges for full responses; bug appeared in 0.4.7. *) Bugfix: nginx could not be built on Debian amd64; bug appeared in 0.4.9.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Oct 2006 00:00:00 +0400
parents 500a3242dff6
children 644510700914
comparison
equal deleted inserted replaced
249:7a34085272cb 250:fbf2b2f66c9f
18 src/core/ngx_string.h \ 18 src/core/ngx_string.h \
19 src/core/ngx_parse.h \ 19 src/core/ngx_parse.h \
20 src/core/ngx_inet.h \ 20 src/core/ngx_inet.h \
21 src/core/ngx_file.h \ 21 src/core/ngx_file.h \
22 src/core/ngx_crc.h \ 22 src/core/ngx_crc.h \
23 src/core/ngx_crc32.h \
23 src/core/ngx_rbtree.h \ 24 src/core/ngx_rbtree.h \
24 src/core/ngx_radix_tree.h \ 25 src/core/ngx_radix_tree.h \
25 src/core/ngx_times.h \ 26 src/core/ngx_times.h \
26 src/core/ngx_shmtx.h \ 27 src/core/ngx_shmtx.h \
27 src/core/ngx_connection.h \ 28 src/core/ngx_connection.h \
40 src/core/ngx_output_chain.c \ 41 src/core/ngx_output_chain.c \
41 src/core/ngx_string.c \ 42 src/core/ngx_string.c \
42 src/core/ngx_parse.c \ 43 src/core/ngx_parse.c \
43 src/core/ngx_inet.c \ 44 src/core/ngx_inet.c \
44 src/core/ngx_file.c \ 45 src/core/ngx_file.c \
46 src/core/ngx_crc32.c \
45 src/core/ngx_rbtree.c \ 47 src/core/ngx_rbtree.c \
46 src/core/ngx_radix_tree.c \ 48 src/core/ngx_radix_tree.c \
47 src/core/ngx_times.c \ 49 src/core/ngx_times.c \
48 src/core/ngx_shmtx.c \ 50 src/core/ngx_shmtx.c \
49 src/core/ngx_connection.c \ 51 src/core/ngx_connection.c \