summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-07-19nginx-0.8.46-RELEASErelease-0.8.46Igor Sysoev1-0/+40
2010-07-19add warnings for proxy_no_cache and fastcgi_no_cacheIgor Sysoev2-0/+12
2010-07-19proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypassIgor Sysoev8-9/+138
2010-07-16rename ngx_http_file_cache_create() to ngx_http_file_cache_new()Igor Sysoev3-3/+3
2010-07-15ngx_http_file_cache_create()Igor Sysoev3-9/+25
2010-07-15ngx_http_file_cache_name()Igor Sysoev1-20/+34
2010-07-15style fixIgor Sysoev1-2/+0
2010-07-15delete empty cache zone node if we could not get response to cacheIgor Sysoev1-8/+15
2010-07-14fix scgi_no_cache and uwsgi_no_cache initializationIgor Sysoev2-0/+2
2010-07-14use ngx_http_test_predicates(), ngx_http_set_predicate_slot()Igor Sysoev6-13/+7
delete ngx_http_cache(), ngx_http_no_cache_set_slot()
2010-07-14ngx_http_test_predicates(), ngx_http_set_predicate_slot()Igor Sysoev2-0/+75
2010-07-14bump versionIgor Sysoev2-3/+3
2010-07-13release-0.8.45 tagIgor Sysoev1-0/+1
2010-07-13nginx-0.8.45-RELEASErelease-0.8.45Igor Sysoev1-3/+41
2010-07-13allow setfib=0Igor Sysoev1-1/+1
2010-07-12use xmlSAXHandler._private field to store xslt filter contextIgor Sysoev1-303/+19
2010-07-08fix building by msvc7Igor Sysoev1-1/+1
2010-07-08stop ./configure on Win32 if no library sources was specified,Igor Sysoev5-19/+18
the bug has been introduced in r2894
2010-07-08do not use prebuild OpenSSL Win32 librariesIgor Sysoev1-34/+18
2010-07-08fix typoIgor Sysoev1-1/+1
2010-07-08style fixIgor Sysoev1-4/+4
2010-07-07update r->buffered after processing SSI command,Igor Sysoev1-2/+12
the bug has been probably introduced in r2378
2010-07-07bump versionIgor Sysoev2-3/+3
2010-07-05release-0.8.44 tagIgor Sysoev1-0/+1
2010-07-05nginx-0.8.44-RELEASErelease-0.8.44Igor Sysoev1-2/+68
2010-07-05listen setfib=XIgor Sysoev6-0/+74
2010-07-05fix case of partially matched patterns on buffer border in sub_filterIgor Sysoev1-17/+36
2010-07-05fix recognition of SSLv2 Client Hello Packet large than 255 bytesIgor Sysoev1-1/+1
2010-07-05try to use C99 variadic macros first:Igor Sysoev2-23/+23
AIX 5.3's XL C has problems with GCC style variadic macros
2010-07-05fix building by owc12: GetLongPathName() is available since Win2K onlyIgor Sysoev1-1/+1
2010-07-03HP/UX uses EWOULDBLOCK instead of EAGAINIgor Sysoev1-1/+5
2010-07-02do not use a cache headers set to hideIgor Sysoev4-101/+4
2010-07-02treat Set-Cookie as a header that forbids cachingIgor Sysoev2-1/+23
2010-07-02update the previous commitIgor Sysoev1-9/+0
2010-07-02use shared ngx_http_upstream_ignore_headers_masks[]Igor Sysoev6-31/+14
2010-07-01bump versionIgor Sysoev2-3/+3
2010-06-30release-0.8.43 tagIgor Sysoev1-0/+1
2010-06-30nginx-0.8.43-RELEASErelease-0.8.43Igor Sysoev1-0/+47
2010-06-30remove r->zero_body unused since the previous commitIgor Sysoev2-23/+15
2010-06-30Fix processingIgor Sysoev2-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-30change logic introduced in r3649:Igor Sysoev1-37/+34
*) now $uid_set is cacheable again *) allow to see at any processing stage that uid cookie is remarked
2010-06-30style fix: remove tabsIgor Sysoev1-10/+10
2010-06-30set uid values for main request onlyIgor Sysoev1-6/+6
2010-06-30fix IPv6 listen socket handling while reconfiguringIgor Sysoev1-1/+1
2010-06-30fix ngx_write_file() bufIgor Sysoev1-2/+2
2010-06-30test binary geo range base sizeIgor Sysoev1-1/+1
2010-06-30test the second binary geo range base existenceIgor Sysoev1-0/+8
2010-06-30test binary geo ranges base only for rangesIgor Sysoev1-9/+11
2010-06-30test binary gep range base mtimeIgor Sysoev1-1/+20
2010-06-29binary geo ranges base cacheIgor Sysoev1-52/+407