aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* *) correct leaky bucket implementationIgor Sysoev2008-11-11
| | | | | | *) now burst is not per second *) remove delay= parameter *) add nodelay parameter
* exslt supportIgor Sysoev2008-11-11
|
* bump versionIgor Sysoev2008-11-10
|
* fix r2067Igor Sysoev2008-11-10
|
* ngx_http_limit_req_moduleIgor Sysoev2008-11-10
|
* %f formatIgor Sysoev2008-11-10
|
* fix the previous commitIgor Sysoev2008-11-06
|
* *) split ngx_http_gzip_body_filter()Igor Sysoev2008-11-06
| | | | *) send gzheader together with the filter's first output
* change int to size_tIgor Sysoev2008-11-06
|
* align first allocation from additional pool block, this fixes bus error on sun4vIgor Sysoev2008-11-06
|
* do not pass gzheader separately as due to the previous commitIgor Sysoev2008-11-05
| | | | we do not use ctx->busy as flush condition
* use nomem flag to flush busy bufs,Igor Sysoev2008-11-05
| | | | thus gzip filter does not depend on NGX_AGAIN return code
* fix r1913Igor Sysoev2008-10-30
|
* fix case proxy_pass URL is evaluted to http://host?argsIgor Sysoev2008-10-24
|
* fix case when URL has no port, but has ":" in URI part,Igor Sysoev2008-10-24
| | | | the bug has been introduced in r2204
* show name for a FORMERR DNS responseIgor Sysoev2008-10-24
|
* FORMERR DNS response may be equal to mininal query sizeIgor Sysoev2008-10-24
|
* always use buffer, if connection is buffered,Igor Sysoev2008-10-23
| | | | | | | | | | | 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.
* allow short secure linksIgor Sysoev2008-10-21
|
* fix server_addr value known from configuration, bug introduced in r2199Igor Sysoev2008-10-17
|
* NGX_OPEN_FILE_DIRECTIO_OFFIgor Sysoev2008-10-16
|
* bump versionIgor Sysoev2008-10-16
|
* bump versionIgor Sysoev2008-10-13
|
* do not set "Transfer-Encoding: chunked" for HEAD requestsIgor Sysoev2008-10-02
|
* fix r2122:Igor Sysoev2008-10-02
| | | | | *) update file buf pointers, *) avoid "zero buf" alert
* *) ngx_http_upstream_test_next()Igor Sysoev2008-09-30
| | | | | *) add proxy_next_upstream http_502 and http_504 *) fix http_503
* ngx_http_upstream_intercept_errors()Igor Sysoev2008-09-30
|
* back out $random_index variableIgor Sysoev2008-09-30
|
* refactor log_subrequestIgor Sysoev2008-09-29
|
* update log_subrequestIgor Sysoev2008-09-29
|
* disable $realpath_root variable in a "root" directiveIgor Sysoev2008-09-29
|
* fix the previous commitIgor Sysoev2008-09-29
|
* *) log_subrequestIgor Sysoev2008-09-27
| | | | *) flush variables in access log
* ngx_http_secure_link_moduleIgor Sysoev2008-09-27
|
* $realpath_rootIgor Sysoev2008-09-27
|
* $random_index variableIgor Sysoev2008-09-27
|
* real_ip_header supports any headerIgor Sysoev2008-09-25
|
* underscores_in_headersIgor Sysoev2008-09-24
|
* dynamic accept thresholdIgor Sysoev2008-09-19
|
* fix grammarIgor Sysoev2008-09-17
|
* bump versionIgor Sysoev2008-09-15
|
* set request handlers, this fixes complex proxied 400 handler with SSI includesIgor Sysoev2008-09-15
|
* $pidIgor Sysoev2008-09-15
|
* disable directio for unaligned reads in LinuxIgor Sysoev2008-09-12
|
* disable directio for access_log with variablesIgor Sysoev2008-09-12
|
* cache directio flag in open file cacheIgor Sysoev2008-09-12
|
* add filename to the log messageIgor Sysoev2008-09-11
|
* strip charset name quotesIgor Sysoev2008-09-09
|
* bump versionIgor Sysoev2008-09-08
|
* fix building on 64-bit platforms, introduced in r2232Igor Sysoev2008-09-08
|