Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add warnings for proxy_no_cache and fastcgi_no_cache | Igor Sysoev | 2010-07-19 |
| | |||
* | proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass | Igor Sysoev | 2010-07-19 |
| | |||
* | rename ngx_http_file_cache_create() to ngx_http_file_cache_new() | Igor Sysoev | 2010-07-16 |
| | |||
* | ngx_http_file_cache_create() | Igor Sysoev | 2010-07-15 |
| | |||
* | ngx_http_file_cache_name() | Igor Sysoev | 2010-07-15 |
| | |||
* | style fix | Igor Sysoev | 2010-07-15 |
| | |||
* | delete empty cache zone node if we could not get response to cache | Igor Sysoev | 2010-07-15 |
| | |||
* | fix scgi_no_cache and uwsgi_no_cache initialization | Igor Sysoev | 2010-07-14 |
| | |||
* | use ngx_http_test_predicates(), ngx_http_set_predicate_slot() | Igor Sysoev | 2010-07-14 |
| | | | | delete ngx_http_cache(), ngx_http_no_cache_set_slot() | ||
* | ngx_http_test_predicates(), ngx_http_set_predicate_slot() | Igor Sysoev | 2010-07-14 |
| | |||
* | bump version | Igor Sysoev | 2010-07-14 |
| | |||
* | allow setfib=0 | Igor Sysoev | 2010-07-13 |
| | |||
* | use xmlSAXHandler._private field to store xslt filter context | Igor Sysoev | 2010-07-12 |
| | |||
* | fix building by msvc7 | Igor Sysoev | 2010-07-08 |
| | |||
* | fix typo | Igor Sysoev | 2010-07-08 |
| | |||
* | style fix | Igor Sysoev | 2010-07-08 |
| | |||
* | update r->buffered after processing SSI command, | Igor Sysoev | 2010-07-07 |
| | | | | the bug has been probably introduced in r2378 | ||
* | bump version | Igor Sysoev | 2010-07-07 |
| | |||
* | listen setfib=X | Igor Sysoev | 2010-07-05 |
| | |||
* | fix case of partially matched patterns on buffer border in sub_filter | Igor Sysoev | 2010-07-05 |
| | |||
* | fix recognition of SSLv2 Client Hello Packet large than 255 bytes | Igor Sysoev | 2010-07-05 |
| | |||
* | try to use C99 variadic macros first: | Igor Sysoev | 2010-07-05 |
| | | | | AIX 5.3's XL C has problems with GCC style variadic macros | ||
* | fix building by owc12: GetLongPathName() is available since Win2K only | Igor Sysoev | 2010-07-05 |
| | |||
* | HP/UX uses EWOULDBLOCK instead of EAGAIN | Igor Sysoev | 2010-07-03 |
| | |||
* | do not use a cache headers set to hide | Igor Sysoev | 2010-07-02 |
| | |||
* | treat Set-Cookie as a header that forbids caching | Igor Sysoev | 2010-07-02 |
| | |||
* | update the previous commit | Igor Sysoev | 2010-07-02 |
| | |||
* | use shared ngx_http_upstream_ignore_headers_masks[] | Igor Sysoev | 2010-07-02 |
| | |||
* | bump version | Igor Sysoev | 2010-07-01 |
| | |||
* | remove r->zero_body unused since the previous commit | Igor Sysoev | 2010-06-30 |
| | |||
* | Fix processing | Igor Sysoev | 2010-06-30 |
| | | | | | | | | | | | | | | 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; } | ||
* | change logic introduced in r3649: | Igor Sysoev | 2010-06-30 |
| | | | | | *) now $uid_set is cacheable again *) allow to see at any processing stage that uid cookie is remarked | ||
* | style fix: remove tabs | Igor Sysoev | 2010-06-30 |
| | |||
* | set uid values for main request only | Igor Sysoev | 2010-06-30 |
| | |||
* | fix IPv6 listen socket handling while reconfiguring | Igor Sysoev | 2010-06-30 |
| | |||
* | fix ngx_write_file() buf | Igor Sysoev | 2010-06-30 |
| | |||
* | test binary geo range base size | Igor Sysoev | 2010-06-30 |
| | |||
* | test the second binary geo range base existence | Igor Sysoev | 2010-06-30 |
| | |||
* | test binary geo ranges base only for ranges | Igor Sysoev | 2010-06-30 |
| | |||
* | test binary gep range base mtime | Igor Sysoev | 2010-06-30 |
| | |||
* | binary geo ranges base cache | Igor Sysoev | 2010-06-29 |
| | |||
* | ngx_create_file_mapping() | Igor Sysoev | 2010-06-29 |
| | |||
* | change duplicate default geo range processing | Igor Sysoev | 2010-06-29 |
| | |||
* | fix building without IPv6 after the previous commit | Igor Sysoev | 2010-06-25 |
| | |||
* | Now $uid_set may be used at any time, r2013 states the same is wrong. | Igor Sysoev | 2010-06-25 |
| | | | | | | Besides, now $uid_set is not cacheable and may have two values: before and after header filter processing. This allows to log case, when uid cookie is remarked. | ||
* | make logic more clear | Igor Sysoev | 2010-06-25 |
| | |||
* | delete stale comments | Igor Sysoev | 2010-06-25 |
| | |||
* | eliminate a number of ranges: about 18,000 /16 networks are empty, | Igor Sysoev | 2010-06-24 |
| | | | | this change saves about 70K/140K on 32/64-bit platforms | ||
* | fix a bug when ngx_cpymem() returns a cast type: | Igor Sysoev | 2010-06-24 |
| | | | | p = (type *) ngx_cpymem(...) | ||
* | break cycle early | Igor Sysoev | 2010-06-24 |
| |