summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_log_handler.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-12-06nginx-0.1.12-RELEASE importrelease-0.1.12Igor Sysoev1-0/+11
*) Feature: the %request_length log parameter. *) Bugfix: when using the /dev/poll, select and poll on the platforms, where these methods may do the false reports, there may be the long delay when the request was passed via the keep-alive connection. It may be at least on Solaris when using the /dev/poll. *) Bugfix: the send_lowat directive is ignored on Linux because Linux does not support the SO_SNDLOWAT option.
2004-12-02nginx-0.1.11-RELEASE importrelease-0.1.11Igor Sysoev1-1/+4
*) Feature: the worker_priority directive. *) Change: both tcp_nopush and tcp_nodelay directives affect the transferred response. *) Bugfix: nginx did not call initgroups(). Thanks to Andrew Sitnikov and Andrei Nigmatulin. *) Change: now the ngx_http_autoindex_module shows the file size in the bytes. *) Bugfix: the ngx_http_autoindex_module returned the 500 error if the broken symlink was in a directory. *) Bugfix: the files bigger than 4G could not be transferred using sendfile. *) Bugfix: if the backend was resolved to several backends and there was an error while the response waiting then process may got caught in an endless loop. *) Bugfix: the worker process may exit with the "unknown cycle" message when the /dev/poll method was used. *) Bugfix: "close() channel failed" errors. *) Bugfix: the autodetection of the "nobody" and "nogroup" groups. *) Bugfix: the send_lowat directive did not work on Linux. *) Bugfix: the segmentation fault occurred if there was no events section in configuration. *) Bugfix: nginx could not be built on OpenBSD. *) Bugfix: the double slashes in "://" in the URI were converted to ":/".
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-31/+4
*) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
2004-10-21nginx-0.1.2-RELEASE importrelease-0.1.2Igor Sysoev1-2/+21
*) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure. *) Feature: the server_name directive supports *.domain.tld. *) Bugfix: the portability improvements. *) Bugfix: if configuration file was set in command line, the reconfiguration was impossible; the bug had appeared in 0.1.1. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used. *) Bugfix: with sendfile the response was not recoded according to the charset module directives; the bug had appeared in 0.1.1. *) Bugfix: very seldom bug in the kqueue processing. *) Bugfix: the gzip module compressed the proxied responses that was already compressed.
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev1-1/+1
2004-09-28nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev1-0/+5
2004-09-15nginx-0.0.10-2004-09-15-20:00:43 importIgor Sysoev1-8/+30
2004-09-05nginx-0.0.10-2004-09-05-23:54:02 importIgor Sysoev1-5/+33
2004-08-29nginx-0.0.10-2004-08-29-07:55:41 importIgor Sysoev1-0/+15
2004-07-15nginx-0.0.7-2004-07-15-20:35:51 importIgor Sysoev1-2/+2
2004-06-16nginx-0.0.7-2004-06-16-19:32:11 importIgor Sysoev1-7/+8
2004-03-23nginx-0.0.3-2004-03-23-09:01:52 importIgor Sysoev1-4/+4
2004-03-16nginx-0.0.3-2004-03-17-00:26:01 importIgor Sysoev1-2/+2
2004-03-16nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev1-80/+86
2004-03-09nginx-0.0.2-2004-03-09-22:47:07 importIgor Sysoev1-3/+0
2004-03-05nginx-0.0.2-2004-03-05-11:34:24 importIgor Sysoev1-1/+1
2003-12-25nginx-0.0.1-2003-12-25-23:26:58 importIgor Sysoev1-2/+2
2003-12-22nginx-0.0.1-2003-12-22-20:27:24 importIgor Sysoev1-1/+1
2003-12-14nginx-0.0.1-2003-12-14-23:10:27 importIgor Sysoev1-2/+14
2003-12-08nginx-0.0.1-2003-12-08-23:48:12 importIgor Sysoev1-16/+114
2003-11-25nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev1-1/+1
2003-11-10nginx-0.0.1-2003-11-11-00:09:22 importIgor Sysoev1-1/+7
2003-11-10nginx-0.0.1-2003-11-10-20:17:31 importIgor Sysoev1-8/+23
2003-11-09nginx-0.0.1-2003-11-09-23:03:38 import; separate buildingIgor Sysoev1-0/+773