summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
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-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-24break cycle earlyIgor Sysoev1-2/+2
2010-06-23style fixIgor Sysoev5-6/+6
2010-06-23change ngx_http_variable_value_node_t to more generic ngx_str_node_tIgor Sysoev1-14/+22
2010-06-23bump versionIgor Sysoev1-1/+1
2010-06-18ngx_http_scgi_moduleIgor Sysoev1-0/+1674
2010-06-18use ngx_http_send_response() in empty_gifIgor Sysoev1-35/+9
2010-06-18return code textIgor Sysoev1-5/+41
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-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 Sysoev1-1/+1
2010-06-15allow spaces in URIIgor Sysoev1-1/+1
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 Sysoev1-0/+2
2010-06-07bump versionIgor Sysoev1-1/+1
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
2010-06-01style fixIgor Sysoev1-0/+1
2010-06-01improve uwsgi_string processingIgor Sysoev1-7/+3
2010-06-01delete unneeded declarationIgor Sysoev1-3/+0
2010-06-01delete unused ngx_http_uwsgi_add_variables()Igor Sysoev1-27/+1
2010-06-01improve uwsgi_modifierX processing:Igor Sysoev1-52/+20
*) use ngx_conf_set_num_slot() *) check bounds *) check duplicates