summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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
2010-06-23style fixIgor Sysoev13-21/+22
2010-06-23change ngx_http_variable_value_node_t to more generic ngx_str_node_tIgor Sysoev5-111/+116
2010-06-23bump versionIgor Sysoev2-3/+3
2010-06-18ngx_http_scgi_moduleIgor Sysoev1-0/+1674
2010-06-18Test regex location if URI matches exactly to non-exact location.Igor Sysoev1-3/+8
Revert a feature introduced in r2028. The feature confuses mostly, the only gain was not to test regex for a frequent request such as "/" in "locaiton /".
2010-06-18use ngx_http_send_response() in empty_gifIgor Sysoev1-35/+9
2010-06-18add files missed in the previuos commitIgor Sysoev2-1/+26
2010-06-18return code textIgor Sysoev4-14/+53
2010-06-18ngx_http_send_response()Igor Sysoev2-0/+75
2010-06-18303 See OtherIgor Sysoev3-2/+11
2010-06-15style fixIgor Sysoev1-1/+1