aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_freebsd_init.c
Commit message (Collapse)AuthorAge
* Stream: filters.Roman Arutyunyan2016-09-15
|
* Stream: UDP proxy.Roman Arutyunyan2016-01-20
|
* Use "void" for functions with empty parameter list.Sergey Kandaurov2013-05-23
|
* Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10.Maxim Dounin2012-05-23
| | | | | After jemalloc 3.0.0 import there is no _malloc_options symbol, it has been replaced with the malloc_conf one with a different syntax.
* Copyright updated.Maxim Konovalov2012-01-18
|
* Fixed range checking for the "somaxconn" sysctl.Ruslan Ermilov2011-10-25
|
* malloc() debugging on MacOSX.Igor Sysoev2011-10-24
|
* remove never used zero copy stuffIgor Sysoev2008-12-17
|
* take MALLOC_OPTIONS=J into account in slab allocatorIgor Sysoev2007-12-22
|
* ngx_udp_recv()Igor Sysoev2007-12-03
|
* nginx-0.3.58-RELEASE importrelease-0.3.58Igor Sysoev2006-08-14
| | | | | | | | | | | | | | | | *) Feature: the "error_page" directive supports the variables. *) Change: now the procfs interface instead of sysctl is used on Linux. *) Change: now the "Content-Type" header line is inherited from first response when the "X-Accel-Redirect" was used. *) Bugfix: the "error_page" directive did not redirect the 413 error. *) Bugfix: the trailing "?" did not remove old arguments if no new arguments were added to a rewritten URI. *) Bugfix: nginx could not run on 64-bit FreeBSD 7.0-CURRENT.
* nginx-0.2.2-RELEASE importrelease-0.2.2Igor Sysoev2005-09-30
| | | | | | | | | | | | | | | | | | | | | | *) Feature: the "config errmsg" command of the ngx_http_ssi_module. *) Change: the ngx_http_geo_module variables can be overridden by the "set" directive. *) Feature: the "ssl_protocols" and "ssl_prefer_server_ciphers" directives of the ngx_http_ssl_module and ngx_imap_ssl_module. *) Bugfix: the ngx_http_autoindex_module did not show correctly the long file names; *) Bugfix: the ngx_http_autoindex_module now do not show the files starting by dot. *) Bugfix: if the SSL handshake failed then another connection may be closed too. Thanks to Rob Mueller. *) Bugfix: the export versions of MSIE 5.x could not connect via HTTPS.
* nginx-0.1.44-RELEASE importrelease-0.1.44Igor Sysoev2005-09-06
| | | | | | | | | | | *) 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.
* nginx-0.1.40-RELEASE importrelease-0.1.40Igor Sysoev2005-07-25
| | | | | | | | | | | | | | | | | *) 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.
* nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev2005-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *) 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.
* nginx-0.1.11-RELEASE importrelease-0.1.11Igor Sysoev2004-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *) 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 ":/".
* nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev2004-11-25
| | | | | | | | | | | | | | | *) 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.
* nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev2004-11-11
| | | | | | | | | | | | | | | | | | | | | | | | *) 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.
* nginx-0.1.1-RELEASE importrelease-0.1.1Igor Sysoev2004-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | *) 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.
* nginx-0.1.0-2004-10-04-00:02:06 importIgor Sysoev2004-10-03
|
* nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev2004-09-29
|
* nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev2004-09-28
|
* nginx-0.0.12-2004-09-23-20:39:34 importIgor Sysoev2004-09-23
|
* nginx-0.0.11-2004-09-23-10:32:00 importIgor Sysoev2004-09-23
|
* nginx-0.0.11-2004-09-21-09:38:28 importIgor Sysoev2004-09-21
|
* nginx-0.0.10-2004-09-07-19:29:22 importIgor Sysoev2004-09-07
|
* nginx-0.0.7-2004-07-14-20:01:42 importIgor Sysoev2004-07-14
|
* nginx-0.0.7-2004-06-30-19:30:41 importIgor Sysoev2004-06-30
|
* nginx-0.0.7-2004-06-20-23:54:15 importIgor Sysoev2004-06-20
|
* nginx-0.0.3-2004-03-29-21:43:58 importIgor Sysoev2004-03-29
|
* nginx-0.0.2-2004-02-09-10:46:43 importIgor Sysoev2004-02-09
|
* nginx-0.0.1-2003-12-05-20:07:27 importIgor Sysoev2003-12-05
|
* nginx-0.0.1-2003-11-26-18:42:18 importIgor Sysoev2003-11-26
|
* nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev2003-11-25
|
* nginx-0.0.1-2003-11-13-19:16:33 importIgor Sysoev2003-11-13
|
* nginx-0.0.1-2003-10-21-11:47:21 importIgor Sysoev2003-10-21
|
* nginx-0.0.1-2003-10-12-20:49:16 importIgor Sysoev2003-10-12
|
* nginx-0.0.1-2003-10-10-19:10:50 importIgor Sysoev2003-10-10
|
* nginx-0.0.1-2003-10-09-11:00:45 importIgor Sysoev2003-10-09
|
* nginx-0.0.1-2003-06-04-21:28:33 importIgor Sysoev2003-06-04
|
* nginx-0.0.1-2003-06-02-19:24:30 importIgor Sysoev2003-06-02
|
* nginx-0.0.1-2003-05-29-17:02:09 importIgor Sysoev2003-05-29
|
* nginx-0.0.1-2003-05-22-19:23:47 importIgor Sysoev2003-05-22
|
* nginx-0.0.1-2003-05-21-17:28:21 importIgor Sysoev2003-05-21
|
* nginx-0.0.1-2003-05-19-20:39:14 importIgor Sysoev2003-05-19
|
* nginx-0.0.1-2003-05-14-21:13:13 importIgor Sysoev2003-05-14
|
* nginx-0.0.1-2003-05-12-19:52:24 importIgor Sysoev2003-05-12