| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2007-01-24 | client_body_in_file_only any | Igor Sysoev | 1 | -2/+19 | |
| 2007-01-23 | delete temporary file for incomplete small request body | Igor Sysoev | 1 | -2/+17 | |
| 2007-01-21 | log a failure of the writing to access_log once per minute | Igor Sysoev | 1 | -15/+56 | |
| 2007-01-21 | allow "sendfile" in "if" context | Igor Sysoev | 1 | -1/+2 | |
| 2007-01-20 | env | Igor Sysoev | 4 | -51/+215 | |
| 2007-01-19 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-01-19 | fix segfault when a request body fits in r->header_in and | Igor Sysoev | 1 | -0/+2 | |
| the body will be written to file | |||||
| 2007-01-19 | fix segfault when client_body_in_file_only is on, the body is not passed | Igor Sysoev | 1 | -2/+5 | |
| to upstream, and nginx tries next upstream | |||||
| 2007-01-19 | a non-active client connection must not closed after send timeout | Igor Sysoev | 1 | -2/+2 | |
| 2007-01-19 | style and comment fix | Igor Sysoev | 1 | -3/+3 | |
| 2007-01-19 | if client closes a connection prematurely, then epoll (at least | Igor Sysoev | 1 | -8/+65 | |
| in Linux 2.6.18) sends EPOLLERR|EPOLLHUP|EPOLLIN only and writer does not know about the error | |||||
| 2007-01-18 | the PUTing to collection must return NGX_HTTP_BAD_REQUEST | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-18 | the "Overwrite" header line | Igor Sysoev | 2 | -0/+4 | |
| 2007-01-18 | add size, access, and mtime to ngx_walk_tree() | Igor Sysoev | 3 | -10/+24 | |
