| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2007-03-31 | separate ngx_http_upstream_test_connect() and | Igor Sysoev | 1 | -37/+52 | |
| use it in ngx_http_upstream_process_header() path too | |||||
| 2007-03-23 | fix segfault if upstream sends trailing ";" in "charset=" | Igor Sysoev | 1 | -0/+2 | |
| 2007-02-15 | add debug logging | Igor Sysoev | 1 | -0/+3 | |
| 2007-02-14 | ngx_strcasecmp()/ngx_strncasecmp() | Igor Sysoev | 1 | -1/+1 | |
| 2007-02-09 | log a right subrequest | Igor Sysoev | 1 | -0/+4 | |
| 2007-01-19 | fix segfault when client_body_in_file_only is on, the body is not passed | Igor Sysoev | 1 | -2/+5 | |
| to upstream, and nginx tries next upstream | |||||
| 2007-01-19 | a non-active client connection must not closed after send timeout | Igor Sysoev | 1 | -2/+2 | |
| 2007-01-15 | allow the upstream modules to send a header only | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-12 | rewritten upstream | Igor Sysoev | 1 | -8/+21 | |
| 2006-12-11 | upstream name was tried to resolve | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-11 | TCP upstreams always used the first TCP upstream with the same name | Igor Sysoev | 1 | -1/+2 | |
| 2006-12-06 | the previous fix does not actually fix overflow | Igor Sysoev | 1 | -13/+13 | |
| 2006-12-05 | fix msec overflow | Igor Sysoev | 1 | -3/+3 | |
