| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-08-28 | do not create cache key in AIO invocation | Igor Sysoev | 1 | -25/+34 |
| 2009-08-28 | fix sending a cached file using AIO | Igor Sysoev | 1 | -2/+4 |
| 2009-08-28 | directio_alignment | Igor Sysoev | 1 | -0/+1 |
| 2009-08-28 | FreeBSD and Linux AIO support | Igor Sysoev | 1 | -26/+48 |
| 2009-08-26 | axe r->connection->destroyed testing | Igor Sysoev | 1 | -21/+0 |
| 2009-08-23 | process upstream ETag header | Igor Sysoev | 1 | -0/+6 |
| 2009-08-20 | fix copy destination name length, introduced in r3025 | Igor Sysoev | 1 | -0/+2 |
| 2009-08-12 | allow cross device temporary files atomic copying: | Igor Sysoev | 1 | -1/+0 |
| 2009-08-07 | fix segfault introduced in r3007 | Igor Sysoev | 1 | -1/+1 |
| 2009-07-27 | ngx_http_upstream_create() to cleanup the previous upstream after | Igor Sysoev | 1 | -0/+29 |
| 2009-07-27 | fix handling "Last-Modified" and "Accept-Ranges" for upstream responses | Igor Sysoev | 1 | -1/+4 |
| 2009-07-27 | allow to proxy_pass_header/fastcgi_pass_header "X-Accel-Redirect", | Igor Sysoev | 1 | -4/+4 |
| 2009-07-09 | fix ngx_http_send_special() for subrequests handled by perl | Igor Sysoev | 1 | -1/+1 |
| 2009-06-22 | fix building --without-http-cache, broken in r2953 | Igor Sysoev | 1 | -0/+4 |
| 2009-06-18 | fix segfault if there is error_page 401, proxy_intercept_errors is on | Igor Sysoev | 1 | -2/+3 |
| 2009-06-18 | $upstream_cache_status | Igor Sysoev | 1 | -11/+74 |
| 2009-06-15 | fix building --without-http-cache, broken in r2930 | Igor Sysoev | 1 | -1/+4 |
| 2009-06-08 | inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header | Igor Sysoev | 1 | -1/+3 |
| 2009-06-06 | proxy_cache_use_stale/fastcgi_cache_use_stale updating | Igor Sysoev | 1 | -0/+9 |
| 2009-06-06 | delete useless r->cache->uses | Igor Sysoev | 1 | -2/+2 |
| 2009-06-02 | return NULL instead of NGX_CONF_ERROR on a create conf failure | Igor Sysoev | 1 | -1/+1 |
| 2009-05-25 | reset content_type hash value, this fixes a bug when XSLT responses | Igor Sysoev | 1 | -0/+1 |
| 2009-05-19 | proxy_cache_methods and fastcgi_cache_methods | Igor Sysoev | 1 | -1/+10 |
| 2009-05-19 | use already given variable | Igor Sysoev | 1 | -2/+2 |
| 2009-05-14 | style fix | Igor Sysoev | 1 | -1/+3 |
| 2009-05-08 | fix building --without-http-cache | Igor Sysoev | 1 | -1/+1 |
| 2009-05-06 | delete level event of appropriate type, this should fix select()'s EBADF, | Igor Sysoev | 1 | -6/+17 |
| 2009-05-05 | reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send() | Igor Sysoev | 1 | -4/+17 |
| 2009-05-05 | proxy/fastcgi_cache_use_stale http_50x did not work | Igor Sysoev | 1 | -8/+1 |
| 2009-04-30 | proxy_ignore_headers and fastcgi_ignore_headers | Igor Sysoev | 1 | -12/+33 |
| 2009-04-27 | get a full response if the response is cacheable or storable even | Igor Sysoev | 1 | -8/+10 |
| 2009-04-15 | fix building --without-http-cache, introduced in r2664 and later | Igor Sysoev | 1 | -6/+20 |
| 2009-04-15 | shutdown client connection for cacheable header only responses | Igor Sysoev | 1 | -3/+10 |
| 2009-04-15 | support 304 for cacheable responses | Igor Sysoev | 1 | -1/+2 |
| 2009-04-15 | support HEAD in proxy cache | Igor Sysoev | 1 | -2/+18 |
| 2009-04-10 | style fix | Igor Sysoev | 1 | -1/+2 |
| 2009-04-10 | do not call ngx_http_file_cache_free() if a response is not cacheable | Igor Sysoev | 1 | -1/+1 |
| 2009-04-10 | add debug logging | Igor Sysoev | 1 | -0/+3 |
| 2009-04-04 | support Cache-Control no-cache and max-age in cache | Igor Sysoev | 1 | -11/+57 |
| 2009-04-04 | update r2664 | Igor Sysoev | 1 | -11/+8 |
| 2009-04-03 | support Expires in cache | Igor Sysoev | 1 | -2/+32 |
| 2009-04-03 | fix r2664: ..._cache_valid did not work for stale responses | Igor Sysoev | 1 | -0/+1 |
| 2009-04-03 | zero field | Igor Sysoev | 1 | -2/+1 |
| 2009-04-03 | support X-Accel-Expires in cache | Igor Sysoev | 1 | -6/+61 |
| 2009-04-03 | cache GET requests only | Igor Sysoev | 1 | -0/+4 |
| 2009-03-23 | a prelimiary proxy cache support | Igor Sysoev | 1 | -198/+438 |
| 2009-02-24 | small optimization: " == NGX_ERROR" > " != NGX_OK" | Igor Sysoev | 1 | -1/+1 |
| 2009-01-21 | fix fastcgi_store | Igor Sysoev | 1 | -1/+1 |
| 2009-01-16 | proxy/fastcgi_store did not delete incomplete files | Igor Sysoev | 1 | -11/+17 |
| 2009-01-15 | in miss case memcached module returned END instead of default 404 page body | Igor Sysoev | 1 | -7/+7 |