aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* avoid endless loopIgor Sysoev2007-03-06
|
* decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVALIgor Sysoev2007-03-06
|
* use the contemporary directivesIgor Sysoev2007-02-21
|
* ngx_log_error() > ngx_conf_log_error()Igor Sysoev2007-02-20
|
* use "goto" instead of indistinct "break"Igor Sysoev2007-02-20
|
* stop on superfluous closing "}"Igor Sysoev2007-02-20
|
* bump versionIgor Sysoev2007-02-19
|
* a client address must be allocated from a connection poolIgor Sysoev2007-02-17
| | | | to live through the keep-alive requests
* ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platformsIgor Sysoev2007-02-17
|
* COPY and MOVEIgor Sysoev2007-02-16
| | | | fix PUT and DELETE to conform to WebDAV specification
* finalize request to allow post_actionIgor Sysoev2007-02-15
|
* fix broken values, debug logging, and style fixIgor Sysoev2007-02-15
|
* optimize $http_x_forwarded_forIgor Sysoev2007-02-15
|
* fix formatIgor Sysoev2007-02-15
|
* close connection for too long commandsIgor Sysoev2007-02-15
|
* if client closes a connection prematurely, then epoll (at leastIgor Sysoev2007-02-15
| | | | | in Linux 2.6.16) sends EPOLLERR|EPOLLHUP|EPOLLIN only and writer does not know about the error
* add debug loggingIgor Sysoev2007-02-15
|
* return error for too long commandsIgor Sysoev2007-02-14
|
* ngx_strcasecmp()/ngx_strncasecmp()Igor Sysoev2007-02-14
|
* fix building on platforms with non-supported atomic operationsIgor Sysoev2007-02-14
|
* bump versionIgor Sysoev2007-02-12
|
* correct r1100Igor Sysoev2007-02-12
|
* 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