summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
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-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
2010-06-08change variable namesIgor Sysoev2-38/+42
2010-06-08delete surplus flushIgor Sysoev1-2/+0
2010-06-08do not try to calculate procent sum if there was an errorIgor Sysoev1-0/+4
2010-06-07delete useless codeIgor Sysoev1-6/+2
2010-06-07fix rewritten Refresh header lengthIgor Sysoev1-2/+2
2010-06-07202 Accepted status codeIgor Sysoev3-1/+4
2010-06-07bump versionIgor Sysoev2-3/+3
2010-06-04fix "/dir/%3F../" and "/dir/%23../" casesIgor Sysoev1-6/+3
2010-06-04test default NTFS stream "::$DATA"Igor Sysoev1-4/+19
2010-06-04*) delete no longer used unix domain socketsIgor Sysoev1-0/+36
*) fix unix domain socket comparison
2010-06-04uwsgi cacheIgor Sysoev1-7/+326
2010-06-04uwsgi_bindIgor Sysoev1-0/+7
2010-06-04allow uwsgi_param to override client headers using HTTP_ parametersIgor Sysoev1-7/+105
2010-06-04uwsgi_storeIgor Sysoev1-0/+62
2010-06-04add uwsgi_param and client request headers debug loggingIgor Sysoev1-0/+10
2010-06-04do not pass if-... headers for cacheable fastcgi responsesIgor Sysoev1-0/+63
2010-06-03rename variable to conform to the next commitIgor Sysoev1-5/+5
2010-06-03use local headers_names array instead of stored in configurationIgor Sysoev1-12/+6
and allocate its elements from temporary pool
2010-06-03allow fastcgi_param to override client headers using HTTP_ parametersIgor Sysoev1-7/+110
2010-06-03add client request headers debug logging in fastcgiIgor Sysoev1-16/+20
2010-06-02remove the special static fastcgi_param values processing,Igor Sysoev1-70/+26
because it is anyway very seldom case