| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-01-25 | $memcached_key | Igor Sysoev | 1 | -14/+31 | |
| 2007-01-25 | undo "client_body_in_file_only any" | Igor Sysoev | 5 | -50/+14 | |
| 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 | 1 | -11/+14 | |
| 2007-01-19 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 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 | 1 | -4/+3 | |
| 2007-01-18 | NGX_HTTP_PRECONDITION_FAILED | Igor Sysoev | 3 | -2/+11 | |
| 2007-01-18 | update nginx.xs to ngx_open_file(name, mode, create, access) | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-18 | ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access) | Igor Sysoev | 4 | -4/+4 | |
| 2007-01-18 | rename mode to access | Igor Sysoev | 1 | -3/+3 | |
| 2007-01-17 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-16 | fix debug logging | Igor Sysoev | 1 | -5/+2 | |
| 2007-01-16 | fix comparison | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-16 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-15 | allow the upstream modules to send a header only | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-15 | add debug logging for FastCGI zero size buf alert | Igor Sysoev | 1 | -0/+6 | |
| 2007-01-12 | ngx_strn2cmp() > ngx_memn2cmp() | Igor Sysoev | 1 | -2/+2 | |
| 2007-01-12 | style fix | Igor Sysoev | 1 | -1/+2 | |
| 2007-01-12 | fix duplicate rbtree keys case | Igor Sysoev | 1 | -5/+65 | |
| 2007-01-12 | style fix: remove tabs | Igor Sysoev | 3 | -10/+10 | |
| 2007-01-11 | stop rbtree search early if equal hash was found | Igor Sysoev | 1 | -2/+9 | |
| 2007-01-11 | test length of variable and number of connections | Igor Sysoev | 1 | -2/+20 | |
| 2007-01-09 | fix segfault | Igor Sysoev | 1 | -1/+4 | |
| 2007-01-09 | fix connection counter in subrequests | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-09 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-09 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-09 | do not count connection for subrequest | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-09 | pass the inherited shm_zone data | Igor Sysoev | 1 | -2/+19 | |
| 2007-01-08 | correct an error log message | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-08 | use right status code | Igor Sysoev | 1 | -2/+2 | |
| 2007-01-08 | undo r979 | Igor Sysoev | 1 | -1/+0 | |
| 2007-01-07 | new syntax | Igor Sysoev | 1 | -48/+71 | |
| 2007-01-07 | ngx_http_realip_module must return NGX_DECLINED | Igor Sysoev | 1 | -6/+6 | |
| 2007-01-07 | count connection once per request | Igor Sysoev | 2 | -0/+12 | |
| 2007-01-07 | ngx_http_variable_binary_remote_addr() | Igor Sysoev | 1 | -17/+23 | |
| 2007-01-07 | $binary_remote_addr | Igor Sysoev | 1 | -5/+24 | |
| 2007-01-07 | fix key length and alignment | Igor Sysoev | 1 | -7/+8 | |
| 2007-01-06 | ngx_http_limit_zone_module | Igor Sysoev | 1 | -0/+397 | |
| 2007-01-06 | fix segfault | Igor Sysoev | 1 | -0/+1 | |
