summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_timer.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-12-29fix commentIgor Sysoev1-3/+3
2005-10-19nginx-0.3.3-RELEASE importrelease-0.3.3Igor Sysoev1-8/+3
*) Change: the "bl" and "af" parameters of the "listen" directive was renamed to the "backlog" and "accept_filter". *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen" directive. *) Change: the "$msec" log parameter does not require now the additional the gettimeofday() system call. *) Feature: the -t switch now tests the "listen" directives. *) Bugfix: if the invalid address was specified in the "listen" directive, then after the -HUP signal nginx left an open socket in the CLOSED state. *) Bugfix: the mime type may be incorrectly set to default value for index file with variable in the name; the bug had appeared in 0.3.0. *) Feature: the "timer_resolution" directive. *) Feature: the millisecond "$upstream_response_time" log parameter. *) Bugfix: a temporary file with client request body now is removed just after the response header was transferred to a client. *) Bugfix: OpenSSL 0.9.6 compatibility. *) Bugfix: the SSL certificate and key file paths could not be relative. *) Bugfix: the "ssl_prefer_server_ciphers" directive did not work in the ngx_imap_ssl_module. *) Bugfix: the "ssl_protocols" directive allowed to specify the single protocol only.
2005-10-12nginx-0.3.2-RELEASE importrelease-0.3.2Igor Sysoev1-3/+3
*) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives.
2005-10-10nginx-0.3.1-RELEASE importrelease-0.3.1Igor Sysoev1-16/+11
*) Bugfix: the segmentation fault occurred when the signal queue overflowed if the "rtsig" method was used; the bug had appeared in 0.2.0. *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in SSI.
2005-10-07nginx-0.3.0-RELEASE importrelease-0.3.0Igor Sysoev1-28/+12
*) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-2/+2
*) 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.
2005-02-22nginx-0.1.21-RELEASE importrelease-0.1.21Igor Sysoev1-6/+13
*) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0.
2004-11-20nginx-0.1.8-RELEASE importrelease-0.1.8Igor Sysoev1-2/+2
*) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-2/+2
*) 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-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/+6
2004-06-28nginx-0.0.7-2004-06-28-20:05:02 importIgor Sysoev1-8/+0
2004-06-20nginx-0.0.7-2004-06-20-23:54:15 importIgor Sysoev1-1/+1
2004-04-14nginx-0.0.3-2004-04-15-00:34:05 importIgor Sysoev1-1/+2
2004-04-14nginx-0.0.3-2004-04-14-21:44:28 importIgor Sysoev1-4/+4
2004-04-02nginx-0.0.3-2004-04-02-09:14:40 importIgor Sysoev1-1/+8
2004-04-01nginx-0.0.3-2004-04-01-20:20:53 importIgor Sysoev1-4/+15
2004-03-02nginx-0.0.2-2004-03-02-18:40:59 importIgor Sysoev1-2/+2
2004-02-29nginx-0.0.2-2004-03-01-00:03:02 importIgor Sysoev1-4/+6
2004-02-25nginx-0.0.2-2004-02-25-23:16:15 importIgor Sysoev1-1/+28
2004-01-16nginx-0.0.1-2004-01-16-09:15:48 importIgor Sysoev1-6/+1
2004-01-05nginx-0.0.1-2004-01-05-23:55:48 importIgor Sysoev1-3/+0
2003-12-22nginx-0.0.1-2003-12-22-12:40:48 importIgor Sysoev1-4/+14
2003-12-19nginx-0.0.1-2003-12-19-15:45:27 importIgor Sysoev1-1/+7
2003-12-14nginx-0.0.1-2003-12-14-23:10:27 importIgor Sysoev1-44/+5
2003-12-09nginx-0.0.1-2003-12-09-18:08:11 importIgor Sysoev1-2/+6
2003-12-05nginx-0.0.1-2003-12-05-20:07:27 importIgor Sysoev1-2/+4
2003-12-05nginx-0.0.1-2003-12-05-10:11:46 importIgor Sysoev1-4/+8
2003-12-04nginx-0.0.1-2003-12-04-17:53:00 importIgor Sysoev1-0/+46
2003-11-25nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev1-0/+1
2003-10-12nginx-0.0.1-2003-10-12-20:49:16 importIgor Sysoev1-1/+3
2003-07-04nginx-0.0.1-2003-07-04-19:10:33 importIgor Sysoev1-2/+2
2003-06-11nginx-0.0.1-2003-06-11-19:28:34 importIgor Sysoev1-5/+3
2003-05-19nginx-0.0.1-2003-05-19-20:39:14 importIgor Sysoev1-2/+3
2003-05-15nginx-0.0.1-2003-05-15-19:42:53 importIgor Sysoev1-0/+5
2003-02-06nginx-0.0.1-2003-02-06-20:21:13 importIgor Sysoev1-3/+1
2003-01-26nginx-0.0.1-2003-01-27-00:08:14 importIgor Sysoev1-27/+4
2003-01-24nginx-0.0.1-2003-01-24-09:20:47 importIgor Sysoev1-5/+7
2003-01-23nginx-0.0.1-2003-01-23-21:47:54 importIgor Sysoev1-0/+65