aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* fix building with ngx_http_perl_moduleIgor Sysoev2007-02-12
|
* fix building on platforms with non-supported atomic operationsIgor Sysoev2007-02-11
|
* fix segfault when a large FastCGI response was written to a temporary fileIgor Sysoev2007-02-09
|
* log a right subrequestIgor Sysoev2007-02-09
|
* fix segfault when $fastcgi_script_name is used in access_logIgor Sysoev2007-02-09
| | | | and there was bad request (400)
* bump versionIgor Sysoev2007-02-05
|
* fix several rangesIgor Sysoev2007-02-04
|
* style fixIgor Sysoev2007-01-31
|
* allocate less memory on 64-bit platformsIgor Sysoev2007-01-29
|
* shorten temporary names on 64-bit platformsIgor Sysoev2007-01-29
|
* use ngx_dir_access() to enable search bits for directoryIgor Sysoev2007-01-29
|
* eliminate the useless space symbolIgor Sysoev2007-01-29
|
* log a real response error code instead of "0"Igor Sysoev2007-01-29
|
* fix segfault if nginx was build with -O2 -fomit-frame-pointer,Igor Sysoev2007-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 versionIgor Sysoev2007-01-25
|
* fix segfault if nginx was build with -O2 -fomit-frame-pointerIgor Sysoev2007-01-25
| | | | (at least by gcc 4.0.2 and 4.0.3)
* fix online upgradeIgor Sysoev2007-01-25
|
* bump versionIgor Sysoev2007-01-25
|
* $memcached_keyIgor Sysoev2007-01-25
|
* undo "client_body_in_file_only any"Igor Sysoev2007-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 Sysoev2007-01-24
|
* client_body_in_file_only anyIgor Sysoev2007-01-24
|
* delete temporary file for incomplete small request bodyIgor Sysoev2007-01-23
|
* log a failure of the writing to access_log once per minuteIgor Sysoev2007-01-21
|
* allow "sendfile" in "if" contextIgor Sysoev2007-01-21
|
* envIgor Sysoev2007-01-20
|
* bump versionIgor Sysoev2007-01-19
|
* fix segfault when a request body fits in r->header_in andIgor Sysoev2007-01-19
| | | | the body will be written to file
* fix segfault when client_body_in_file_only is on, the body is not passedIgor Sysoev2007-01-19
| | | | to upstream, and nginx tries next upstream
* a non-active client connection must not closed after send timeoutIgor Sysoev2007-01-19
|
* style and comment fixIgor Sysoev2007-01-19
|
* if client closes a connection prematurely, then epoll (at leastIgor Sysoev2007-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_REQUESTIgor Sysoev2007-01-18
|
* the "Overwrite" header lineIgor Sysoev2007-01-18
|
* add size, access, and mtime to ngx_walk_tree()Igor Sysoev2007-01-18
|
* NGX_HTTP_PRECONDITION_FAILEDIgor Sysoev2007-01-18
|
* update nginx.xs to ngx_open_file(name, mode, create, access)Igor Sysoev2007-01-18
|
* ngx_read_fd()Igor Sysoev2007-01-18
|
* NGX_FILE_WRONLYIgor Sysoev2007-01-18
|
* ngx_file_access() and ngx_de_access()Igor Sysoev2007-01-18
|
* style fixIgor Sysoev2007-01-18
|
* axe Win9X codeIgor Sysoev2007-01-18
|
* add commentIgor Sysoev2007-01-18
|
* axe unused codeIgor Sysoev2007-01-18
|
* ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev2007-01-18
|
* style fixIgor Sysoev2007-01-18
|
* rename mode to accessIgor Sysoev2007-01-18
|
* unused valueIgor Sysoev2007-01-18
|
* style fix: remove trailing spacesIgor Sysoev2007-01-18
|
* fix log messageIgor Sysoev2007-01-18
|