summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2007-03-30disable TRACE methodIgor Sysoev3-0/+14
2007-03-29style fixIgor Sysoev1-1/+1
2007-03-29the "include" support inside the "types" directiveIgor Sysoev1-2/+15
2007-03-28style fixIgor Sysoev1-1/+2
2007-03-26bump versionIgor Sysoev2-2/+2
2007-03-26release-0.5.16 tagIgor Sysoev1-0/+1
2007-03-26nginx-0.5.16-RELEASErelease-0.5.16Igor Sysoev1-0/+54
2007-03-23ip_hash used wrong byte orderIgor Sysoev1-3/+5
2007-03-23fix segfault if upstream sends trailing ";" in "charset="Igor Sysoev1-0/+2
2007-03-21fix "zero size buf" if request body file is multiple of 32K and FastCGI is usedIgor Sysoev1-2/+2
2007-03-21fix building without --with-debug on SolarisIgor Sysoev1-1/+1
2007-03-19bump versionIgor Sysoev2-2/+2
2007-03-19fix change logIgor Sysoev1-0/+11
2007-03-19release-0.5.15 tagIgor Sysoev1-0/+1
2007-03-19nginx-0.5.15-RELEASErelease-0.5.15Igor Sysoev1-1/+83
2007-03-19Many changes:Igor Sysoev16-2083/+3222
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop
2007-03-19close keep-alive connections in the shuting down processesIgor Sysoev3-6/+30
2007-03-07worker processes did not exit after reconfiguration andIgor Sysoev1-0/+6
did not rotate logs if eventport was used
2007-03-06style fixIgor Sysoev1-4/+6
2007-03-06style fixIgor Sysoev1-1/+2
2007-03-06bump versionIgor Sysoev2-2/+2
2007-03-06style fixIgor Sysoev1-1/+1
2007-03-06avoid endless loopIgor Sysoev1-3/+2
2007-03-06decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVALIgor Sysoev2-4/+4
2007-02-23release-0.5.14 tagIgor Sysoev1-0/+1
2007-02-23nginx-0.5.14-RELEASErelease-0.5.14Igor Sysoev1-0/+15
2007-02-21use the contemporary directivesIgor Sysoev2-6/+6
2007-02-20ngx_log_error() > ngx_conf_log_error()Igor Sysoev1-54/+27
2007-02-20use "goto" instead of indistinct "break"Igor Sysoev1-11/+13
2007-02-20stop on superfluous closing "}"Igor Sysoev1-0/+6
2007-02-19bump versionIgor Sysoev2-2/+2
2007-02-19release-0.5.13 tagIgor Sysoev1-0/+1
2007-02-19nginx-0.5.13-RELEASErelease-0.5.13Igor Sysoev1-0/+70
2007-02-17a client address must be allocated from a connection poolIgor Sysoev1-1/+8
to live through the keep-alive requests
2007-02-17ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platformsIgor Sysoev1-2/+2
2007-02-16COPY and MOVEIgor Sysoev1-160/+742
fix PUT and DELETE to conform to WebDAV specification
2007-02-15finalize request to allow post_actionIgor Sysoev1-3/+1
2007-02-15fix broken values, debug logging, and style fixIgor Sysoev1-9/+19
2007-02-15optimize $http_x_forwarded_forIgor Sysoev1-1/+1
2007-02-15fix formatIgor Sysoev1-1/+1
2007-02-15close connection for too long commandsIgor Sysoev1-0/+2
2007-02-15if client closes a connection prematurely, then epoll (at leastIgor Sysoev1-0/+1
in Linux 2.6.16) sends EPOLLERR|EPOLLHUP|EPOLLIN only and writer does not know about the error
2007-02-15add debug loggingIgor Sysoev1-0/+3
2007-02-14return error for too long commandsIgor Sysoev1-4/+17
2007-02-14ngx_strcasecmp()/ngx_strncasecmp()Igor Sysoev16-70/+148
2007-02-14fix building on platforms with non-supported atomic operationsIgor Sysoev1-0/+2
2007-02-12bump versionIgor Sysoev2-2/+2
2007-02-12release-0.5.12 tagIgor Sysoev1-0/+1
2007-02-12nginx-0.5.12-RELEASErelease-0.5.12Igor Sysoev1-0/+49
2007-02-12correct r1100Igor Sysoev1-3/+4