Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-02fix r1552 and r1464: test max fails in correct peerIgor Sysoev
2007-10-01fix empty string replacement in sub_filterIgor Sysoev
2007-10-01two commits those go together by mistakeIgor Sysoev
*) fix gzip broken in r1544 *) fix memcached END test
2007-10-01use ngx_strnstr()Igor Sysoev
2007-10-01ngx_strnstr()Igor Sysoev
2007-10-01fix r1464: test max fails in correct peerIgor Sysoev
2007-10-01add commentIgor Sysoev
2007-10-01pass length clearlyIgor Sysoev
2007-09-29style fixIgor Sysoev
2007-09-28add time and length to a HEAD requestIgor Sysoev
2007-09-27omit trailing zero in directory nameIgor Sysoev
2007-09-27SSI echo encodingIgor Sysoev
2007-09-27ngx_escape_html()Igor Sysoev
2007-09-26use ngx_strstrn() and ngx_strcasestrn()Igor Sysoev
2007-09-26ngx_strstrn() and ngx_strcasestrn()Igor Sysoev
2007-09-26fix commentIgor Sysoev
2007-09-24bump versionIgor Sysoev
2007-09-24release-0.6.13 tagIgor Sysoev
2007-09-24nginx-0.6.13-RELEASErelease-0.6.13Igor Sysoev
2007-09-22fix file leak for HEAD requestsIgor Sysoev
2007-09-21document mail modules optionsIgor Sysoev
2007-09-21bump versionIgor Sysoev
2007-09-21release-0.6.12 tagIgor Sysoev
2007-09-21nginx-0.6.12-RELEASErelease-0.6.12Igor Sysoev
2007-09-21fix "AUTH PLAIN [initial-response]" bug introduced in r1477Igor Sysoev
2007-09-21use "_" instead of " " as new line substitute, do not delete trailing new lineIgor Sysoev
2007-09-21fix r1416Igor Sysoev
2007-09-20log starttlsIgor Sysoev
2007-09-19add rpath for SolarisIgor Sysoev
2007-09-15u_char* is enough to keep file nameIgor Sysoev
2007-09-15the "proxy_hide_header" and "fastcgi_hide_header" directives did notIgor Sysoev
hide response header lines whose name was longer than 32 characters
2007-09-15ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev
2007-09-14style fix: remove trailing spacesIgor Sysoev
2007-09-14create salt just before it will be usedIgor Sysoev
2007-09-14fix r1482Igor Sysoev
2007-09-14ngx_mail_smtp_create_buffer()Igor Sysoev
2007-09-14optimizationsIgor Sysoev
2007-09-14smtp_client_buffer and smtp_greeting_delayIgor Sysoev
2007-09-14move event handling to protocol specific code,Igor Sysoev
it is required to support SMTP greeting delay
2007-09-14optimizationsIgor Sysoev
2007-09-14small optimizationsIgor Sysoev
2007-09-14style fix and optimizationsIgor Sysoev
2007-09-14split pop3, imap, and smtp handlersIgor Sysoev
2007-09-11bump versionIgor Sysoev
2007-09-11release-0.6.11 tagIgor Sysoev
2007-09-11nginx-0.6.11-RELEASErelease-0.6.11Igor Sysoev
2007-09-11decrement active connection counter in mail proxyIgor Sysoev
2007-09-11response to the HEAD request should be a header onlyIgor Sysoev
2007-09-1064-bit update lost in r1355Igor Sysoev
2007-09-09connection error should be logged with "connecting to upstream" action,Igor Sysoev
the bug was introduced in r1154