summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-0.6.13-RELEASErelease-0.6.13Igor Sysoev2007-09-241-0/+17
* fix file leak for HEAD requestsIgor Sysoev2007-09-221-0/+5
* document mail modules optionsIgor Sysoev2007-09-211-1/+4
* bump versionIgor Sysoev2007-09-212-2/+2
* release-0.6.12 tagIgor Sysoev2007-09-211-0/+1
* nginx-0.6.12-RELEASErelease-0.6.12Igor Sysoev2007-09-211-1/+71
* fix "AUTH PLAIN [initial-response]" bug introduced in r1477Igor Sysoev2007-09-211-1/+1
* use "_" instead of " " as new line substitute, do not delete trailing new lineIgor Sysoev2007-09-211-9/+1
* fix r1416Igor Sysoev2007-09-211-1/+1
* log starttlsIgor Sysoev2007-09-201-1/+3
* add rpath for SolarisIgor Sysoev2007-09-193-4/+25
* u_char* is enough to keep file nameIgor Sysoev2007-09-156-10/+10
* the "proxy_hide_header" and "fastcgi_hide_header" directives did notIgor Sysoev2007-09-152-2/+2
* ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev2007-09-1519-720/+1185
* style fix: remove trailing spacesIgor Sysoev2007-09-143-6/+6
* create salt just before it will be usedIgor Sysoev2007-09-142-14/+12
* fix r1482Igor Sysoev2007-09-141-0/+2
* ngx_mail_smtp_create_buffer()Igor Sysoev2007-09-141-15/+36
* optimizationsIgor Sysoev2007-09-145-18/+17
* smtp_client_buffer and smtp_greeting_delayIgor Sysoev2007-09-143-60/+193
* move event handling to protocol specific code,Igor Sysoev2007-09-144-9/+21
* optimizationsIgor Sysoev2007-09-136-217/+185
* small optimizationsIgor Sysoev2007-09-131-6/+6
* style fix and optimizationsIgor Sysoev2007-09-137-45/+47
* split pop3, imap, and smtp handlersIgor Sysoev2007-09-136-1667/+1724
* bump versionIgor Sysoev2007-09-112-2/+2
* release-0.6.11 tagIgor Sysoev2007-09-111-0/+1
* 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