| Age | Commit message (Collapse) | Author | Files | Lines |
|
r1487, r1488, r1494, r1495, r1499 merge:
*) ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
*) smtp_client_buffer and smtp_greeting_delay
|
|
sub_filter fixes:
*) fix empty string replacement in sub_filter
*) add sub_filter parser fix similar to r1261 in SSI parser
*) fix case when pattern is split between two buffers:
it had been fixed in SSI parser long ago
|
|
make 64-bit ngx_int_t on 64-bit platforms
|
|
regex in server_name and valid_referers
|
|
the "www.example.*" wildcard hash support
|
|
ngx_strnstr()
|
|
add time and length to a HEAD request
|
|
omit trailing zero in directory name
|
|
ngx_escape_html(), SSI echo encoding
|
|
*) ngx_strstrn() and ngx_strcasestrn()
*) fix memcached END test
|
|
log starttls
|
|
|
|
fix file leak for HEAD requests
|
|
u_char* is enough to keep file name
|
|
the "proxy_hide_header" and "fastcgi_hide_header" directives did not
hide response header lines whose name was longer than 32 characters
|
|
allow to append charset to the "Content-Type" header
|
|
decrement active connection counter in mail proxy
|
|
response to the HEAD request should be a header only
|
|
connection error should be logged with "connecting to upstream" action,
the bug was introduced in r1154
|
|
read EOF of header only responses in non-buffered proxying
|
|
there may be several "Connection" header lines and each may have several tokens
|
|
escape internal request URI in proxy_pass
|
|
style fix
|
|
change ngx_conf_merge_ptr_value() and update fastcgi_catch_stderr
|
|
update comments and style fixes
|
|
use ev->log, because ev->data may be connection stub only
|
|
destroy ngx_cycle->pool on exit
|
|
win32 ngx_is_exec() stub
|
|
log socket number
|
|
If-Modified-Since should be unique header line
|
|
/dev/poll segfault fix and guard code
|
|
return 400 response
|
|
set delay only when almost whole sendfile_max_chunk was transferred
|
|
use %v for ngx_variable_value_t in ngx_sprintf(),
this fixes nginx on FreeBSD/sparc64
|
|
escape " ", "%", and %00-%1F in login and password
|
|
set worker_priority, worker_rlimit_nofile, worker_rlimit_core, and
worker_rlimit_sigpending without super-user privileges testing
|
|
auto redirect lost arguments
|
|
upstream sendfile bit was overridden by r->connection->sendfile
|
|
ignore meaningless bits in CIDR and warn about them
|
|
set default listen() backlog to 511 on all platforms except FreeBSD
|
|
add_header changes:
"Last-Modified", "Cache-Control" and "Expires" headers use specific handlers
|
|
fix case when two directives
proxy_pass http://backend;
proxy_pass https://backend;
both use one port - 80 or 443, that was defined first.
|
|
auth_http related changes:
*) stop configuration on error
*) allow "http://" in auth_http URL
*) test http_auth absence
|
|
IMAP AUTHENTICATE
patch by Maxim Dounin
|
|
SMTP STARTTLS
patch by Maxim Dounin
|
|
proxy_ignore_client_abort, fastcgi_ignore_client_abort, and so on were
broken by r1111
|
|
style fix
|
|
style fix
|
|
fix typo
|
|
add comment
|