Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix building by msvc8 introduced by the previous commit | Igor Sysoev | 2010-12-02 |
| | |||
* | fallback to accept() if accept4() is not implemented, | Igor Sysoev | 2010-12-02 |
| | | | | the issue has been introduced in r3787 | ||
* | bump version | Igor Sysoev | 2010-11-30 |
| | |||
* | fix comment | Igor Sysoev | 2010-11-29 |
| | |||
* | revert processing NGX_OK in rewrite phase changed in r3798, | Igor Sysoev | 2010-11-29 |
| | | | | this broke "return 204" and "return code text" | ||
* | bump version | Igor Sysoev | 2010-11-29 |
| | |||
* | add "nginx: " prefix when logging to the stderr | Igor Sysoev | 2010-11-29 |
| | |||
* | move ngx_strerror_init() at the very start | Igor Sysoev | 2010-11-29 |
| | |||
* | revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634 | Igor Sysoev | 2010-11-29 |
| | |||
* | allocate last zero byte in ngx_crypt() | Igor Sysoev | 2010-11-29 |
| | |||
* | style fix | Igor Sysoev | 2010-11-26 |
| | |||
* | fix building by icc8 | Igor Sysoev | 2010-11-26 |
| | |||
* | keepalive_disable | Igor Sysoev | 2010-11-26 |
| | |||
* | allow variable as "map" value | Igor Sysoev | 2010-11-26 |
| | |||
* | use "\" to escape "default", "include", and "hostnames" values instead of "!" | Igor Sysoev | 2010-11-25 |
| | |||
* | allow empty value as "map" parameter | Igor Sysoev | 2010-11-25 |
| | |||
* | allow expressions in the first "map" parameter | Igor Sysoev | 2010-11-25 |
| | |||
* | use copied strerror() messages and autoconfigured sys_nerr value | Igor Sysoev | 2010-11-25 |
| | |||
* | Linux accept4() support | Igor Sysoev | 2010-11-25 |
| | |||
* | bump version | Igor Sysoev | 2010-11-24 |
| | |||
* | allow override redirect status in error_page | Igor Sysoev | 2010-10-18 |
| | |||
* | change order of limit_req lookup result processing | Igor Sysoev | 2010-10-14 |
| | |||
* | an excess was logged as 0.000 if requests were limited without delay: | Igor Sysoev | 2010-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 current | Igor Sysoev | 2010-10-12 |
| | | | | | location configuration, this clears the flag for requests passed via a keep-alive connection | ||
* | update event flags after successful io_submit() | Igor Sysoev | 2010-10-12 |
| | |||
* | file AIO read may be posted inside loop | Igor Sysoev | 2010-10-12 |
| | |||
* | add default listen port at the end of server block parsing instead of | Igor Sysoev | 2010-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 r3218 | Igor Sysoev | 2010-10-08 |
| | |||
* | gzip_disable degradation | Igor Sysoev | 2010-10-04 |
| | |||
* | ngx_http_degraded() | Igor Sysoev | 2010-10-04 |
| | |||
* | bump version | Igor Sysoev | 2010-10-04 |
| | |||
* | nginx uses SSL mode for a listen socket with any option set, | Igor Sysoev | 2010-09-28 |
| | | | | the bug has been introduced in r3765 | ||
* | bump version | Igor Sysoev | 2010-09-28 |
| | |||
* | allow duplicate listen ssl options | Igor Sysoev | 2010-09-27 |
| | |||
* | decrease resolver errors level to error | Igor Sysoev | 2010-09-27 |
| | |||
* | worker_rlimit_core should be off_t | Igor Sysoev | 2010-09-15 |
| | |||
* | fix typo | Igor Sysoev | 2010-09-13 |
| | |||
* | discard "secure_link_expires on|off" | Igor Sysoev | 2010-09-06 |
| | |||
* | bump version | Igor Sysoev | 2010-09-06 |
| | |||
* | new ngx_http_secure_link_module with secure_link, secure_link_md5, and | Igor Sysoev | 2010-09-02 |
| | | | | secure_link_expires | ||
* | fix race condition if during reconfiguration two cache managers try | Igor Sysoev | 2010-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 patterns | Igor Sysoev | 2010-09-02 |
| | |||
* | gzip_disable compiled always the first pattern only | Igor Sysoev | 2010-09-02 |
| | |||
* | gzip_disable msie6 did not inherited if nginx was built without PCRE | Igor Sysoev | 2010-09-02 |
| | |||
* | add "Global\" prefix for signal events | Igor Sysoev | 2010-09-02 |
| | |||
* | the -q switch | Igor Sysoev | 2010-09-02 |
| | |||
* | if a location is specified by regex, then always compile an "alias", | Igor Sysoev | 2010-08-26 |
| | | | | | even into one static string script: this elimates testing this too specific case inside ngx_http_map_uri_to_path() | ||
* | bump version | Igor Sysoev | 2010-08-25 |
| | |||
* | image_filter_jpeg_quality supports variables | Igor Sysoev | 2010-08-06 |
| | |||
* | zero fcn->updating after node allocation | Igor Sysoev | 2010-08-04 |
| |