Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | error status codes could be cached for next request only, | Igor Sysoev | 2010-08-04 | |
| | | | | the bug has been introduced in r3712 | |||
* | we can free GeoIPRecord just after GeoIP_region_name_by_code(), | Igor Sysoev | 2010-08-03 | |
| | | | | because it returns a statically allocated string | |||
* | fix segfault, the bug has been introduced in r3738 | Igor Sysoev | 2010-08-03 | |
| | ||||
* | bump version | Igor Sysoev | 2010-08-03 | |
| | ||||
* | $geoip_region_name | Igor Sysoev | 2010-08-03 | |
| | ||||
* | $geoip_dma_code and $geoip_area_code | Igor Sysoev | 2010-08-03 | |
| | ||||
* | fix fastcgi_split_path_info, if URI was not fully captured | Igor Sysoev | 2010-08-03 | |
| | ||||
* | *) make code consistent to fastcgi, etc | Igor Sysoev | 2010-08-03 | |
| | | | | *) remove STUB comment | |||
* | use NULL instead of 0 | Igor Sysoev | 2010-08-03 | |
| | ||||
* | delete surplus assignment | Igor Sysoev | 2010-08-03 | |
| | ||||
* | inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside | Igor Sysoev | 2010-08-03 | |
| | | | | a limit_except block if no handler was defined for the block | |||
* | ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf() | Igor Sysoev | 2010-08-02 | |
| | | | | may be used at merge phase | |||
* | fix directive type | Igor Sysoev | 2010-08-02 | |
| | ||||
* | change logic slightly | Igor Sysoev | 2010-08-02 | |
| | ||||
* | change order | Igor Sysoev | 2010-08-02 | |
| | ||||
* | *) delete cache key node after a cache file removal | Igor Sysoev | 2010-08-02 | |
| | | | | *) move fileless cache key node removal in ngx_http_file_cache_delete() | |||
* | escape ";" in arguments | Igor Sysoev | 2010-07-30 | |
| | ||||
* | count cache key node usage for cached error statuses | Igor Sysoev | 2010-07-30 | |
| | ||||
* | do not free unused cache node if cache min_uses > 1, | Igor Sysoev | 2010-07-30 | |
| | | | | the bug has been introduced in r3695, r3708, r3711 | |||
* | return 415 on too big image in image filter | Igor Sysoev | 2010-07-29 | |
| | ||||
* | change default server_name_in_redirect value to off, | Igor Sysoev | 2010-07-29 | |
| | | | | since default server_name is empty | |||
* | use an empty name as default server_name instread of hostname | Igor Sysoev | 2010-07-29 | |
| | ||||
* | allow server_name "" as the first name | Igor Sysoev | 2010-07-29 | |
| | ||||
* | decrease SSL handshake error level to info | Igor Sysoev | 2010-07-29 | |
| | ||||
* | bump version | Igor Sysoev | 2010-07-29 | |
| | ||||
* | move debug logging inside ngx_http_file_cache_free() | Igor Sysoev | 2010-07-28 | |
| | ||||
* | fix $request_time for subrequests | Igor Sysoev | 2010-07-28 | |
| | ||||
* | several changes in cache cleanup handling: | Igor Sysoev | 2010-07-28 | |
| | | | | | | | | | *) 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 | |||
* | fix r3708 and r3695: valid_sec is set only for caching error status codes | Igor Sysoev | 2010-07-27 | |
| | ||||
* | fix r3707: cache node should be freed be a response is not cached | Igor Sysoev | 2010-07-27 | |
| | ||||
* | fix typo | Igor Sysoev | 2010-07-27 | |
| | ||||
* | fix r3695: this commit | Igor Sysoev | 2010-07-27 | |
| | | | | | | *) 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 | |||
* | an intercepted error code was not cached | Igor Sysoev | 2010-07-19 | |
| | ||||
* | style fix | Igor Sysoev | 2010-07-19 | |
| | ||||
* | initialize r->cache->file.fd with NGX_INVALID_FILE | Igor Sysoev | 2010-07-19 | |
| | ||||
* | bump version | Igor Sysoev | 2010-07-19 | |
| | ||||
* | 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 | |
| |