summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_uwsgi_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Merging r4158:Igor Sysoev1-1/+10
2011-08-29Merge of r4016:Igor Sysoev1-1/+9
2011-08-29Merge of r3964, r3977, r3978:Igor Sysoev1-0/+2
2011-04-04fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_passIgor Sysoev1-6/+1
2010-08-03inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass insideIgor Sysoev1-0/+8
2010-08-02fix directive typeIgor Sysoev1-4/+4
2010-07-19proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypassIgor Sysoev1-0/+11
2010-07-14fix scgi_no_cache and uwsgi_no_cache initializationIgor Sysoev1-0/+1
2010-07-14use ngx_http_test_predicates(), ngx_http_set_predicate_slot()Igor Sysoev1-1/+1
2010-07-02do not use a cache headers set to hideIgor Sysoev1-24/+1
2010-07-02use shared ngx_http_upstream_ignore_headers_masks[]Igor Sysoev1-10/+1
2010-06-15style fixIgor Sysoev1-1/+1
2010-06-15fix r3628Igor Sysoev1-22/+11
2010-06-15make code more obviuosIgor Sysoev1-5/+6
2010-06-15use ngx_http_parse_status_line()Igor Sysoev1-221/+11
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-08delete empty Server and Date header used only in proxy modeIgor Sysoev1-32/+0
2010-06-08change variable namesIgor Sysoev1-19/+21
2010-06-08delete surplus flushIgor Sysoev1-2/+0
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-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
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
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