aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
|
* nginx uses SSL mode for a listen socket with any option set,Igor Sysoev2010-09-28
| | | | the bug has been introduced in r3765
* bump versionIgor Sysoev2010-09-28
|
* allow duplicate listen ssl optionsIgor Sysoev2010-09-27
|
* decrease resolver errors level to errorIgor Sysoev2010-09-27
|
* worker_rlimit_core should be off_tIgor Sysoev2010-09-15
|
* fix typoIgor Sysoev2010-09-13
|
* discard "secure_link_expires on|off"Igor Sysoev2010-09-06
|
* bump versionIgor Sysoev2010-09-06
|
* new ngx_http_secure_link_module with secure_link, secure_link_md5, andIgor Sysoev2010-09-02
| | | | secure_link_expires
* fix race condition if during reconfiguration two cache managers tryIgor Sysoev2010-09-02
| | | | | | | to delete old inactive entries: one of them removes a entry just locked by other manager from the queue and the rbtree as long inactive entry, causes the latter manager to segfault leaving cache mutex locked, the bug has been introduced in r3727
* gzip_disable msie6 ignored other patternsIgor Sysoev2010-09-02
|
* gzip_disable compiled always the first pattern onlyIgor Sysoev2010-09-02
|
* gzip_disable msie6 did not inherited if nginx was built without PCREIgor Sysoev2010-09-02
|
* add "Global\" prefix for signal eventsIgor Sysoev2010-09-02
|
* the -q switchIgor Sysoev2010-09-02
|
* if a location is specified by regex, then always compile an "alias",Igor Sysoev2010-08-26
| | | | | even into one static string script: this elimates testing this too specific case inside ngx_http_map_uri_to_path()
* bump versionIgor Sysoev2010-08-25
|
* image_filter_jpeg_quality supports variablesIgor Sysoev2010-08-06
|
* zero fcn->updating after node allocationIgor Sysoev2010-08-04
|