summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_buf.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-12-02nginx-0.1.11-RELEASE importrelease-0.1.11Igor Sysoev1-2/+2
*) 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-10-21nginx-0.1.2-RELEASE importrelease-0.1.2Igor Sysoev1-1/+0
*) 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-42/+12
2004-07-25nginx-0.0.7-2004-07-25-22:34:14 importIgor Sysoev1-1/+0
2004-07-16nginx-0.0.7-2004-07-16-21:11:43 importIgor Sysoev1-0/+1
2004-06-21nginx-0.0.7-2004-06-21-19:59:32 importIgor Sysoev1-0/+1
2004-06-16nginx-0.0.7-2004-06-16-19:32:11 importIgor Sysoev1-3/+4
2004-06-09nginx-0.0.3-2004-06-09-11:45:27 importIgor Sysoev1-1/+1
2004-06-01nginx-0.0.3-2004-06-01-10:04:46 importIgor Sysoev1-23/+0
2004-05-28nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_tIgor Sysoev1-0/+204