| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 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 | |
| the previous commit did not fix too | |||||
| 2007-01-17 | fix FastCGI "zero size buf" alert, | Igor Sysoev | 1 | -1/+14 | |
| r841 did not fix it | |||||
| 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 | |
| but ssl is not enabled in any server | |||||
| 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 | |
