summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-03-28style fixIgor Sysoev1-1/+2
2007-03-26bump versionIgor Sysoev2-2/+2
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-19Many changes:Igor Sysoev12-2037/+3173
*) 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-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-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-12correct r1100Igor Sysoev1-3/+4
2007-02-12fix building with ngx_http_perl_moduleIgor Sysoev1-0/+2
2007-02-11fix building on platforms with non-supported atomic operationsIgor Sysoev2-2/+4
2007-02-09fix segfault when a large FastCGI response was written to a temporary fileIgor Sysoev1-1/+16
2007-02-09log a right subrequestIgor Sysoev1-0/+4
2007-02-09fix segfault when $fastcgi_script_name is used in access_logIgor Sysoev1-16/+27
and there was bad request (400)
2007-02-05bump versionIgor Sysoev2-2/+2
2007-02-04fix several rangesIgor Sysoev1-4/+4
2007-01-31style fixIgor Sysoev1-1/+2
2007-01-29allocate less memory on 64-bit platformsIgor Sysoev1-1/+1
2007-01-29shorten temporary names on 64-bit platformsIgor Sysoev1-4/+4
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev3-7/+15
2007-01-29eliminate the useless space symbolIgor Sysoev1-2/+2
2007-01-29log a real response error code instead of "0"Igor Sysoev1-4/+2
2007-01-29fix segfault if nginx was build with -O2 -fomit-frame-pointer,Igor Sysoev1-1/+1
r1082 did not fix the bug the bug lived for a long time but became apparent when nginx was built with gcc 4.0.x -O2 optimization