comparison src/core/ngx_core.h @ 252:644510700914 NGINX_0_4_11

nginx 0.4.11 *) Feature: the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5. *) Feature: the ngx_http_perl_module supports the $r->allow_ranges method. *) Bugfix: if the APOP was enabled in the POP3 proxy, then the USER/PASS commands might not work; bug appeared in 0.4.10.
author Igor Sysoev <http://sysoev.ru>
date Wed, 25 Oct 2006 00:00:00 +0400
parents fbf2b2f66c9f
children 6ae1357b7b7c
comparison
equal deleted inserted replaced
251:16ffa8ae5759 252:644510700914
66 #include <ngx_shmtx.h> 66 #include <ngx_shmtx.h>
67 #if (NGX_OPENSSL) 67 #if (NGX_OPENSSL)
68 #include <ngx_event_openssl.h> 68 #include <ngx_event_openssl.h>
69 #endif 69 #endif
70 #include <ngx_inet.h> 70 #include <ngx_inet.h>
71 #if (NGX_HAVE_UNIX_DOMAIN)
72 #include <ngx_unix_domain.h>
73 #endif
74 #include <ngx_cycle.h> 71 #include <ngx_cycle.h>
75 #include <ngx_process_cycle.h> 72 #include <ngx_process_cycle.h>
76 #include <ngx_conf_file.h> 73 #include <ngx_conf_file.h>
77 #include <ngx_os.h> 74 #include <ngx_os.h>
78 #include <ngx_connection.h> 75 #include <ngx_connection.h>