| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-10-11 | Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers. | Maxim Dounin | 1 | -6/+26 |
| 2011-10-07 | Tweaked error messages. | Ruslan Ermilov | 1 | -5/+5 |
| 2011-10-05 | Fixed cache bypass caching of non-cacheable replies (ticket #21). | Maxim Dounin | 1 | -4/+2 |
| 2011-09-27 | Better handling of late upstream creation. | Maxim Dounin | 1 | -0/+4 |
| 2011-09-27 | Cache: fix for sending of stale responses. | Maxim Dounin | 1 | -1/+6 |
| 2011-09-25 | Upstream: clearing of u->peer.connection on close. | Maxim Dounin | 1 | -0/+1 |
| 2011-09-20 | Fix of separate pool for upstream connections (r4117). | Maxim Dounin | 1 | -2/+8 |
| 2011-09-15 | Upstream: Connection header processing. | Maxim Dounin | 1 | -1/+20 |
| 2011-09-15 | Upstream: Transfer-Encoding header processing. | Maxim Dounin | 1 | -0/+24 |
| 2011-09-15 | Upstream: keepalive flag. | Maxim Dounin | 1 | -1/+8 |
| 2011-09-15 | Upstream: pipe length and input_filter_init in buffered mode. | Maxim Dounin | 1 | -0/+9 |
| 2011-09-15 | Upstream: r->upstream->length type change to off_t. | Maxim Dounin | 1 | -11/+2 |
| 2011-09-15 | Upstream: content_length_n API change. | Maxim Dounin | 1 | -27/+26 |
| 2011-09-15 | Upstream: separate pool for peer connections. | Maxim Dounin | 1 | -1/+15 |
| 2011-09-15 | Workaround for cpu hog on errors with cached connections. | Maxim Dounin | 1 | -0/+4 |
| 2011-09-15 | API change: ngx_chain_update_chains() now requires pool. | Maxim Dounin | 1 | -1/+1 |
| 2011-07-29 | update r3945 with more descriptive error message | Igor Sysoev | 1 | -3/+5 |
| 2011-07-22 | finalizing with rc == 0 in unbuffered proxy mode caused nginx to wait | Igor Sysoev | 1 | -1/+2 |
| 2011-07-19 | fix segfault if cache key is larger than upstream buffer size | Igor Sysoev | 1 | -0/+9 |
| 2011-06-28 | revert r3935 and fix "stalled cache updating" alert | Igor Sysoev | 1 | -16/+10 |
| 2011-06-01 | fix "stalled cache updating" alert, | Igor Sysoev | 1 | -0/+9 |
| 2011-05-13 | fix a broken cached response if bypass/no_cache directive values are different, | Igor Sysoev | 1 | -25/+13 |
| 2011-04-21 | allow to use $upstream_... variables in SSI | Igor Sysoev | 1 | -5/+5 |
| 2011-04-04 | fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass | Igor Sysoev | 1 | -0/+8 |
| 2010-07-28 | move debug logging inside ngx_http_file_cache_free() | Igor Sysoev | 1 | -6/+0 |
| 2010-07-28 | several changes in cache cleanup handling: | Igor Sysoev | 1 | -4/+4 |
| 2010-07-27 | fix r3707: cache node should be freed be a response is not cached | Igor Sysoev | 1 | -1/+1 |
| 2010-07-27 | fix typo | Igor Sysoev | 1 | -1/+1 |
| 2010-07-19 | an intercepted error code was not cached | Igor Sysoev | 1 | -0/+18 |
| 2010-07-19 | style fix | Igor Sysoev | 1 | -2/+1 |
| 2010-07-19 | proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass | Igor Sysoev | 1 | -3/+52 |
| 2010-07-16 | rename ngx_http_file_cache_create() to ngx_http_file_cache_new() | Igor Sysoev | 1 | -1/+1 |
| 2010-07-15 | ngx_http_file_cache_create() | Igor Sysoev | 1 | -9/+3 |
| 2010-07-14 | use ngx_http_test_predicates(), ngx_http_set_predicate_slot() | Igor Sysoev | 1 | -5/+3 |
| 2010-07-02 | treat Set-Cookie as a header that forbids caching | Igor Sysoev | 1 | -1/+22 |
| 2010-07-02 | use shared ngx_http_upstream_ignore_headers_masks[] | Igor Sysoev | 1 | -0/+9 |
| 2010-05-24 | remove r->zero_in_uri | Igor Sysoev | 1 | -4/+0 |
| 2010-05-24 | proxy_no_cache and fastcgi_no_cache | Igor Sysoev | 1 | -0/+7 |
| 2010-05-14 | do not cache response if it has "no-store" or "private" | Igor Sysoev | 1 | -4/+6 |
| 2010-05-14 | ngx_str_set() and ngx_str_null() | Igor Sysoev | 1 | -2/+1 |
| 2010-05-14 | use ngx_min() and ngx_max() | Igor Sysoev | 1 | -1/+1 |
| 2010-05-14 | fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup, | Igor Sysoev | 1 | -2/+0 |
| 2010-01-29 | delete u->cleanup mark, this fixes large values in $upstream_response_time, | Igor Sysoev | 1 | -0/+2 |
| 2009-12-23 | allow to handle 301/302 in error_page | Igor Sysoev | 1 | -1/+1 |
| 2009-12-23 | fix typo | Igor Sysoev | 1 | -1/+1 |
| 2009-11-29 | fix handling cached HTTP/0.9 response | Igor Sysoev | 1 | -0/+5 |
| 2009-11-02 | change ngx_parse_addr() interface | Igor Sysoev | 1 | -7/+17 |
| 2009-11-02 | proxy_bind, fastcgi_bind, and memcached_bind | Igor Sysoev | 1 | -0/+27 |
| 2009-10-08 | test comma separator in "Cache-Control" | Igor Sysoev | 1 | -1/+1 |
| 2009-10-07 | use real file cache length, this fixes cache size counting for responses | Igor Sysoev | 1 | -5/+0 |