Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix building with ngx_http_perl_module | Igor Sysoev | 2007-02-12 | |
| | ||||
* | fix building on platforms with non-supported atomic operations | Igor Sysoev | 2007-02-11 | |
| | ||||
* | fix segfault when a large FastCGI response was written to a temporary file | Igor Sysoev | 2007-02-09 | |
| | ||||
* | log a right subrequest | Igor Sysoev | 2007-02-09 | |
| | ||||
* | fix segfault when $fastcgi_script_name is used in access_log | Igor Sysoev | 2007-02-09 | |
| | | | | and there was bad request (400) | |||
* | bump version | Igor Sysoev | 2007-02-05 | |
| | ||||
* | fix several ranges | Igor Sysoev | 2007-02-04 | |
| | ||||
* | style fix | Igor Sysoev | 2007-01-31 | |
| | ||||
* | allocate less memory on 64-bit platforms | Igor Sysoev | 2007-01-29 | |
| | ||||
* | shorten temporary names on 64-bit platforms | Igor Sysoev | 2007-01-29 | |
| | ||||
* | use ngx_dir_access() to enable search bits for directory | Igor Sysoev | 2007-01-29 | |
| | ||||
* | eliminate the useless space symbol | Igor Sysoev | 2007-01-29 | |
| | ||||
* | log a real response error code instead of "0" | Igor Sysoev | 2007-01-29 | |
| | ||||
* | fix segfault if nginx was build with -O2 -fomit-frame-pointer, | Igor Sysoev | 2007-01-29 | |
| | | | | | | | 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 | |||
* | bump version | Igor Sysoev | 2007-01-25 | |
| | ||||
* | fix segfault if nginx was build with -O2 -fomit-frame-pointer | Igor Sysoev | 2007-01-25 | |
| | | | | (at least by gcc 4.0.2 and 4.0.3) | |||
* | fix online upgrade | Igor Sysoev | 2007-01-25 | |
| | ||||
* | bump version | Igor Sysoev | 2007-01-25 | |
| | ||||
* | $memcached_key | Igor Sysoev | 2007-01-25 | |
| | ||||
* | undo "client_body_in_file_only any" | Igor Sysoev | 2007-01-25 | |
| | | | | | | | | | 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() | |||
* | fix "access_log off" | Igor Sysoev | 2007-01-24 | |
| | ||||
* | client_body_in_file_only any | Igor Sysoev | 2007-01-24 | |
| | ||||
* | delete temporary file for incomplete small request body | Igor Sysoev | 2007-01-23 | |
| | ||||
* | log a failure of the writing to access_log once per minute | Igor Sysoev | 2007-01-21 | |
| | ||||
* | allow "sendfile" in "if" context | Igor Sysoev | 2007-01-21 | |
| | ||||
* | env | Igor Sysoev | 2007-01-20 | |
| | ||||
* | bump version | Igor Sysoev | 2007-01-19 | |
| | ||||
* | fix segfault when a request body fits in r->header_in and | Igor Sysoev | 2007-01-19 | |
| | | | | the body will be written to file | |||
* | fix segfault when client_body_in_file_only is on, the body is not passed | Igor Sysoev | 2007-01-19 | |
| | | | | to upstream, and nginx tries next upstream | |||
* | a non-active client connection must not closed after send timeout | Igor Sysoev | 2007-01-19 | |
| | ||||
* | style and comment fix | Igor Sysoev | 2007-01-19 | |
| | ||||
* | if client closes a connection prematurely, then epoll (at least | Igor Sysoev | 2007-01-19 | |
| | | | | | in Linux 2.6.18) sends EPOLLERR|EPOLLHUP|EPOLLIN only and writer does not know about the error | |||
* | the PUTing to collection must return NGX_HTTP_BAD_REQUEST | Igor Sysoev | 2007-01-18 | |
| | ||||
* | the "Overwrite" header line | Igor Sysoev | 2007-01-18 | |
| | ||||
* | add size, access, and mtime to ngx_walk_tree() | Igor Sysoev | 2007-01-18 | |
| | ||||
* | NGX_HTTP_PRECONDITION_FAILED | Igor Sysoev | 2007-01-18 | |
| | ||||
* | update nginx.xs to ngx_open_file(name, mode, create, access) | Igor Sysoev | 2007-01-18 | |
| | ||||
* | ngx_read_fd() | Igor Sysoev | 2007-01-18 | |
| | ||||
* | NGX_FILE_WRONLY | Igor Sysoev | 2007-01-18 | |
| | ||||
* | ngx_file_access() and ngx_de_access() | Igor Sysoev | 2007-01-18 | |
| | ||||
* | style fix | Igor Sysoev | 2007-01-18 | |
| | ||||
* | axe Win9X code | Igor Sysoev | 2007-01-18 | |
| | ||||
* | add comment | Igor Sysoev | 2007-01-18 | |
| | ||||
* | axe unused code | Igor Sysoev | 2007-01-18 | |
| | ||||
* | ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access) | Igor Sysoev | 2007-01-18 | |
| | ||||
* | style fix | Igor Sysoev | 2007-01-18 | |
| | ||||
* | rename mode to access | Igor Sysoev | 2007-01-18 | |
| | ||||
* | unused value | Igor Sysoev | 2007-01-18 | |
| | ||||
* | style fix: remove trailing spaces | Igor Sysoev | 2007-01-18 | |
| | ||||
* | fix log message | Igor Sysoev | 2007-01-18 | |
| |