summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-05listen setfib=XIgor Sysoev5-0/+65
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 Sysoev1-10/+10
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-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
2010-06-29ngx_create_file_mapping()Igor Sysoev4-0/+172
2010-06-29change duplicate default geo range processingIgor Sysoev1-12/+9
2010-06-25fix building without IPv6 after the previous commitIgor Sysoev1-1/+1
2010-06-25Now $uid_set may be used at any time, r2013 states the same is wrong.Igor Sysoev1-76/+110
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.
2010-06-25make logic more clearIgor Sysoev1-1/+1
2010-06-25delete stale commentsIgor Sysoev1-4/+0
2010-06-24eliminate a number of ranges: about 18,000 /16 networks are empty,Igor Sysoev1-27/+22
this change saves about 70K/140K on 32/64-bit platforms
2010-06-24fix a bug when ngx_cpymem() returns a cast type:Igor Sysoev1-2/+2
p = (type *) ngx_cpymem(...)
2010-06-24break cycle earlyIgor Sysoev1-2/+2