aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* reuse keepalive connections if there are no free worker connectionsIgor Sysoev2011-04-04
| | | | patch by Maxim Dounin
* fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_passIgor Sysoev2011-04-04
| | | | is given by expression and refers to a defined upstream
* image filter rotateIgor Sysoev2011-04-04
| | | | patch by Adam Bocim
* bump versionIgor Sysoev2011-04-04
|
* map tests values in low case only, so caseless regex has no senseIgor Sysoev2011-03-21
|
* $time_iso8601 log variableIgor Sysoev2011-03-16
| | | | patch by Michael Lustfield
* allow regex as "map" parameterIgor Sysoev2011-03-16
|
* remove semicolon, because it is already in "nginx: " prefixIgor Sysoev2011-02-21
|
* fix warningsIgor Sysoev2011-02-21
|
* bump versionIgor Sysoev2011-02-21
|
* fix u->one_addr handling in ngx_inet_resolve_host()Igor Sysoev2011-02-17
| | | | patch by Maxim Dounin
* use backlog -1 on LinuxIgor Sysoev2011-02-17
| | | | thanks to Andrei Nigmatulin
* always test proxy_redirect with slash, this fixes a case when nginx usesIgor Sysoev2011-02-17
| | | | | | proxy_pass "http://www", upstream redirects to "http://www.host/uri", and nginx rewrites it as ".host/uri" patch by Maxim Dounin
* set current atime while setting mtimeIgor Sysoev2011-02-11
| | | | patch by Andrei Nigmatulin
* fix "error_page 497 https://" caseIgor Sysoev2011-02-01
| | | | | patch by Maxim Dounin the bug has been introduced in r3782
* utf8 parameter of geoip_country and geoip_cityIgor Sysoev2011-01-27
| | | | patch by Denis F. Latypoff
* bump versionIgor Sysoev2011-01-27
|
* server_name $hostnameIgor Sysoev2011-01-20
|
* style fix: remove trailing spacesIgor Sysoev2011-01-20
|
* move setting conf->server_name in merge phaseIgor Sysoev2011-01-20
|
* use SwitchToThread() instead of Sleep(0), because the laterIgor Sysoev2011-01-20
| | | | may not yield control, if there is no thread with higher priority
* fix building on Fedora 14Igor Sysoev2011-01-20
| | | | patch by Kirill A. Korinskiy
* fix large stderr handling without http cacheIgor Sysoev2011-01-20
| | | | | patch by Maxim Dounin the bug has been introduced in r3461
* introduce 494 code "Request Header Too Large"Igor Sysoev2011-01-20
|
* use boolean expression instead of "if"Igor Sysoev2010-12-15
|
* rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODESIgor Sysoev2010-12-14
|
* bump versionIgor Sysoev2010-12-14
|
* allow "env" to work in the single process modeIgor Sysoev2010-12-13
|
* always run regex in server_name to get captures for IPv6 addresses,Igor Sysoev2010-12-12
| | | | the same fix for IPv4 addresses has been made in r2584
* test wildcard tail hash existance for IPv6 addresses,Igor Sysoev2010-12-12
| | | | the same fix for IPv4 addresses has been made in r2581
* style fixIgor Sysoev2010-12-12
|
* remove semicolon, because it is already in "nginx: " prefixIgor Sysoev2010-12-11
|
* bump versionIgor Sysoev2010-12-06
|
* remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180Igor Sysoev2010-12-06
|
* "If-Unmodified-Since" supportIgor Sysoev2010-12-06
|
* fix building by msvc8 introduced by the previous commitIgor Sysoev2010-12-02
|
* fallback to accept() if accept4() is not implemented,Igor Sysoev2010-12-02
| | | | the issue has been introduced in r3787
* bump versionIgor Sysoev2010-11-30
|
* fix commentIgor Sysoev2010-11-29
|
* revert processing NGX_OK in rewrite phase changed in r3798,Igor Sysoev2010-11-29
| | | | this broke "return 204" and "return code text"
* bump versionIgor Sysoev2010-11-29
|
* add "nginx: " prefix when logging to the stderrIgor Sysoev2010-11-29
|
* move ngx_strerror_init() at the very startIgor Sysoev2010-11-29
|
* revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634Igor Sysoev2010-11-29
|
* allocate last zero byte in ngx_crypt()Igor Sysoev2010-11-29
|
* style fixIgor Sysoev2010-11-26
|
* fix building by icc8Igor Sysoev2010-11-26
|
* keepalive_disableIgor Sysoev2010-11-26
|
* allow variable as "map" valueIgor Sysoev2010-11-26
|
* use "\" to escape "default", "include", and "hostnames" values instead of "!"Igor Sysoev2010-11-25
|