summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
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
2010-06-01remove LICENSE textIgor Sysoev1-21/+0
2010-06-01style fixIgor Sysoev1-1/+1
2010-06-01./configure --http-uwsgi-temp-path=PATHIgor Sysoev1-3/+0
2010-06-01fix the previous commit when value is static string: remove the specialIgor Sysoev1-68/+26
static values processing, because it is anyway very seldom case
2010-06-01remove useless copy: key name should be just copied before value lengthIgor Sysoev1-15/+7
2010-06-01simplify binary little endian length processingIgor Sysoev1-54/+25
2010-06-01use ngx_str_set() and ngx_str_null()Igor Sysoev1-11/+5
2010-06-01fix copyrightsIgor Sysoev1-5/+2
2010-06-01fix style, some names, and building by MSVC8Igor Sysoev1-589/+555
2010-06-01style fix: remove tabs and trailing spacesIgor Sysoev1-633/+633
2010-06-01import original ngx_http_uwsgi_module versionIgor Sysoev1-0/+1653
2010-06-01bump versionIgor Sysoev2-3/+3
2010-05-31fix IPv6 and Unix domain sockets inheritance while online upgradeIgor Sysoev1-4/+2
2010-05-31fix building by ICC8, the bug had been introduced in r3476Igor Sysoev1-2/+0
2010-05-31fix handling an inherited alias in inclusive locationIgor Sysoev2-8/+8
2010-05-27fix a try_files/alias case when alias uses captures andIgor Sysoev2-3/+12
try_files .html "" / =404;
2010-05-27do not add tested file to a location regex string,Igor Sysoev1-0/+6
instead, set URI to the tested file, or keep URI unchanged, if the tested file is a directory, the later allows to handle a directory autoredirect
2010-05-27fix the previous commitIgor Sysoev1-1/+1