summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_freebsd_init.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-09-06nginx-0.1.44-RELEASE importrelease-0.1.44Igor Sysoev1-8/+9
*) Feature: the IMAP/POP3 proxy supports SSL. *) Feature: the "proxy_timeout" directive of the ngx_imap_proxy_module. *) Feature: the "userid_mark" directive. *) Feature: the $remote_user variable value is determined independently of authorization use.
2005-07-25nginx-0.1.40-RELEASE importrelease-0.1.40Igor Sysoev1-4/+4
*) Bugfix: if a client sent too long header line, then the request information did not logged in the error log. *) Bugfix: the "Set-Cookie" header line was not transferred when the "X-Accel-Redirect" was used; the bug had appeared in 0.1.39. *) Bugfix: the "Content-Disposition" header line was not transferred when the "X-Accel-Redirect" was used. *) Bugfix: the master process did not close the listen socket on the SIGQUIT signal. *) Bugfix: after on-line upgrade on Linux and Solaris the process name became shorter in the "ps" command.
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-1/+18
*) Bugfix: nginx did run on Linux parisc. *) Feature: nginx now does not start under FreeBSD if the sysctl kern.ipc.somaxconn value is too big. *) Bugfix: if a request was internally redirected by the ngx_http_index_module module to the ngx_http_proxy_module or ngx_http_fastcgi_module modules, then the index file was not closed after request completion. *) Feature: the "proxy_pass" can be used in location with regular expression. *) Feature: the ngx_http_rewrite_filter_module module supports the condition like "if ($HTTP_USER_AGENT ~ MSIE)". *) Bugfix: nginx started too slow if the large number of addresses and text values were used in the "geo" directive. *) Change: a variable name must be declared as "$name" in the "geo" directive. The previous variant without "$" is still supported, but will be removed soon. *) Feature: the "%{VARIABLE}v" logging parameter. *) Feature: the "set $name value" directive. *) Bugfix: gcc 4.0 compatibility. *) Feature: the --with-openssl-opt=OPTIONS autoconfiguration directive.
2004-12-02nginx-0.1.11-RELEASE importrelease-0.1.11Igor Sysoev1-0/+3
*) 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-25nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev1-3/+3
*) Bugfix: the proxied request was sent without arguments if the request contains "//", "/./", "/../" or "%XX". *) Bugfix: the large compressed responses may be transferred not completely. *) Bugfix: the files bigger than 2G was not transferred on Linux that does not support sendfile64(). *) Bugfix: while the build configuration on Linux the --with-poll_module parameter was required; the bug had appeared in 0.1.8.
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-4/+14
*) 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-11nginx-0.1.1-RELEASE importrelease-0.1.1Igor Sysoev1-0/+2
*) Feature: the gzip_types directive. *) Feature: the tcp_nodelay directive. *) Feature: the send_lowat directive is working not only on OSes that support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT. *) Feature: the setproctitle() emulation for Linux and Solaris. *) Bugfix: the "Location" header rewrite bug fixed while the proxying. *) Bugfix: the ngx_http_chunked_module module may get caught in an endless loop. *) Bugfix: the /dev/poll module bugs fixed. *) Bugfix: the responses were corrupted when the temporary files were used while the proxying. *) Bugfix: the unescaped requests were passed to the backend. *) Bugfix: while the build configuration on Linux 2.4 the --with-poll_module parameter was required.
2004-10-03nginx-0.1.0-2004-10-04-00:02:06 importIgor Sysoev1-56/+76
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-4/+13
2004-09-23nginx-0.0.12-2004-09-23-20:39:34 importIgor Sysoev1-2/+2
2004-09-23nginx-0.0.11-2004-09-23-10:32:00 importIgor Sysoev1-2/+2
2004-09-21nginx-0.0.11-2004-09-21-09:38:28 importIgor Sysoev1-1/+1
2004-09-07nginx-0.0.10-2004-09-07-19:29:22 importIgor Sysoev1-1/+1
2004-07-14nginx-0.0.7-2004-07-14-20:01:42 importIgor Sysoev1-4/+4
2004-06-30nginx-0.0.7-2004-06-30-19:30:41 importIgor Sysoev1-0/+15
2004-06-20nginx-0.0.7-2004-06-20-23:54:15 importIgor Sysoev1-4/+7
2004-03-29nginx-0.0.3-2004-03-29-21:43:58 importIgor Sysoev1-0/+7
2004-02-09nginx-0.0.2-2004-02-09-10:46:43 importIgor Sysoev1-2/+2
2003-12-05nginx-0.0.1-2003-12-05-20:07:27 importIgor Sysoev1-0/+14
2003-11-26nginx-0.0.1-2003-11-26-18:42:18 importIgor Sysoev1-1/+1
2003-11-25nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev1-5/+5
2003-11-13nginx-0.0.1-2003-11-13-19:16:33 importIgor Sysoev1-1/+2
2003-10-21nginx-0.0.1-2003-10-21-11:47:21 importIgor Sysoev1-1/+1
2003-10-12nginx-0.0.1-2003-10-12-20:49:16 importIgor Sysoev1-0/+5
2003-10-10nginx-0.0.1-2003-10-10-19:10:50 importIgor Sysoev1-2/+2
2003-10-09nginx-0.0.1-2003-10-09-11:00:45 importIgor Sysoev1-10/+14
2003-06-04nginx-0.0.1-2003-06-04-21:28:33 importIgor Sysoev1-3/+3
2003-06-02nginx-0.0.1-2003-06-02-19:24:30 importIgor Sysoev1-5/+15
2003-05-29nginx-0.0.1-2003-05-29-17:02:09 importIgor Sysoev1-22/+47
2003-05-22nginx-0.0.1-2003-05-22-19:23:47 importIgor Sysoev1-2/+2
2003-05-21nginx-0.0.1-2003-05-21-17:28:21 importIgor Sysoev1-3/+4
2003-05-19nginx-0.0.1-2003-05-19-20:39:14 importIgor Sysoev1-1/+9
2003-05-14nginx-0.0.1-2003-05-14-21:13:13 importIgor Sysoev1-10/+46
2003-05-12nginx-0.0.1-2003-05-12-19:52:24 importIgor Sysoev1-0/+67