summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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
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-21release-0.8.42 tagIgor Sysoev1-0/+1
2010-06-21nginx-0.8.42-RELEASErelease-0.8.42Igor Sysoev1-0/+38
2010-06-18ngx_http_scgi_moduleIgor Sysoev8-0/+1715
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
2010-06-15fix r3628Igor Sysoev2-25/+11
2010-06-15make code more obviuosIgor Sysoev2-10/+12
2010-06-15use ngx_http_parse_status_line()Igor Sysoev2-449/+24
2010-06-15ngx_http_parse_status_line()Igor Sysoev2-0/+215
2010-06-15update the previous commitIgor Sysoev1-4/+0
2010-06-15support CGI-style responseIgor Sysoev1-4/+45
2010-06-15style fixIgor Sysoev1-1/+2
2010-06-15bump versionIgor Sysoev2-3/+3
2010-06-15release-0.8.41 tagIgor Sysoev1-0/+1
2010-06-15nginx-0.8.41-RELEASErelease-0.8.41Igor Sysoev1-0/+49
2010-06-15allow spaces in URIIgor Sysoev5-10/+60
2010-06-14do not free() stack allocated bufferIgor Sysoev1-1/+0
2010-06-10PATCH methodIgor Sysoev3-1/+7
2010-06-10allow Destination URL without hostIgor Sysoev1-0/+7
2010-06-08delete empty Server and Date header used only in proxy modeIgor Sysoev1-32/+0