| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2007-08-14 | upstream sendfile bit was overridden by r->connection->sendfile | Igor Sysoev | 1 | -1/+1 | |
| 2007-08-09 | backup upstream servers | Igor Sysoev | 1 | -2/+17 | |
| 2007-07-23 | fix case when two directives | Igor Sysoev | 1 | -0/+6 | |
| proxy_pass http://backend; proxy_pass https://backend; both use one port - 80 or 443, that was defined first. | |||||
| 2007-07-13 | proxy_store and fastcgi_store were changed, | Igor Sysoev | 1 | -6/+19 | |
| proxy_store_access and fastcgi_store_access were added | |||||
| 2007-07-12 | proxy_store and fastcgi_store | Igor Sysoev | 1 | -4/+163 | |
| 2007-07-10 | fix segfault when session was freed twice | Igor Sysoev | 1 | -1/+1 | |
| 2007-06-17 | if subrequest response was buffered in file, then subrequest was finalized | Igor Sysoev | 1 | -2/+11 | |
| with 0 code, ngx_http_writer() was not set, and response part in file was lost | |||||
| 2007-06-07 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2007-04-23 | $upstream_addr | Igor Sysoev | 1 | -0/+76 | |
| 2007-04-18 | store the upstream states before X-Accel-Redirect to a next upstream | Igor Sysoev | 1 | -32/+65 | |
| 2007-04-18 | style fix: remove tabs | Igor Sysoev | 1 | -25/+25 | |
| 2007-04-10 | $upstream_http_... variables | Igor Sysoev | 1 | -0/+15 | |
