summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
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
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
2010-03-25reset a parsing state to parse correctly an upstream response,Igor Sysoev1-0/+2
2010-03-10"proxy_redirect default" may not be used if a proxy_pass uses variablesIgor Sysoev1-0/+7
2010-03-10fix proxy_redirect name in error messageIgor Sysoev1-2/+2
2010-03-10fix segfault if there was non cached large FastCGI stderr output before header,Igor Sysoev1-1/+1
2010-03-10bump versionIgor Sysoev1-1/+1
2010-03-03fix cached FastCGI response with large stderr output before headerIgor Sysoev1-3/+54
2010-03-03allow HTTPS referersIgor Sysoev1-8/+17
2010-02-25fix a geo range if the range includes two or more /16 networksIgor Sysoev1-1/+1
2010-02-19SSI %s timefmt has no timezone offsetIgor Sysoev1-2/+1
2010-02-19use content type of the parent request in SSI stub block outputIgor Sysoev1-3/+3
2010-02-12delete ngx_http_perl_cleanup_t unused since r909Igor Sysoev1-6/+0
2010-02-12fix request counter for $r->sleep(), the bug was introduced in r3050Igor Sysoev1-0/+1
2010-02-12bump versionIgor Sysoev1-1/+1
2010-01-28bump versionIgor Sysoev1-1/+1
2010-01-11allow a chunked body for 201 responsesIgor Sysoev1-1/+0