| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-03-21 | map tests values in low case only, so caseless regex has no sense | Igor Sysoev | 1 | -6/+0 | |
| 2011-03-16 | $time_iso8601 log variable | Igor Sysoev | 3 | -1/+26 | |
| patch by Michael Lustfield | |||||
| 2011-03-16 | allow regex as "map" parameter | Igor Sysoev | 3 | -5/+128 | |
| 2011-02-21 | remove semicolon, because it is already in "nginx: " prefix | Igor Sysoev | 1 | -1/+1 | |
| 2011-02-21 | fix warnings | Igor Sysoev | 1 | -2/+2 | |
| 2011-02-21 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2011-02-17 | fix u->one_addr handling in ngx_inet_resolve_host() | Igor Sysoev | 1 | -1/+1 | |
| patch by Maxim Dounin | |||||
| 2011-02-17 | use backlog -1 on Linux | Igor Sysoev | 1 | -1/+1 | |
| thanks to Andrei Nigmatulin | |||||
| 2011-02-17 | always test proxy_redirect with slash, this fixes a case when nginx uses | Igor Sysoev | 1 | -4/+30 | |
| proxy_pass "http://www", upstream redirects to "http://www.host/uri", and nginx rewrites it as ".host/uri" patch by Maxim Dounin | |||||
| 2011-02-11 | set current atime while setting mtime | Igor Sysoev | 1 | -1/+1 | |
| patch by Andrei Nigmatulin | |||||
| 2011-02-01 | fix "error_page 497 https://" case | Igor Sysoev | 1 | -1/+8 | |
| patch by Maxim Dounin the bug has been introduced in r3782 | |||||
| 2011-01-27 | utf8 parameter of geoip_country and geoip_city | Igor Sysoev | 1 | -2/+24 | |
| patch by Denis F. Latypoff | |||||
| 2011-01-27 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2011-01-20 | server_name $hostname | Igor Sysoev | 1 | -1/+7 | |
| 2011-01-20 | style fix: remove trailing spaces | Igor Sysoev | 1 | -2/+2 | |
| 2011-01-20 | move setting conf->server_name in merge phase | Igor Sysoev | 1 | -25/+25 | |
| 2011-01-20 | use SwitchToThread() instead of Sleep(0), because the later | Igor Sysoev | 1 | -1/+1 | |
| may not yield control, if there is no thread with higher priority | |||||
| 2011-01-20 | fix building on Fedora 14 | Igor Sysoev | 1 | -1/+1 | |
| patch by Kirill A. Korinskiy | |||||
| 2011-01-20 | fix large stderr handling without http cache | Igor Sysoev | 1 | -1/+2 | |
| patch by Maxim Dounin the bug has been introduced in r3461 | |||||
| 2011-01-20 | introduce 494 code "Request Header Too Large" | Igor Sysoev | 3 | -3/+22 | |
| 2010-12-15 | use boolean expression instead of "if" | Igor Sysoev | 1 | -12/+2 | |
| 2010-12-14 | rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES | Igor Sysoev | 2 | -5/+5 | |
| 2010-12-14 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-12-13 | allow "env" to work in the single process mode | Igor Sysoev | 1 | -0/+5 | |
| 2010-12-12 | always run regex in server_name to get captures for IPv6 addresses, | Igor Sysoev | 1 | -1/+5 | |
| the same fix for IPv4 addresses has been made in r2584 | |||||
| 2010-12-12 | test wildcard tail hash existance for IPv6 addresses, | Igor Sysoev | 1 | -2/+2 | |
| the same fix for IPv4 addresses has been made in r2581 | |||||
| 2010-12-12 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2010-12-11 | remove semicolon, because it is already in "nginx: " prefix | Igor Sysoev | 1 | -2/+2 | |
| 2010-12-06 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-12-06 | remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180 | Igor Sysoev | 1 | -1/+0 | |
| 2010-12-06 | "If-Unmodified-Since" support | Igor Sysoev | 3 | -5/+45 | |
| 2010-12-02 | fix building by msvc8 introduced by the previous commit | Igor Sysoev | 1 | -3/+5 | |
| 2010-12-02 | fallback to accept() if accept4() is not implemented, | Igor Sysoev | 1 | -2/+21 | |
| the issue has been introduced in r3787 | |||||
| 2010-11-30 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-11-29 | fix comment | Igor Sysoev | 1 | -1/+1 | |
| 2010-11-29 | revert processing NGX_OK in rewrite phase changed in r3798, | Igor Sysoev | 1 | -5/+0 | |
| this broke "return 204" and "return code text" | |||||
| 2010-11-29 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-11-29 | add "nginx: " prefix when logging to the stderr | Igor Sysoev | 1 | -3/+6 | |
| 2010-11-29 | move ngx_strerror_init() at the very start | Igor Sysoev | 1 | -4/+4 | |
| 2010-11-29 | revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634 | Igor Sysoev | 1 | -1/+10 | |
| 2010-11-29 | allocate last zero byte in ngx_crypt() | Igor Sysoev | 1 | -4/+4 | |
| 2010-11-26 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2010-11-26 | fix building by icc8 | Igor Sysoev | 1 | -7/+0 | |
| 2010-11-26 | keepalive_disable | Igor Sysoev | 2 | -20/+47 | |
| 2010-11-26 | allow variable as "map" value | Igor Sysoev | 1 | -6/+63 | |
| 2010-11-25 | use "\" to escape "default", "include", and "hostnames" values instead of "!" | Igor Sysoev | 1 | -1/+1 | |
| 2010-11-25 | allow empty value as "map" parameter | Igor Sysoev | 1 | -10/+0 | |
| 2010-11-25 | allow expressions in the first "map" parameter | Igor Sysoev | 1 | -31/+24 | |
| 2010-11-25 | use copied strerror() messages and autoconfigured sys_nerr value | Igor Sysoev | 7 | -66/+80 | |
| 2010-11-25 | Linux accept4() support | Igor Sysoev | 2 | -1/+5 | |
