aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* 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
|
* allow empty value as "map" parameterIgor Sysoev2010-11-25
|
* allow expressions in the first "map" parameterIgor Sysoev2010-11-25
|
* use copied strerror() messages and autoconfigured sys_nerr valueIgor Sysoev2010-11-25
|
* Linux accept4() supportIgor Sysoev2010-11-25
|
* bump versionIgor Sysoev2010-11-24
|
* allow override redirect status in error_pageIgor Sysoev2010-10-18
|
* change order of limit_req lookup result processingIgor Sysoev2010-10-14
|
* an excess was logged as 0.000 if requests were limited without delay:Igor Sysoev2010-10-13
| | | | | | | | *) use a real excess value instead of non-updated limit_req rbtree node field, *) move inactivity queue handling inside ngx_http_limit_req_lookup() since the node is not required outside the lookup function; the bug has been introduced in r3184
* always update an aio_senfile connection flag accodring to a currentIgor Sysoev2010-10-12
| | | | | location configuration, this clears the flag for requests passed via a keep-alive connection
* update event flags after successful io_submit()Igor Sysoev2010-10-12
|
* file AIO read may be posted inside loopIgor Sysoev2010-10-12
|
* add default listen port at the end of server block parsing instead ofIgor Sysoev2010-10-11
| | | | | | merge phase: otherwise the first server without an listen directive did not become the default server if there was no explicit default server; the bug has been introduced in r3218
* fix testing, the bug has been introduced in r3218Igor Sysoev2010-10-08
|
* gzip_disable degradationIgor Sysoev2010-10-04
|
* ngx_http_degraded()Igor Sysoev2010-10-04
|
* bump versionIgor Sysoev2010-10-04
|