summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2010-03-25reset a parsing state to parse correctly an upstream response,Igor Sysoev1-0/+2
if 400 or 414 response has been redirected to upstream
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
the bug had been introduced in r3461
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
and does not begin at /16 network boundary
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
instead of default one
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
2009-12-25fix negative time in "Cache-Control" if "expires modified" sets time in the pastIgor Sysoev1-1/+1
2009-12-25bump versionIgor Sysoev1-1/+1
2009-12-23fix typoIgor Sysoev3-3/+3
2009-12-22$geoip_city_continent_code, $geoip_latitude, $geoip_longitudeIgor Sysoev1-27/+79
2009-12-22fix the "If-None-Match" header nameIgor Sysoev1-1/+1
2009-12-22force image filter conversion if JPEG application data consume more than 5%Igor Sysoev1-11/+31
2009-12-22style fixIgor Sysoev1-1/+1
2009-12-17test degradation parametersIgor Sysoev1-1/+6
2009-12-16bump versionIgor Sysoev1-1/+1
2009-12-07backout r3315 and test r->header_only last, since it's not actuallyIgor Sysoev1-2/+2
frequent here: 304 and HEAD responses are not set it before the filter
2009-12-02bump versionIgor Sysoev1-1/+1
2009-11-30support "*" in gzip_types, ssi_types, etcIgor Sysoev6-12/+12
2009-11-29log proxied HTTP/0.9 responses status as "009"Igor Sysoev2-4/+19
2009-11-25bump versionIgor Sysoev1-1/+1
2009-11-23bump versionIgor Sysoev1-1/+1
2009-11-17add comment from r2716 commit messageIgor Sysoev1-0/+6
2009-11-17use global perl variable in perl_destruct()/perl_free()Igor Sysoev1-16/+11
for non-mulitiplicity perl
2009-11-17bump versionIgor Sysoev1-1/+1
2009-11-16bump versionIgor Sysoev1-1/+1
2009-11-16backout r3325: postpone filter is a body only filterIgor Sysoev2-0/+2
2009-11-16ngx_http_degradation_moduleIgor Sysoev1-0/+223
2009-11-16regex named capturesIgor Sysoev4-102/+70
2009-11-16remove subrequest test in range header, chunked, and header filters: theyIgor Sysoev2-2/+0
are run after postpone filter which sends data only in main request context
2009-11-15allow "proxy_pass http://$backend" without URI partIgor Sysoev1-9/+14
2009-11-13ngx_regex_exec() calling optimiztion:Igor Sysoev1-1/+1
*) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH *) declare ngx_regex_exec() as #define *) optimize SSI regex a little
2009-11-12do not log error if $r->variable was not foundIgor Sysoev1-3/+0
2009-11-12test frequent r->header_only before three response statusIgor Sysoev1-1/+1