| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-02-01 | do not disable keepalive after POST requests for MSIE 7+ | Igor Sysoev | 1 | -1/+1 | |
| 2010-02-01 | disable keepalive for Safari: | Igor Sysoev | 3 | -7/+21 | |
| https://bugs.webkit.org/show_bug.cgi?id=5760 | |||||
| 2010-01-29 | delete u->cleanup mark, this fixes large values in $upstream_response_time, | Igor Sysoev | 1 | -0/+2 | |
| the bug had been introduced in r3007 | |||||
| 2010-01-28 | skip URI trailing spaces under Win32 | Igor Sysoev | 1 | -2/+4 | |
| 2010-01-28 | Fix segfault when while discarding body a write event handler is called, | Igor Sysoev | 1 | -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-28 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2010-01-11 | allow a chunked body for 201 responses | Igor Sysoev | 1 | -1/+0 | |
| 2010-01-11 | named captures worked for two names only | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-25 | fix negative time in "Cache-Control" if "expires modified" sets time in the past | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-25 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-23 | allow to handle 301/302 in error_page | Igor Sysoev | 2 | -3/+3 | |
| 2009-12-23 | fix a cached zero-length body case | Igor Sysoev | 1 | -7/+3 | |
| 2009-12-23 | fix typo | Igor Sysoev | 5 | -5/+5 | |
| 2009-12-22 | $geoip_city_continent_code, $geoip_latitude, $geoip_longitude | Igor Sysoev | 1 | -27/+79 | |
| 2009-12-22 | fix the "If-None-Match" header name | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-22 | fix building by gcc 4.4 with -O2/3/s: | Igor Sysoev | 3 | -15/+26 | |
| dereferencing pointer 'sin' does break strict-aliasing rules | |||||
| 2009-12-22 | force image filter conversion if JPEG application data consume more than 5% | Igor Sysoev | 1 | -11/+31 | |
| 2009-12-22 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-21 | fix building by gcc 4.x with -O2/3/s in some Linux distributions: | Igor Sysoev | 1 | -1/+1 | |
| dereferencing type-punned pointer will break strict-aliasing rules the bug has been introduced in r3065 | |||||
| 2009-12-17 | fix caseless locations, the bug had been introduced in r3326 | Igor Sysoev | 1 | -0/+2 | |
| 2009-12-17 | test degradation parameters | Igor Sysoev | 1 | -1/+6 | |
| 2009-12-17 | fix r3331: | Igor Sysoev | 1 | -1/+8 | |
| *) now pools are aligned to 16 bytes *) forbidden to set non-aligned pool sizes | |||||
| 2009-12-16 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-12-09 | default large_client_header_buffers' buffer size should be 8K as compatible | Igor Sysoev | 1 | -1/+1 | |
| with Apache's one | |||||
| 2009-12-07 | backout r3315 and test r->header_only last, since it's not actually | Igor Sysoev | 1 | -2/+2 | |
| frequent here: 304 and HEAD responses are not set it before the filter | |||||
| 2009-12-02 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-30 | support "*" in gzip_types, ssi_types, etc | Igor Sysoev | 9 | -22/+45 | |
| 2009-11-29 | log proxied HTTP/0.9 responses status as "009" | Igor Sysoev | 2 | -4/+19 | |
| 2009-11-29 | fix handling cached HTTP/0.9 response | Igor Sysoev | 2 | -1/+6 | |
| 2009-11-29 | fix server_name regex named captures given by "?P<...>" | Igor Sysoev | 1 | -4/+11 | |
| 2009-11-25 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-23 | fix building without PCRE, the bug had been introduced in r3326 | Igor Sysoev | 2 | -15/+23 | |
| 2009-11-23 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-17 | add comment from r2716 commit message | Igor Sysoev | 1 | -0/+6 | |
| 2009-11-17 | use global perl variable in perl_destruct()/perl_free() | Igor Sysoev | 1 | -16/+11 | |
| for non-mulitiplicity perl | |||||
| 2009-11-17 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-16 | evaluate maximum captures size on configuration phase | Igor Sysoev | 2 | -1/+5 | |
| 2009-11-16 | fix captures in "rewrite", the bug had been introduced in r3326 | Igor Sysoev | 2 | -4/+4 | |
| 2009-11-16 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-16 | backout r3325: postpone filter is a body only filter | Igor Sysoev | 3 | -0/+6 | |
| 2009-11-16 | ngx_http_degradation_module | Igor Sysoev | 1 | -0/+223 | |
| 2009-11-16 | regex named captures | Igor Sysoev | 12 | -237/+299 | |
| 2009-11-16 | remove subrequest test in range header, chunked, and header filters: they | Igor Sysoev | 3 | -6/+0 | |
| are run after postpone filter which sends data only in main request context | |||||
| 2009-11-15 | allow "proxy_pass http://$backend" without URI part | Igor Sysoev | 1 | -9/+14 | |
| 2009-11-13 | ngx_regex_exec() calling optimiztion: | Igor Sysoev | 1 | -1/+1 | |
| *) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH *) declare ngx_regex_exec() as #define *) optimize SSI regex a little | |||||
| 2009-11-13 | style fix: lcf > clcf | Igor Sysoev | 1 | -120/+120 | |
| 2009-11-12 | do not log error if $r->variable was not found | Igor Sysoev | 1 | -3/+0 | |
| 2009-11-12 | add MSIE padding for Chrome too | Igor Sysoev | 1 | -11/+11 | |
| 2009-11-12 | r->chrome | Igor Sysoev | 2 | -0/+4 | |
| 2009-11-12 | test frequent r->header_only before three response status | Igor Sysoev | 1 | -1/+1 | |
