| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2008-04-04 | fix peer sendfile capability | Igor Sysoev | 1 | -1/+1 | |
| 2008-03-17 | use ngx_ext_rename_file() in proxy/fastcgi_store | Igor Sysoev | 1 | -80/+17 | |
| 2008-03-05 | ngx_resolve_name() frees ctx on immediate failure | Igor Sysoev | 1 | -2/+2 | |
| 2008-03-03 | fix r1903 | Igor Sysoev | 1 | -1/+2 | |
| 2008-03-03 | fix memory leak in long-lived non buffered connections | Igor Sysoev | 1 | -0/+1 | |
| 2008-02-21 | check port in upstream list | Igor Sysoev | 1 | -0/+1 | |
| 2008-02-11 | test response length in proxy/fastcgi_store | Igor Sysoev | 1 | -5/+12 | |
| 2007-12-26 | optimization | Igor Sysoev | 1 | -5/+5 | |
| 2007-12-11 | $upstream_addr did not contain last address, the bug was introduced in r1659 | Igor Sysoev | 1 | -1/+2 | |
| 2007-12-10 | style fix: remove trailing spaces | Igor Sysoev | 1 | -2/+2 | |
| 2007-12-10 | optimize r->upstream usage | Igor Sysoev | 1 | -14/+17 | |
| 2007-12-09 | *) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR | Igor Sysoev | 1 | -0/+107 | |
| this fixes fastcgi_catch_stderr segfault introduced in r1453 *) ngx_http_upstream_hide_headers_hash() *) proxy/fastcgi pass_header/hide_header use ngx_http_upstream_hide_headers_hash() | |||||
| 2007-12-09 | return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header() | Igor Sysoev | 1 | -1/+1 | |
| 2007-12-07 | use malloc() in ngx_win32_rename_file, set crit level instead of error | Igor Sysoev | 1 | -1/+1 | |
| 2007-12-03 | allow to use IP addresses without defined resolver | Igor Sysoev | 1 | -7/+8 | |
| 2007-11-27 | proxy_pass variables support | Igor Sysoev | 1 | -16/+136 | |
| 2007-11-27 | r->headers_out.refresh | Igor Sysoev | 1 | -2/+4 | |
| 2007-11-27 | set r->headers_out.location for non-local redirects | Igor Sysoev | 1 | -0/+4 | |
| 2007-11-15 | 64-bit time_t compatibility | Igor Sysoev | 1 | -1/+2 | |
| 2007-10-14 | fix English grammar | Igor Sysoev | 1 | -12/+12 | |
| 2007-10-08 | use pool instead of ngx_conf_t | Igor Sysoev | 1 | -2/+2 | |
| 2007-10-08 | optimization | Igor Sysoev | 1 | -2/+1 | |
| 2007-10-01 | pass length clearly | Igor Sysoev | 1 | -1/+1 | |
| 2007-09-26 | use ngx_strstrn() and ngx_strcasestrn() | Igor Sysoev | 1 | -1/+1 | |
| 2007-09-15 | u_char* is enough to keep file name | Igor Sysoev | 1 | -2/+2 | |
| 2007-09-09 | connection error should be logged with "connecting to upstream" action, | Igor Sysoev | 1 | -0/+2 | |
| the bug was introduced in r1154 | |||||
| 2007-09-09 | read EOF of header only responses in non-buffered proxying | Igor Sysoev | 1 | -0/+5 | |
