| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-04-11 | allow any status | Igor Sysoev | 2 | -34/+78 | |
| 2009-04-11 | try_files status code | Igor Sysoev | 2 | -1/+23 | |
| 2009-04-10 | set cache manager maximum sleep time to 10s | Igor Sysoev | 1 | -6/+6 | |
| 2009-04-10 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-10 | style fix | Igor Sysoev | 1 | -1/+2 | |
| 2009-04-10 | do not call ngx_http_file_cache_free() if a response is not cacheable | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-10 | add debug logging | Igor Sysoev | 1 | -0/+3 | |
| 2009-04-09 | backout r2535: virtual names is a property of address:port pair, | Igor Sysoev | 4 | -13/+13 | |
| but is not a property of server configuration | |||||
| 2009-04-08 | style fix | Igor Sysoev | 1 | -10/+10 | |
| 2009-04-07 | fix r2590: error_page made an external redirect without query string | Igor Sysoev | 2 | -7/+7 | |
| 2009-04-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-06 | proxy_cache_key | Igor Sysoev | 1 | -0/+54 | |
| 2009-04-06 | fix cache path slot | Igor Sysoev | 1 | -15/+5 | |
| 2009-04-04 | refactor ngx_http_arg() using ngx_strcasestrn(), | Igor Sysoev | 2 | -9/+8 | |
| back out zero termination introduced in r2138 | |||||
| 2009-04-04 | support Cache-Control no-cache and max-age in cache | Igor Sysoev | 1 | -11/+57 | |
| 2009-04-04 | update r2664 | Igor Sysoev | 1 | -11/+8 | |
| 2009-04-03 | support Expires in cache | Igor Sysoev | 1 | -2/+32 | |
| 2009-04-03 | fix r2664: ..._cache_valid did not work for stale responses | Igor Sysoev | 1 | -0/+1 | |
| 2009-04-03 | zero field | Igor Sysoev | 1 | -2/+1 | |
| 2009-04-03 | support X-Accel-Expires in cache | Igor Sysoev | 1 | -6/+61 | |
| 2009-04-03 | cache GET requests only | Igor Sysoev | 1 | -0/+4 | |
| 2009-04-02 | merge fastcgi_cache_key | Igor Sysoev | 1 | -0/+4 | |
| 2009-04-02 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-01 | zero cache file length, | Igor Sysoev | 1 | -0/+1 | |
| this fixes full cache purging and hogging CPU by the cache manager after this | |||||
| 2009-04-01 | add debug logging | Igor Sysoev | 1 | -0/+3 | |
| 2009-03-30 | fix segfault introduced in r2602 if there is 502/504 error | Igor Sysoev | 1 | -0/+4 | |
| and proxy/fastcgi_cache is defined without proxy/fastcgi_cache_valid | |||||
| 2009-03-30 | fix r2579 | Igor Sysoev | 1 | -0/+2 | |
| 2009-03-30 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-30 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-30 | introduce cache manager instead of cache cleaner | Igor Sysoev | 2 | -159/+439 | |
| 2009-03-27 | delete duplicate error logging | Igor Sysoev | 2 | -10/+0 | |
| 2009-03-27 | improve ngx_slab_alloc() error logging | Igor Sysoev | 3 | -0/+32 | |
| 2009-03-27 | rename ngx_http_scrip_flush_complex_value() | Igor Sysoev | 2 | -3/+3 | |
| to ngx_http_script_flush_complex_value() | |||||
| 2009-03-27 | fix plain text values using relative path in ngx_http_complex_value(), | Igor Sysoev | 1 | -5/+5 | |
| this fixes the auth_basic_user_file bug introduced in r2589 | |||||
| 2009-03-26 | fix alias with variables, but without captures, | Igor Sysoev | 1 | -2/+12 | |
| the bug had been introduced in r2566 and r2573 | |||||
| 2009-03-26 | delete unneeded condition | Igor Sysoev | 1 | -4/+1 | |
| 2009-03-26 | fix add_header Last-Modified "", broken in r2589 | Igor Sysoev | 1 | -0/+5 | |
| 2009-03-26 | fix logged long locked cache entry name and add count | Igor Sysoev | 1 | -2/+2 | |
| 2009-03-24 | fix segfault if ngx_read_file() will fail | Igor Sysoev | 1 | -0/+1 | |
| 2009-03-24 | fastcgi cache | Igor Sysoev | 1 | -6/+196 | |
| 2009-03-24 | unlink proxy_cache and proxy_cache_valid | Igor Sysoev | 1 | -4/+0 | |
| 2009-03-24 | do not clean cache if memory cache keys zone is cold | Igor Sysoev | 1 | -2/+3 | |
| 2009-03-23 | fix the previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-23 | axe old definition fields | Igor Sysoev | 1 | -2/+2 | |
| 2009-03-23 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-23 | a prelimiary proxy cache support | Igor Sysoev | 12 | -1270/+2248 | |
| 2009-03-22 | style fix: remove tabs | Igor Sysoev | 1 | -1/+1 | |
| 2009-03-22 | style fix: remove tabs | Igor Sysoev | 1 | -14/+14 | |
