| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-03-19 | Many changes: | Igor Sysoev | 12 | -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-19 | close keep-alive connections in the shuting down processes | Igor Sysoev | 3 | -6/+30 | |
| 2007-03-07 | worker processes did not exit after reconfiguration and | Igor Sysoev | 1 | -0/+6 | |
| did not rotate logs if eventport was used | |||||
| 2007-03-06 | style fix | Igor Sysoev | 1 | -4/+6 | |
| 2007-03-06 | style fix | Igor Sysoev | 1 | -1/+2 | |
| 2007-03-06 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-03-06 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2007-03-06 | avoid endless loop | Igor Sysoev | 1 | -3/+2 | |
| 2007-03-06 | decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVAL | Igor Sysoev | 2 | -4/+4 | |
| 2007-02-21 | use the contemporary directives | Igor Sysoev | 2 | -6/+6 | |
| 2007-02-20 | ngx_log_error() > ngx_conf_log_error() | Igor Sysoev | 1 | -54/+27 | |
| 2007-02-20 | use "goto" instead of indistinct "break" | Igor Sysoev | 1 | -11/+13 | |
| 2007-02-20 | stop on superfluous closing "}" | Igor Sysoev | 1 | -0/+6 | |
| 2007-02-19 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-02-17 | a client address must be allocated from a connection pool | Igor Sysoev | 1 | -1/+8 | |
| to live through the keep-alive requests | |||||
| 2007-02-17 | ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platforms | Igor Sysoev | 1 | -2/+2 | |
| 2007-02-16 | COPY and MOVE | Igor Sysoev | 1 | -160/+742 | |
| fix PUT and DELETE to conform to WebDAV specification | |||||
| 2007-02-15 | finalize request to allow post_action | Igor Sysoev | 1 | -3/+1 | |
| 2007-02-15 | fix broken values, debug logging, and style fix | Igor Sysoev | 1 | -9/+19 | |
| 2007-02-15 | optimize $http_x_forwarded_for | Igor Sysoev | 1 | -1/+1 | |
| 2007-02-15 | fix format | Igor Sysoev | 1 | -1/+1 | |
| 2007-02-15 | close connection for too long commands | Igor Sysoev | 1 | -0/+2 | |
| 2007-02-15 | if client closes a connection prematurely, then epoll (at least | Igor Sysoev | 1 | -0/+1 | |
| in Linux 2.6.16) sends EPOLLERR|EPOLLHUP|EPOLLIN only and writer does not know about the error | |||||
| 2007-02-15 | add debug logging | Igor Sysoev | 1 | -0/+3 | |
| 2007-02-14 | return error for too long commands | Igor Sysoev | 1 | -4/+17 | |
| 2007-02-14 | ngx_strcasecmp()/ngx_strncasecmp() | Igor Sysoev | 16 | -70/+148 | |
| 2007-02-14 | fix building on platforms with non-supported atomic operations | Igor Sysoev | 1 | -0/+2 | |
| 2007-02-12 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-02-12 | correct r1100 | Igor Sysoev | 1 | -3/+4 | |
| 2007-02-12 | fix building with ngx_http_perl_module | Igor Sysoev | 1 | -0/+2 | |
| 2007-02-11 | fix building on platforms with non-supported atomic operations | Igor Sysoev | 2 | -2/+4 | |
| 2007-02-09 | fix segfault when a large FastCGI response was written to a temporary file | Igor Sysoev | 1 | -1/+16 | |
| 2007-02-09 | log a right subrequest | Igor Sysoev | 1 | -0/+4 | |
| 2007-02-09 | fix segfault when $fastcgi_script_name is used in access_log | Igor Sysoev | 1 | -16/+27 | |
| and there was bad request (400) | |||||
| 2007-02-05 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-02-04 | fix several ranges | Igor Sysoev | 1 | -4/+4 | |
| 2007-01-31 | style fix | Igor Sysoev | 1 | -1/+2 | |
| 2007-01-29 | allocate less memory on 64-bit platforms | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-29 | shorten temporary names on 64-bit platforms | Igor Sysoev | 1 | -4/+4 | |
| 2007-01-29 | use ngx_dir_access() to enable search bits for directory | Igor Sysoev | 3 | -7/+15 | |
| 2007-01-29 | eliminate the useless space symbol | Igor Sysoev | 1 | -2/+2 | |
| 2007-01-29 | log a real response error code instead of "0" | Igor Sysoev | 1 | -4/+2 | |
| 2007-01-29 | fix segfault if nginx was build with -O2 -fomit-frame-pointer, | Igor Sysoev | 1 | -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 | |||||
| 2007-01-25 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-01-25 | fix segfault if nginx was build with -O2 -fomit-frame-pointer | Igor Sysoev | 1 | -3/+3 | |
| (at least by gcc 4.0.2 and 4.0.3) | |||||
| 2007-01-25 | fix online upgrade | Igor Sysoev | 1 | -10/+5 | |
| 2007-01-25 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-01-25 | $memcached_key | Igor Sysoev | 1 | -14/+31 | |
| 2007-01-25 | undo "client_body_in_file_only any" | Igor Sysoev | 9 | -55/+47 | |
| and introduce "client_body_in_file_only clean" introduce ngx_pool_delete_file() to not break a possible third-party ngx_pool_cleanup_file() usage that may lead to an removal of the useful files delete unnecessary ngx_http_finalize_request_body() | |||||
| 2007-01-24 | fix "access_log off" | Igor Sysoev | 1 | -35/+27 | |
