| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-11-25 | *) descrease geo configuration memory usage | Igor Sysoev | 1 | -75/+532 | |
| *) geo delete *) geo ranges | |||||
| 2008-11-25 | allocate cf->conf_file and cf->conf_file->buffer on stack | Igor Sysoev | 1 | -21/+15 | |
| 2008-11-25 | fix segfault on close error | Igor Sysoev | 1 | -2/+2 | |
| 2008-11-25 | ngx_reset_pool() | Igor Sysoev | 2 | -0/+21 | |
| 2008-11-25 | *) increase ngx_conf_log_error() buffer | Igor Sysoev | 2 | -12/+28 | |
| *) always log an error code | |||||
| 2008-11-25 | ngx_strerror_r() style and size == 0 bug fix | Igor Sysoev | 2 | -5/+8 | |
| 2008-11-22 | use value rbtree instead of array in geo configuration | Igor Sysoev | 1 | -42/+34 | |
| 2008-11-22 | variable value rbtree support | Igor Sysoev | 2 | -0/+97 | |
| 2008-11-22 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-11-20 | allow directio on XFS | Igor Sysoev | 1 | -3/+14 | |
| 2008-11-18 | low some SSL handshake errors level | Igor Sysoev | 1 | -16/+30 | |
| 2008-11-17 | fix compression pointer for big (>255) DNS responses | Igor Sysoev | 1 | -2/+2 | |
| 2008-11-14 | use integer instead of float | Igor Sysoev | 1 | -22/+25 | |
| 2008-11-14 | change rate to an excess | Igor Sysoev | 1 | -17/+17 | |
| 2008-11-13 | do not close session if SMTP backend returned an error on RCPT TO | Igor Sysoev | 1 | -15/+13 | |
| patch by Maxim Dounin | |||||
| 2008-11-13 | remove unused field | Igor Sysoev | 1 | -10/+0 | |
| 2008-11-13 | smtp_auth none | Igor Sysoev | 7 | -56/+330 | |
| patch by Maxim Dounin | |||||
| 2008-11-12 | memcached response was stored in variable with END | Igor Sysoev | 1 | -4/+10 | |
| 2008-11-12 | $cookie_... variable | Igor Sysoev | 1 | -0/+44 | |
| 2008-11-12 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-11-11 | the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 only | Igor Sysoev | 1 | -19/+33 | |
| 2008-11-11 | compatibility with glibc 2.3, warn_unused_result attribute for write() | Igor Sysoev | 5 | -18/+66 | |
| 2008-11-11 | style fix: remove trailing spaces | Igor Sysoev | 2 | -2/+2 | |
| 2008-11-11 | *) correct leaky bucket implementation | Igor Sysoev | 1 | -58/+23 | |
| *) now burst is not per second *) remove delay= parameter *) add nodelay parameter | |||||
| 2008-11-11 | exslt support | Igor Sysoev | 1 | -0/+8 | |
| 2008-11-10 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-11-10 | fix r2067 | Igor Sysoev | 1 | -1/+1 | |
| 2008-11-10 | ngx_http_limit_req_module | Igor Sysoev | 4 | -4/+800 | |
| 2008-11-10 | %f format | Igor Sysoev | 1 | -63/+137 | |
| 2008-11-06 | fix the previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2008-11-06 | *) split ngx_http_gzip_body_filter() | Igor Sysoev | 1 | -343/+440 | |
| *) send gzheader together with the filter's first output | |||||
| 2008-11-06 | change int to size_t | Igor Sysoev | 1 | -4/+4 | |
| 2008-11-06 | align first allocation from additional pool block, this fixes bus error on sun4v | Igor Sysoev | 1 | -0/+1 | |
| 2008-11-05 | do not pass gzheader separately as due to the previous commit | Igor Sysoev | 1 | -14/+8 | |
| we do not use ctx->busy as flush condition | |||||
| 2008-11-05 | use nomem flag to flush busy bufs, | Igor Sysoev | 1 | -18/+23 | |
| thus gzip filter does not depend on NGX_AGAIN return code | |||||
| 2008-10-30 | fix r1913 | Igor Sysoev | 3 | -3/+3 | |
| 2008-10-24 | fix case proxy_pass URL is evaluted to http://host?args | Igor Sysoev | 2 | -5/+30 | |
| 2008-10-24 | fix case when URL has no port, but has ":" in URI part, | Igor Sysoev | 1 | -1/+5 | |
| the bug has been introduced in r2204 | |||||
| 2008-10-24 | show name for a FORMERR DNS response | Igor Sysoev | 1 | -6/+36 | |
| 2008-10-24 | FORMERR DNS response may be equal to mininal query size | Igor Sysoev | 1 | -1/+1 | |
| 2008-10-23 | always use buffer, if connection is buffered, | Igor Sysoev | 1 | -15/+1 | |
| this fixes OpenSSL "bad write retry" error, when *) nginx passed a single buf greater than our buffer (say 32K) to OpenSSL, *) OpenSSL returns SSL_ERROR_WANT_WRITE, *) after some time nginx has to send a new data, *) so there are at least two bufs nginx does pass them directly to OpenSSL, *) but copies the first buf part to buffer, and sends the buffer to OpenSSL. *) because the data length is lesser than it was in previous SSL_write(): 16K < 32K, OpenSSL returns SSL_R_BAD_WRITE_RETRY. | |||||
| 2008-10-21 | allow short secure links | Igor Sysoev | 1 | -1/+1 | |
| 2008-10-17 | fix server_addr value known from configuration, bug introduced in r2199 | Igor Sysoev | 1 | -0/+4 | |
| 2008-10-16 | NGX_OPEN_FILE_DIRECTIO_OFF | Igor Sysoev | 3 | -2/+5 | |
| 2008-10-16 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-10-13 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-10-02 | do not set "Transfer-Encoding: chunked" for HEAD requests | Igor Sysoev | 1 | -1/+2 | |
| 2008-10-02 | fix r2122: | Igor Sysoev | 1 | -0/+6 | |
| *) update file buf pointers, *) avoid "zero buf" alert | |||||
| 2008-09-30 | *) ngx_http_upstream_test_next() | Igor Sysoev | 3 | -45/+77 | |
| *) 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 | |
