| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-10-06 | fix r3184 | Igor Sysoev | 1 | -4/+4 | |
| 2009-10-06 | disable SSLv2 and low ciphers by default | Igor Sysoev | 1 | -3/+2 | |
| 2009-10-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-06 | limit_conn_log_level | Igor Sysoev | 1 | -1/+22 | |
| 2009-10-06 | limit_req_log_level | Igor Sysoev | 1 | -3/+30 | |
| 2009-10-06 | fix building by gcc45 | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-06 | make limit_req to conform to the leaky bucket algorithm | Igor Sysoev | 1 | -4/+5 | |
| 2009-10-06 | omit '\0' from "Location" header on MKCOL request | Igor Sysoev | 1 | -0/+1 | |
| 2009-10-02 | clear r->lingering_close to disable preventively calling | Igor Sysoev | 1 | -1/+6 | |
| ngx_http_set_lingering_close() while request cleanup | |||||
| 2009-10-02 | clear r->keepalive to disable preventively calling | Igor Sysoev | 1 | -0/+2 | |
| ngx_http_set_keepalive() while request cleanup | |||||
| 2009-10-02 | update r3167: do not set r->discard_body if the body has been just discarded | Igor Sysoev | 1 | -2/+1 | |
| 2009-09-30 | read_ahead | Igor Sysoev | 9 | -0/+17 | |
| 2009-09-30 | log 499 instead 0, the bug was introduced in r3050 | Igor Sysoev | 1 | -0/+4 | |
| 2009-09-30 | allow several perl_modules | Igor Sysoev | 1 | -16/+42 | |
| 2009-09-28 | use ngx_conf_set_str_array_slot() for perl_require | Igor Sysoev | 1 | -37/+13 | |
| 2009-09-28 | optimize error handling | Igor Sysoev | 1 | -14/+9 | |
| 2009-09-28 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-09-28 | fix request counter in resolver handling, the bug was introduced in r3050 | Igor Sysoev | 1 | -18/+23 | |
| 2009-09-28 | we do not need to increase request counter in this place, | Igor Sysoev | 1 | -1/+0 | |
| the bug had appeared in r3115 | |||||
| 2009-09-26 | fix r3078: do not increase request counter if body has been just discarded | Igor Sysoev | 1 | -2/+3 | |
| 2009-09-25 | fix discarding body | Igor Sysoev | 1 | -5/+6 | |
| 2009-09-25 | check unsafe Destination | Igor Sysoev | 5 | -9/+18 | |
| 2009-09-25 | low ENAMETOOLONG logging level | Igor Sysoev | 3 | -3/+12 | |
| 2009-09-24 | $ssl_session_id | Igor Sysoev | 1 | -0/+3 | |
| 2009-09-24 | update the previous commit: use ngx_strlow() | Igor Sysoev | 1 | -8/+4 | |
| 2009-09-24 | $host is always in low case: | Igor Sysoev | 1 | -45/+65 | |
| *) move low case convertation from ngx_http_find_virtual_server() to ngx_http_validate_host() *) add in ngx_http_validate_host() capability to copy host name in the pool allocated memory | |||||
| 2009-09-23 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-09-22 | fix typo in addition_types directive name | Igor Sysoev | 1 | -1/+1 | |
| 2009-09-21 | fix request counter for post_action, the bug was introduced in r3050 | Igor Sysoev | 1 | -0/+2 | |
| 2009-09-21 | allow to log invalid $request in access_log always, | Igor Sysoev | 1 | -2/+39 | |
| before it was logged only if error_log was set to info or debug level | |||||
| 2009-09-18 | *) issue warning instead of failure: this is too common case | Igor Sysoev | 1 | -3/+4 | |
| *) use ngx_log_error(), since OpenSSL does not set an error on the failure | |||||
| 2009-09-15 | do not pass buf with empty cached response, | Igor Sysoev | 1 | -1/+7 | |
| this fixes "zero size buf in output" alert | |||||
| 2009-09-15 | nginx always sent "Vary: Accept-Encoding", | Igor Sysoev | 1 | -3/+8 | |
| if both gzip_static and gzip_vary were on | |||||
| 2009-09-15 | image_filter_transparency | Igor Sysoev | 1 | -11/+44 | |
| 2009-09-15 | fix alpha-channel transparency in PNG | Igor Sysoev | 1 | -0/+10 | |
| 2009-09-15 | allow perl "sub{..." | Igor Sysoev | 1 | -1/+4 | |
| 2009-09-15 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-09-14 | test space between "~" and regex in server_name and invalid_referers | Igor Sysoev | 2 | -0/+11 | |
| 2009-09-14 | handle "/../" case more reliably | Igor Sysoev | 1 | -5/+9 | |
| 2009-09-13 | fix request counter for X-Accel-Redirect, the bug was introduced in r3050 | Igor Sysoev | 1 | -0/+1 | |
| 2009-09-13 | fix case when the output filter should add incoming buffers | Igor Sysoev | 1 | -5/+5 | |
| while waiting on file AIO completion | |||||
| 2009-09-12 | fix transparency in GIF | Igor Sysoev | 1 | -2/+14 | |
| 2009-09-12 | If .domain.com, .sub.domain.com, and .domain-some.com were defined, | Igor Sysoev | 3 | -3/+3 | |
| then .sub.domain.com was matched by .domain.com: wildcard names hash was built incorrectly due to sorting order issue of "." vs "-". They were sorted as com.domain com.domain-some com.domain.sub while they should be sorted as com.domain com.domain.sub com.domain-some for correct hash building | |||||
| 2009-09-11 | style fix | Igor Sysoev | 3 | -3/+3 | |
| 2009-09-10 | fix request counter for rewrite or internal redirection cycle, | Igor Sysoev | 1 | -0/+2 | |
| the bug was introduced in r3050 | |||||
| 2009-09-08 | increase request counter before an upstream cleanup because the cleanup | Igor Sysoev | 1 | -0/+1 | |
| decreases the counter via ngx_http_finalize_request(r, NGX_DONE), the bug was introduced in r3050 | |||||
| 2009-09-08 | fix request counter handling in perl module for $r->internal_redirect() | Igor Sysoev | 1 | -0/+3 | |
| and $r->has_request_body(), the bug was introduced in r3050 | |||||
| 2009-09-07 | do not pass incoming buf chain twice if data are ready, | Igor Sysoev | 1 | -0/+1 | |
| the bug was introduced in r3072 | |||||
| 2009-09-07 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-09-04 | fix the previous commit | Igor Sysoev | 1 | -1/+1 | |
