summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-02-01do not disable keepalive after POST requests for MSIE 7+Igor Sysoev1-1/+1
2010-02-01disable keepalive for Safari:Igor Sysoev3-7/+21
https://bugs.webkit.org/show_bug.cgi?id=5760
2010-01-29delete u->cleanup mark, this fixes large values in $upstream_response_time,Igor Sysoev1-0/+2
the bug had been introduced in r3007
2010-01-28skip URI trailing spaces under Win32Igor Sysoev1-2/+4
2010-01-28Fix segfault when while discarding body a write event handler is called,Igor Sysoev1-0/+1
runs ngx_http_core_run_phases(), and starts a request processing again. The write event has clear type and remained in a keepalive connection. The bug was introduced in r3050.
2010-01-28bump versionIgor Sysoev1-1/+1
2010-01-11allow a chunked body for 201 responsesIgor Sysoev1-1/+0
2010-01-11named captures worked for two names onlyIgor Sysoev1-1/+1
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-23allow to handle 301/302 in error_pageIgor Sysoev2-3/+3
2009-12-23fix a cached zero-length body caseIgor Sysoev1-7/+3
2009-12-23fix typoIgor Sysoev5-5/+5
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-22fix building by gcc 4.4 with -O2/3/s:Igor Sysoev3-15/+26
dereferencing pointer 'sin' does break strict-aliasing rules
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-21fix building by gcc 4.x with -O2/3/s in some Linux distributions:Igor Sysoev1-1/+1
dereferencing type-punned pointer will break strict-aliasing rules the bug has been introduced in r3065
2009-12-17fix caseless locations, the bug had been introduced in r3326Igor Sysoev1-0/+2
2009-12-17test degradation parametersIgor Sysoev1-1/+6
2009-12-17fix r3331:Igor Sysoev1-1/+8
*) now pools are aligned to 16 bytes *) forbidden to set non-aligned pool sizes
2009-12-16bump versionIgor Sysoev1-1/+1
2009-12-09default large_client_header_buffers' buffer size should be 8K as compatibleIgor Sysoev1-1/+1
with Apache's one
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 Sysoev9-22/+45
2009-11-29log proxied HTTP/0.9 responses status as "009"Igor Sysoev2-4/+19
2009-11-29fix handling cached HTTP/0.9 responseIgor Sysoev2-1/+6
2009-11-29fix server_name regex named captures given by "?P<...>"Igor Sysoev1-4/+11
2009-11-25bump versionIgor Sysoev1-1/+1
2009-11-23fix building without PCRE, the bug had been introduced in r3326Igor Sysoev2-15/+23
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-16evaluate maximum captures size on configuration phaseIgor Sysoev2-1/+5
2009-11-16fix captures in "rewrite", the bug had been introduced in r3326Igor Sysoev2-4/+4
2009-11-16bump versionIgor Sysoev1-1/+1
2009-11-16backout r3325: postpone filter is a body only filterIgor Sysoev3-0/+6
2009-11-16ngx_http_degradation_moduleIgor Sysoev1-0/+223
2009-11-16regex named capturesIgor Sysoev12-237/+299
2009-11-16remove subrequest test in range header, chunked, and header filters: theyIgor Sysoev3-6/+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-13style fix: lcf > clcfIgor Sysoev1-120/+120
2009-11-12do not log error if $r->variable was not foundIgor Sysoev1-3/+0
2009-11-12add MSIE padding for Chrome tooIgor Sysoev1-11/+11
2009-11-12r->chromeIgor Sysoev2-0/+4
2009-11-12test frequent r->header_only before three response statusIgor Sysoev1-1/+1