| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2007-01-03 | move the session cache callbacks to the ngx_openssl_module | Igor Sysoev | 2 | -450/+10 | |
| 2007-01-02 | ssl_session_cache | Igor Sysoev | 2 | -14/+579 | |
| 2007-01-02 | style fix: scf > sscf | Igor Sysoev | 1 | -19/+18 | |
| 2007-01-02 | style fix | Igor Sysoev | 1 | -2/+4 | |
| 2007-01-02 | ngx_ssl_get_server_conf() | Igor Sysoev | 2 | -2/+2 | |
| 2006-12-29 | move ranges array to ngx_http_range_filter_ctx_t | Igor Sysoev | 2 | -31/+32 | |
| 2006-12-29 | support ranges for single memory buffer | Igor Sysoev | 1 | -36/+61 | |
| 2006-12-29 | fix the previous commit | Igor Sysoev | 1 | -1/+4 | |
| 2006-12-28 | fix range in $r->sendfile | Igor Sysoev | 1 | -89/+123 | |
