| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| could not be processed by SSI, charset, and gzip filters | |||||
| 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 | |
| the bug had been appeared in r2806 | |||||
| 2009-05-06 | delete level event of appropriate type, this should fix select()'s EBADF, | Igor Sysoev | 1 | -6/+17 | |
| WSAENOTSOCK, and "select ready != events" alerts | |||||
| 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 | |
| a client has closed connection prematurely | |||||
| 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 | |
| the bug has been introduced in r2269 | |||||
| 2008-12-23 | variable support for unix sockets in fastcgi_pass and proxy_pass | Igor Sysoev | 1 | -0/+14 | |
| 2008-12-17 | fix segfault | Igor Sysoev | 1 | -1/+3 | |
| 2008-12-11 | $upstream_response_length | Igor Sysoev | 1 | -4/+82 | |
| 2008-12-10 | use ngx_ext_rename_file() for single file MOVE | Igor Sysoev | 1 | -0/+2 | |
| 2008-12-09 | use already available r and u instead of ev | Igor Sysoev | 1 | -70/+59 | |
| 2008-12-08 | fix r2378, run posted requests after upstream event handling | Igor Sysoev | 1 | -93/+148 | |
| 2008-12-08 | *) refactor subrequest handling, now they run as separate posted requests | Igor Sysoev | 1 | -33/+56 | |
| *) now $upstream_addr, $upstream_status, $upstream_response_time can be used with log_subrequest | |||||
| 2008-12-01 | read and process upstream header in cycle, | Igor Sysoev | 1 | -35/+32 | |
| this fixes the case when local FastCGI server sends many warnings in stderr | |||||
| 2008-11-12 | memcached response was stored in variable with END | Igor Sysoev | 1 | -4/+10 | |
| 2008-10-30 | fix r1913 | Igor Sysoev | 1 | -1/+1 | |
| 2008-09-30 | *) ngx_http_upstream_test_next() | Igor Sysoev | 1 | -41/+58 | |
| *) add proxy_next_upstream http_502 and http_504 *) fix http_503 | |||||
| 2008-09-30 | ngx_http_upstream_intercept_errors() | Igor Sysoev | 1 | -32/+57 | |
| 2008-09-09 | strip charset name quotes | Igor Sysoev | 1 | -1/+11 | |
| 2008-08-17 | proxy_ssl_session_reuse | Igor Sysoev | 1 | -5/+9 | |
| 2008-08-17 | disable original URI usage in proxy_pass after X-Accel-Redirect | Igor Sysoev | 1 | -0/+2 | |
| 2008-08-04 | if upstream sent a location header without status use 302 | Igor Sysoev | 1 | -1/+2 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -3/+3 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-04-17 | small fix | Igor Sysoev | 1 | -1/+1 | |
| 2008-04-11 | fix segfault | Igor Sysoev | 1 | -0/+4 | |
| 2008-04-09 | quick resolving handles u->resolved->ctx by itself | Igor Sysoev | 1 | -2/+3 | |
