summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-11-25*) descrease geo configuration memory usageIgor Sysoev1-75/+532
*) geo delete *) geo ranges
2008-11-25allocate cf->conf_file and cf->conf_file->buffer on stackIgor Sysoev1-21/+15
2008-11-25fix segfault on close errorIgor Sysoev1-2/+2
2008-11-25ngx_reset_pool()Igor Sysoev2-0/+21
2008-11-25*) increase ngx_conf_log_error() bufferIgor Sysoev2-12/+28
*) always log an error code
2008-11-25ngx_strerror_r() style and size == 0 bug fixIgor Sysoev2-5/+8
2008-11-22use value rbtree instead of array in geo configurationIgor Sysoev1-42/+34
2008-11-22variable value rbtree supportIgor Sysoev2-0/+97
2008-11-22bump versionIgor Sysoev2-2/+2
2008-11-20allow directio on XFSIgor Sysoev1-3/+14
2008-11-18low some SSL handshake errors levelIgor Sysoev1-16/+30
2008-11-17fix compression pointer for big (>255) DNS responsesIgor Sysoev1-2/+2
2008-11-14use integer instead of floatIgor Sysoev1-22/+25
2008-11-14change rate to an excessIgor Sysoev1-17/+17
2008-11-13do not close session if SMTP backend returned an error on RCPT TOIgor Sysoev1-15/+13
patch by Maxim Dounin
2008-11-13remove unused fieldIgor Sysoev1-10/+0
2008-11-13smtp_auth noneIgor Sysoev7-56/+330
patch by Maxim Dounin
2008-11-12memcached response was stored in variable with ENDIgor Sysoev1-4/+10
2008-11-12$cookie_... variableIgor Sysoev1-0/+44
2008-11-12bump versionIgor Sysoev2-2/+2
2008-11-11the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 onlyIgor Sysoev1-19/+33
2008-11-11compatibility with glibc 2.3, warn_unused_result attribute for write()Igor Sysoev5-18/+66
2008-11-11style fix: remove trailing spacesIgor Sysoev2-2/+2
2008-11-11*) correct leaky bucket implementationIgor Sysoev1-58/+23
*) now burst is not per second *) remove delay= parameter *) add nodelay parameter
2008-11-11exslt supportIgor Sysoev1-0/+8
2008-11-10bump versionIgor Sysoev2-2/+2
2008-11-10fix r2067Igor Sysoev1-1/+1
2008-11-10ngx_http_limit_req_moduleIgor Sysoev4-4/+800
2008-11-10%f formatIgor Sysoev1-63/+137
2008-11-06fix the previous commitIgor Sysoev1-1/+1
2008-11-06*) split ngx_http_gzip_body_filter()Igor Sysoev1-343/+440
*) send gzheader together with the filter's first output
2008-11-06change int to size_tIgor Sysoev1-4/+4
2008-11-06align first allocation from additional pool block, this fixes bus error on sun4vIgor Sysoev1-0/+1
2008-11-05do not pass gzheader separately as due to the previous commitIgor Sysoev1-14/+8
we do not use ctx->busy as flush condition
2008-11-05use nomem flag to flush busy bufs,Igor Sysoev1-18/+23
thus gzip filter does not depend on NGX_AGAIN return code
2008-10-30fix r1913Igor Sysoev3-3/+3
2008-10-24fix case proxy_pass URL is evaluted to http://host?argsIgor Sysoev2-5/+30
2008-10-24fix case when URL has no port, but has ":" in URI part,Igor Sysoev1-1/+5
the bug has been introduced in r2204
2008-10-24show name for a FORMERR DNS responseIgor Sysoev1-6/+36
2008-10-24FORMERR DNS response may be equal to mininal query sizeIgor Sysoev1-1/+1
2008-10-23always use buffer, if connection is buffered,Igor Sysoev1-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-21allow short secure linksIgor Sysoev1-1/+1
2008-10-17fix server_addr value known from configuration, bug introduced in r2199Igor Sysoev1-0/+4
2008-10-16NGX_OPEN_FILE_DIRECTIO_OFFIgor Sysoev3-2/+5
2008-10-16bump versionIgor Sysoev2-2/+2
2008-10-13bump versionIgor Sysoev2-2/+2
2008-10-02do not set "Transfer-Encoding: chunked" for HEAD requestsIgor Sysoev1-1/+2
2008-10-02fix r2122:Igor Sysoev1-0/+6
*) update file buf pointers, *) avoid "zero buf" alert
2008-09-30*) ngx_http_upstream_test_next()Igor Sysoev3-45/+77
*) add proxy_next_upstream http_502 and http_504 *) fix http_503
2008-09-30ngx_http_upstream_intercept_errors()Igor Sysoev1-32/+57