summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-0.6.11-RELEASErelease-0.6.11Igor Sysoev2007-09-111-0/+48
* decrement active connection counter in mail proxyIgor Sysoev2007-09-111-0/+4
* response to the HEAD request should be a header onlyIgor Sysoev2007-09-111-5/+1
* 64-bit update lost in r1355Igor Sysoev2007-09-101-1/+1
* connection error should be logged with "connecting to upstream" action,Igor Sysoev2007-09-091-0/+2
* read EOF of header only responses in non-buffered proxyingIgor Sysoev2007-09-091-0/+5
* there may be several "Connection" header lines and each may have several tokensIgor Sysoev2007-09-091-21/+23
* escape internal request URI in proxy_passIgor Sysoev2007-09-091-1/+1
* balance more fair when there are several servers with equal weights,Igor Sysoev2007-09-091-1/+1
* style fixIgor Sysoev2007-09-071-1/+1
* fix case when server was marked as down after one failureIgor Sysoev2007-09-051-1/+1
* backout r1426: return dynamic weightsIgor Sysoev2007-09-051-1/+1
* bump versionIgor Sysoev2007-09-032-2/+2
* release-0.6.10 tagIgor Sysoev2007-09-031-0/+1
* nginx-0.6.10-RELEASErelease-0.6.10Igor Sysoev2007-09-031-1/+49
* test the most relevant condition firstIgor Sysoev2007-09-031-2/+2
* open_file_cache_eventsIgor Sysoev2007-09-039-2/+22
* fix unlikely socket leakIgor Sysoev2007-09-011-0/+1
* fix socket leak introduced in r1374 when request header and body wasIgor Sysoev2007-09-011-2/+2
* open_file_cache in HTTPIgor Sysoev2007-09-017-295/+302
* open file cacheIgor Sysoev2007-09-014-0/+834
* change ngx_conf_merge_ptr_value() and update fastcgi_catch_stderrIgor Sysoev2007-09-012-3/+4
* NGX_USE_VNODE_EVENT and NGX_FLUSH_EVENTIgor Sysoev2007-09-012-10/+40
* add commentIgor Sysoev2007-09-011-1/+5
* update commentsIgor Sysoev2007-09-011-8/+12
* allow to append charset to the "Content-Type" headerIgor Sysoev2007-08-311-0/+2
* style fixIgor Sysoev2007-08-311-4/+4
* update commentIgor Sysoev2007-08-311-1/+1
* style fixIgor Sysoev2007-08-311-1/+1
* use ev->log, because ev->data may be connection stub onlyIgor Sysoev2007-08-311-1/+1
* style fixIgor Sysoev2007-08-311-1/+1
* fix typoIgor Sysoev2007-08-311-1/+1
* destroy ngx_cycle->pool on exitIgor Sysoev2007-08-301-8/+31
* win32 ngx_is_exec() stubIgor Sysoev2007-08-301-0/+1
* log socket numberIgor Sysoev2007-08-291-1/+1
* If-Modified-Since should be unique header lineIgor Sysoev2007-08-291-1/+1
* add guard codeIgor Sysoev2007-08-291-13/+59
* fix commentIgor Sysoev2007-08-291-1/+1
* disable pair event on POLLREMOVEIgor Sysoev2007-08-291-0/+6
* bump versionIgor Sysoev2007-08-282-2/+2
* release-0.6.9 tagIgor Sysoev2007-08-281-0/+1
* nginx-0.6.9-RELEASErelease-0.6.9Igor Sysoev2007-08-281-0/+48
* return 400 responseIgor Sysoev2007-08-271-2/+2
* do not set read->eof, ready, and error prematurelyIgor Sysoev2007-08-271-13/+25
* cancel dynamic weights,Igor Sysoev2007-08-271-1/+1
* optimize r->connection in ngx_http_finalize_request()Igor Sysoev2007-08-271-25/+25
* cancel keep-alive and lingering close on EOFIgor Sysoev2007-08-271-0/+5
* cancel discarding body on EOFIgor Sysoev2007-08-271-0/+4
* mark connection as not ready, this fixes endless loop introduced in r1368Igor Sysoev2007-08-271-0/+1
* add guard code to prevent endless loopIgor Sysoev2007-08-241-6/+21