| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-01-19 | fix segfault when a request body fits in r->header_in and | Igor Sysoev | 1 | -0/+2 |
| 2007-01-19 | fix segfault when client_body_in_file_only is on, the body is not passed | Igor Sysoev | 1 | -2/+5 |
| 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 |
| 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 |
| 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_read_fd() | Igor Sysoev | 2 | -0/+10 |
| 2007-01-18 | NGX_FILE_WRONLY | Igor Sysoev | 2 | -0/+2 |
| 2007-01-18 | ngx_file_access() and ngx_de_access() | Igor Sysoev | 2 | -0/+4 |
| 2007-01-18 | style fix | Igor Sysoev | 1 | -2/+1 |
| 2007-01-18 | axe Win9X code | Igor Sysoev | 1 | -8/+3 |
| 2007-01-18 | add comment | Igor Sysoev | 1 | -0/+3 |
| 2007-01-18 | axe unused code | Igor Sysoev | 1 | -3/+0 |
| 2007-01-18 | ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access) | Igor Sysoev | 9 | -13/+20 |
| 2007-01-18 | style fix | Igor Sysoev | 1 | -18/+18 |
| 2007-01-18 | rename mode to access | Igor Sysoev | 6 | -12/+13 |
| 2007-01-18 | unused value | Igor Sysoev | 1 | -1/+0 |
| 2007-01-18 | style fix: remove trailing spaces | Igor Sysoev | 1 | -4/+4 |
| 2007-01-18 | fix log message | Igor Sysoev | 1 | -1/+1 |
| 2007-01-18 | fix FastCGI "zero size buf" alert, | Igor Sysoev | 1 | -7/+9 |
| 2007-01-17 | fix FastCGI "zero size buf" alert, | Igor Sysoev | 1 | -1/+14 |
| 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 | 2 | -2/+2 |
| 2007-01-15 | quick fix for case when ssl_session_cache defined, | Igor Sysoev | 1 | -0/+5 |
| 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 | 2 | -0/+12 |
| 2007-01-12 | ngx_strn2cmp() > ngx_memn2cmp() | Igor Sysoev | 4 | -8/+8 |
| 2007-01-12 | style fix | Igor Sysoev | 1 | -1/+2 |
| 2007-01-12 | fix duplicate rbtree keys case | Igor Sysoev | 1 | -39/+104 |
| 2007-01-12 | fix duplicate rbtree keys case | Igor Sysoev | 1 | -5/+65 |
| 2007-01-12 | style fix: remove tabs | Igor Sysoev | 6 | -24/+24 |
| 2007-01-12 | ngx_strn2cmp() | Igor Sysoev | 2 | -0/+26 |
| 2007-01-12 | make global the rbtree color handling macros | Igor Sysoev | 2 | -7/+8 |
| 2007-01-12 | add comment | Igor Sysoev | 1 | -0/+5 |
| 2007-01-12 | fix comment | Igor Sysoev | 1 | -3/+3 |
| 2007-01-11 | axe aio drafts | Igor Sysoev | 1 | -58/+0 |
| 2007-01-11 | axe long ago unnecessary file | Igor Sysoev | 1 | -20/+0 |
| 2007-01-11 | fix slab allocator on 64-bit platfroms | Igor Sysoev | 1 | -2/+2 |
| 2007-01-11 | optimize the SSL session cache allocations on 64-bit platforms | Igor Sysoev | 2 | -10/+32 |
| 2007-01-11 | fix slab allocator on 64-bit platfroms | Igor Sysoev | 1 | -7/+8 |
| 2007-01-11 | ssl_session_timeout was set only if builtin cache was used | Igor Sysoev | 1 | -2/+2 |
| 2007-01-11 | optimize the SSL session cache allocations | Igor Sysoev | 2 | -56/+43 |
| 2007-01-11 | stop rbtree search early if equal hash was found | Igor Sysoev | 1 | -36/+54 |
| 2007-01-11 | stop rbtree search early if equal hash was found | Igor Sysoev | 1 | -2/+9 |