| Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
fix building by bcc without PCRE
|
|
named location
|
|
|
|
dav_access uses ngx_conf_set_access_slot()
|
|
proxy_store and fastcgi_store, proxy_store_access and fastcgi_store_access
|
|
$is_args
|
|
allow to set $args
|
|
set worker's perl $$
|
|
fix case when client has closed connection but upstream buffer is not empty
|
|
omit unnecessary code,
escape space, etc in $memcached_key
|
|
fix segfault when session was freed twice
|