summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-04-06bump versionIgor Sysoev1-1/+1
2009-04-06proxy_cache_keyIgor Sysoev1-0/+54
2009-04-06fix cache path slotIgor Sysoev1-15/+5
2009-04-04refactor ngx_http_arg() using ngx_strcasestrn(),Igor Sysoev2-9/+8
back out zero termination introduced in r2138
2009-04-04support Cache-Control no-cache and max-age in cacheIgor Sysoev1-11/+57
2009-04-04update r2664Igor Sysoev1-11/+8
2009-04-03support Expires in cacheIgor Sysoev1-2/+32
2009-04-03fix r2664: ..._cache_valid did not work for stale responsesIgor Sysoev1-0/+1
2009-04-03zero fieldIgor Sysoev1-2/+1
2009-04-03support X-Accel-Expires in cacheIgor Sysoev1-6/+61
2009-04-03cache GET requests onlyIgor Sysoev1-0/+4
2009-04-02merge fastcgi_cache_keyIgor Sysoev1-0/+4
2009-04-02bump versionIgor Sysoev1-1/+1
2009-04-01zero cache file length,Igor Sysoev1-0/+1
this fixes full cache purging and hogging CPU by the cache manager after this
2009-04-01add debug loggingIgor Sysoev1-0/+3
2009-03-30fix segfault introduced in r2602 if there is 502/504 errorIgor Sysoev1-0/+4
and proxy/fastcgi_cache is defined without proxy/fastcgi_cache_valid
2009-03-30fix r2579Igor Sysoev1-0/+2
2009-03-30bump versionIgor Sysoev1-1/+1
2009-03-30bump versionIgor Sysoev1-1/+1
2009-03-30introduce cache manager instead of cache cleanerIgor Sysoev2-159/+439
2009-03-27delete duplicate error loggingIgor Sysoev2-10/+0
2009-03-27improve ngx_slab_alloc() error loggingIgor Sysoev3-0/+32
2009-03-27rename ngx_http_scrip_flush_complex_value()Igor Sysoev2-3/+3
to ngx_http_script_flush_complex_value()
2009-03-27fix plain text values using relative path in ngx_http_complex_value(),Igor Sysoev1-5/+5
this fixes the auth_basic_user_file bug introduced in r2589
2009-03-26fix alias with variables, but without captures,Igor Sysoev1-2/+12
the bug had been introduced in r2566 and r2573
2009-03-26delete unneeded conditionIgor Sysoev1-4/+1
2009-03-26fix add_header Last-Modified "", broken in r2589Igor Sysoev1-0/+5
2009-03-26fix logged long locked cache entry name and add countIgor Sysoev1-2/+2
2009-03-24fix segfault if ngx_read_file() will failIgor Sysoev1-0/+1
2009-03-24fastcgi cacheIgor Sysoev1-6/+196
2009-03-24unlink proxy_cache and proxy_cache_validIgor Sysoev1-4/+0
2009-03-24do not clean cache if memory cache keys zone is coldIgor Sysoev1-2/+3
2009-03-23fix the previous commitIgor Sysoev1-1/+1
2009-03-23axe old definition fieldsIgor Sysoev1-2/+2
2009-03-23bump versionIgor Sysoev1-1/+1
2009-03-23a prelimiary proxy cache supportIgor Sysoev12-1270/+2248
2009-03-22style fix: remove tabsIgor Sysoev1-1/+1
2009-03-22style fix: remove tabsIgor Sysoev1-14/+14
2009-03-22use complex value in error_pageIgor Sysoev4-93/+42
2009-03-22use complex values in add_header, auth_basic_user_file,Igor Sysoev4-195/+102
sub_filter, and xslt_stylesheet parameters
2009-03-22ngx_http_script_flush_complex_value()Igor Sysoev2-55/+372
ngx_http_complex_value() ngx_http_compile_complex_value()
2009-03-20add full path debug log in try_filesIgor Sysoev1-2/+2
2009-03-20allow try_files in server contextIgor Sysoev1-1/+1
2009-03-20fix directory test in try_filesIgor Sysoev1-0/+1
2009-03-19always run regex in server_name to get capturesIgor Sysoev1-2/+11
2009-03-19test wildcard tail hash existanceIgor Sysoev1-2/+2
2009-03-19split args in a try_files fallbackIgor Sysoev1-2/+4
2009-03-19ngx_http_split_args()Igor Sysoev2-0/+36
2009-03-18split ngx_http_script_compile()Igor Sysoev1-159/+234
2009-03-18bump versionIgor Sysoev1-1/+1