summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-06-07nginx-0.8.40-RELEASErelease-0.8.40Igor Sysoev1-0/+60
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-01print default module temporary directory path in summaryIgor Sysoev1-4/+13
only if the module is enabled
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 Sysoev4-3/+7
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 Sysoev2-634/+634
2010-06-01import original ngx_http_uwsgi_module versionIgor Sysoev5-0/+1680
2010-06-01bump versionIgor Sysoev2-3/+3
2010-05-31release-0.8.39 tagIgor Sysoev1-0/+1
2010-05-31nginx-0.8.39-RELEASErelease-0.8.39Igor Sysoev1-1/+36
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
2010-05-27improve debug logging: "try to use file/dir"Igor Sysoev1-1/+2
2010-05-27bump versionIgor Sysoev2-3/+3
2010-05-24release-0.8.38 tagIgor Sysoev1-0/+1
2010-05-24nginx-0.8.38-RELEASErelease-0.8.38Igor Sysoev1-1/+48
2010-05-24remove r->zero_in_uriIgor Sysoev13-78/+17
2010-05-24proxy_no_cache and fastcgi_no_cacheIgor Sysoev6-0/+101
2010-05-24fix delay in limit_reqIgor Sysoev1-1/+2
2010-05-23autodetect redirect if URI is rewritten to a string starting with $schemeIgor Sysoev1-7/+4
2010-05-20delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,Igor Sysoev3-135/+0
fastcgi_upstream_max_fails, fastcgi_upstream_fail_timeout, memcached_upstream_max_fails, and memcached_upstream_fail_timeout directives obsolete since 0.5.0 version