| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-07-29 | change default server_name_in_redirect value to off, | Igor Sysoev | 1 | -1/+1 | |
| since default server_name is empty | |||||
| 2010-07-29 | use an empty name as default server_name instread of hostname | Igor Sysoev | 1 | -3/+2 | |
| 2010-07-29 | allow server_name "" as the first name | Igor Sysoev | 1 | -15/+8 | |
| 2010-07-29 | decrease SSL handshake error level to info | Igor Sysoev | 1 | -1/+2 | |
| 2010-07-29 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-07-28 | move debug logging inside ngx_http_file_cache_free() | Igor Sysoev | 2 | -8/+2 | |
| 2010-07-28 | fix $request_time for subrequests | Igor Sysoev | 1 | -0/+5 | |
| 2010-07-28 | several changes in cache cleanup handling: | Igor Sysoev | 3 | -28/+23 | |
| *) now ngx_http_file_cache_cleanup() uses ngx_http_file_cache_free() *) ngx_http_file_cache_free() interface has been changed to accept r->cache ngx_http_file_cache_cleanup() must use r->cache, but not r, because there can be several r->cache's during request processing, r->cache may be NULL at request finalising, etc. *) test if updating request does not complete correctly | |||||
| 2010-07-27 | fix r3708 and r3695: valid_sec is set only for caching error status codes | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-27 | fix r3707: cache node should be freed be a response is not cached | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-27 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-27 | fix r3695: this commit | Igor Sysoev | 1 | -1/+1 | |
| *) freed valid keys zone node *) and did not decrease cache size, so cache manager process ete CPU time, if cache checking max_size was enabled | |||||
| 2010-07-19 | an intercepted error code was not cached | Igor Sysoev | 1 | -0/+18 | |
| 2010-07-19 | style fix | Igor Sysoev | 1 | -2/+1 | |
| 2010-07-19 | initialize r->cache->file.fd with NGX_INVALID_FILE | Igor Sysoev | 1 | -0/+1 | |
| 2010-07-19 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-07-19 | add warnings for proxy_no_cache and fastcgi_no_cache | Igor Sysoev | 2 | -0/+12 | |
| 2010-07-19 | proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass | Igor Sysoev | 8 | -9/+138 | |
| 2010-07-16 | rename ngx_http_file_cache_create() to ngx_http_file_cache_new() | Igor Sysoev | 3 | -3/+3 | |
| 2010-07-15 | ngx_http_file_cache_create() | Igor Sysoev | 3 | -9/+25 | |
| 2010-07-15 | ngx_http_file_cache_name() | Igor Sysoev | 1 | -20/+34 | |
| 2010-07-15 | style fix | Igor Sysoev | 1 | -2/+0 | |
| 2010-07-15 | delete empty cache zone node if we could not get response to cache | Igor Sysoev | 1 | -8/+15 | |
| 2010-07-14 | fix scgi_no_cache and uwsgi_no_cache initialization | Igor Sysoev | 2 | -0/+2 | |
| 2010-07-14 | use ngx_http_test_predicates(), ngx_http_set_predicate_slot() | Igor Sysoev | 6 | -13/+7 | |
| delete ngx_http_cache(), ngx_http_no_cache_set_slot() | |||||
| 2010-07-14 | ngx_http_test_predicates(), ngx_http_set_predicate_slot() | Igor Sysoev | 2 | -0/+75 | |
| 2010-07-14 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-07-13 | allow setfib=0 | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-12 | use xmlSAXHandler._private field to store xslt filter context | Igor Sysoev | 1 | -303/+19 | |
| 2010-07-08 | fix building by msvc7 | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-08 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-08 | style fix | Igor Sysoev | 1 | -4/+4 | |
| 2010-07-07 | update r->buffered after processing SSI command, | Igor Sysoev | 1 | -2/+12 | |
| the bug has been probably introduced in r2378 | |||||
| 2010-07-07 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-07-05 | listen setfib=X | Igor Sysoev | 5 | -0/+65 | |
| 2010-07-05 | fix case of partially matched patterns on buffer border in sub_filter | Igor Sysoev | 1 | -17/+36 | |
| 2010-07-05 | fix recognition of SSLv2 Client Hello Packet large than 255 bytes | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-05 | try to use C99 variadic macros first: | Igor Sysoev | 1 | -10/+10 | |
| AIX 5.3's XL C has problems with GCC style variadic macros | |||||
| 2010-07-05 | fix building by owc12: GetLongPathName() is available since Win2K only | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-03 | HP/UX uses EWOULDBLOCK instead of EAGAIN | Igor Sysoev | 1 | -1/+5 | |
| 2010-07-02 | do not use a cache headers set to hide | Igor Sysoev | 4 | -101/+4 | |
| 2010-07-02 | treat Set-Cookie as a header that forbids caching | Igor Sysoev | 2 | -1/+23 | |
| 2010-07-02 | update the previous commit | Igor Sysoev | 1 | -9/+0 | |
| 2010-07-02 | use shared ngx_http_upstream_ignore_headers_masks[] | Igor Sysoev | 6 | -31/+14 | |
| 2010-07-01 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-06-30 | remove r->zero_body unused since the previous commit | Igor Sysoev | 2 | -23/+15 | |
| 2010-06-30 | Fix processing | Igor Sysoev | 2 | -0/+5 | |
| error_page 502 504 /zero; location = /zero { return 204; } The bug has been introduced in r3634. The fix also allow to use: error_page 502 504 = /zero; location = /zero { return 200; } This case still does not work: error_page 502 504 /zero; location = /zero { return 200; } | |||||
| 2010-06-30 | change logic introduced in r3649: | Igor Sysoev | 1 | -37/+34 | |
| *) now $uid_set is cacheable again *) allow to see at any processing stage that uid cookie is remarked | |||||
| 2010-06-30 | style fix: remove tabs | Igor Sysoev | 1 | -10/+10 | |
| 2010-06-30 | set uid values for main request only | Igor Sysoev | 1 | -6/+6 | |
