summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
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 Sysoev1-1/+1
2010-05-27bump versionIgor Sysoev1-1/+1
2010-05-24remove r->zero_in_uriIgor Sysoev8-32/+0
2010-05-24proxy_no_cache and fastcgi_no_cacheIgor Sysoev2-0/+22
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
2010-05-18allow to use $uid_got in SSI and perl moduleIgor Sysoev1-1/+1
2010-05-18bump versionIgor Sysoev1-1/+1
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev19-131/+59
2010-05-14use ngx_min() and ngx_max()Igor Sysoev1-1/+1
2010-05-14ngx_http_split_clients_moduleIgor Sysoev1-0/+237
2010-05-13style fix: remove blank lineIgor Sysoev1-1/+0
2010-05-12style fix: remove blank lineIgor Sysoev1-1/+0
2010-04-23bump versionIgor Sysoev1-1/+1
2010-04-22use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinksIgor Sysoev1-7/+7
2010-04-22change processing variables accessed by SSI and perl module:Igor Sysoev2-6/+4
*) the indexed variables are always flushed *) never show warning for not found variables
2010-04-21do not log misleading errno in "not a regular file" errorIgor Sysoev2-2/+2
2010-04-21do not store an encoded variable value as a new cached variable valueIgor Sysoev1-11/+10
2010-04-06fix building without HTTP cache, the bug had been introduced in r3461Igor Sysoev1-3/+3
2010-04-02bump versionIgor Sysoev1-1/+1
2010-04-01revert partially r1555 and fix the error "memcached sent invalid trailer"Igor Sysoev1-3/+8
2010-04-01chunked_transfer_encodingIgor Sysoev1-1/+10