summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_log.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-09-23nginx-0.2.0-RELEASE importrelease-0.2.0Igor Sysoev1-13/+13
*) The pid-file names used during online upgrade was changed and now is not required a manual rename operation. The old master process adds the ".oldbin" suffix to its pid-file and executes a new binary file. The new master process creates usual pid-file without the ".newbin" suffix. If the master process exits, then old master process renames back its pid-file with the ".oldbin" suffix to the pid-file without suffix. *) Change: the "worker_connections" directive, new name of the "connections" directive; now the directive specifies maximum number of connections, but not maximum socket descriptor number. *) Feature: SSL supports the session cache inside one worker process. *) Feature: the "satisfy_any" directive. *) Change: the ngx_http_access_module and ngx_http_auth_basic_module do not run for subrequests. *) Feature: the "worker_rlimit_nofile" and "worker_rlimit_sigpending" directives. *) Bugfix: if all backend using in load-balancing failed after one error, then nginx did not try do connect to them during 60 seconds. *) Bugfix: in IMAP/POP3 command argument parsing. Thanks to Rob Mueller. *) Bugfix: errors while using SSL in IMAP/POP3 proxy. *) Bugfix: errors while using SSI and gzipping. *) Bugfix: the "Expires" and "Cache-Control" header lines were omitted from the 304 responses. Thanks to Alexandr Kukushkin.
2005-05-19nginx-0.1.32-RELEASE importrelease-0.1.32Igor Sysoev1-0/+1
*) Bugfix: the arguments were omitted in the redirects, issued by the "rewrite" directive; the bug had appeared in 0.1.29. *) Feature: the "if" directive supports the captures in regular expressions. *) Feature: the "set" directive supports the variables and the captures of regular expressions. *) Feature: the "X-Accel-Redirect" response header line is supported in proxy and FastCGI mode.
2005-03-22nginx-0.1.26-RELEASE importrelease-0.1.26Igor Sysoev1-2/+3
*) Change: the invalid client header lines are now ignored and logged at the info level. *) Change: the server name is also logged in error log. *) Feature: the ngx_http_auth_basic_module module and the auth_basic and auth_basic_user_file directives.
2005-03-04nginx-0.1.24-RELEASE importrelease-0.1.24Igor Sysoev1-8/+7
*) Feature: the ngx_http_ssi_filter_module supports the QUERY_STRING and DOCUMENT_URI variables. *) Bugfix: the ngx_http_autoindex_module may some times return the 404 response for existent directory, if this directory was used in "alias" directive. *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large responses. *) Bugfix: the lack of the "Referer" header line was always accounted as valid referrer.
2005-02-24nginx-0.1.22-RELEASE importrelease-0.1.22Igor Sysoev1-1/+1
*) Bugfix: the ngx_http_stub_status_module showed incorrect handled connections statistics if the proxying or FastCGI server were used. *) Bugfix: the installation paths were incorrectly quoted on Linux and Solaris; the bug had appeared in 0.1.21.
2005-02-22nginx-0.1.21-RELEASE importrelease-0.1.21Igor Sysoev1-1/+1
*) 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.
2005-01-25nginx-0.1.16-RELEASE importrelease-0.1.16Igor Sysoev1-59/+59
*) Bugfix: if the response were transferred by chunks, then on the HEAD request the final chunk was issued. *) Bugfix: the "Connection: keep-alive" header were issued, even if the keepalive_timeout directive forbade the keep-alive use. *) Bugfix: the errors in the ngx_http_fastcgi_module caused the segmentation faults. *) Bugfix: the compressed response encrypted by SSL may not transferred complete. *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPSUH, and TCP_CORK options, are not used for the unix domain sockets. *) Feature: the rewrite directive supports the arguments rewriting. *) Bugfix: the response code 400 was returned for the POST request with the "Content-Length: 0" header; the bug had appeared in 0.1.14.
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-7/+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-6/+6
*) 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-10-03nginx-0.1.0-2004-10-04-00:02:06 importIgor Sysoev1-0/+2
2004-10-01nginx-0.1.0-2004-10-01-19:53:53 importIgor Sysoev1-1/+2
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-47/+9
2004-09-14nginx-0.0.10-2004-09-14-23:39:54 importIgor Sysoev1-2/+2
2004-09-07nginx-0.0.10-2004-09-07-19:29:22 importIgor Sysoev1-1/+7
2004-07-13nginx-0.0.7-2004-07-13-21:59:12 importIgor Sysoev1-0/+14
2004-07-06nginx-0.0.7-2004-07-06-20:12:16 importIgor Sysoev1-4/+5
2004-04-08nginx-0.0.3-2004-04-08-19:58:25 importIgor Sysoev1-18/+19
2004-03-04nginx-0.0.2-2004-03-04-10:04:55 importIgor Sysoev1-4/+4
2004-03-03nginx-0.0.2-2004-03-03-19:14:15 importIgor Sysoev1-58/+13
2004-02-11nginx-0.0.2-2004-02-11-20:08:49 importIgor Sysoev1-50/+3
2004-01-20nginx-0.0.1-2004-01-20-23:40:08 importIgor Sysoev1-0/+2
2004-01-05nginx-0.0.1-2004-01-05-23:55:48 importIgor Sysoev1-3/+4
2003-12-22nginx-0.0.1-2003-12-22-12:40:48 importIgor Sysoev1-0/+33
2003-12-19nginx-0.0.1-2003-12-19-15:45:27 importIgor Sysoev1-0/+16
2003-12-14nginx-0.0.1-2003-12-14-23:10:27 importIgor Sysoev1-0/+36
2003-12-08nginx-0.0.1-2003-12-08-23:48:12 importIgor Sysoev1-2/+8
2003-11-30nginx-0.0.1-2003-11-30-23:03:18 importIgor Sysoev1-21/+64
2003-11-19nginx-0.0.1-2003-11-19-19:26:41 importIgor Sysoev1-2/+2
2003-11-16nginx-0.0.1-2003-11-17-00:49:42 importIgor Sysoev1-2/+0
2003-10-27nginx-0.0.1-2003-10-27-11:53:49 importIgor Sysoev1-4/+7
2003-07-10nginx-0.0.1-2003-07-10-20:26:57 importIgor Sysoev1-1/+1
2003-07-04nginx-0.0.1-2003-07-04-19:10:33 importIgor Sysoev1-2/+0
2003-07-02nginx-0.0.1-2003-07-02-18:41:17 importIgor Sysoev1-0/+2
2003-06-26nginx-0.0.1-2003-06-26-19:35:36 importIgor Sysoev1-4/+5
2003-06-15nginx-0.0.1-2003-06-15-22:32:13 importIgor Sysoev1-0/+5
2003-06-03nginx-0.0.1-2003-06-03-19:42:58 importIgor Sysoev1-2/+10
2003-05-20nginx-0.0.1-2003-05-20-19:37:55 importIgor Sysoev1-1/+6
2003-01-30nginx-0.0.1-2003-01-30-10:28:09 importIgor Sysoev1-1/+1
2002-09-02nginx-0.0.1-2002-09-02-18:48:24 importIgor Sysoev1-1/+1
2002-08-26nginx-0.0.1-2002-08-26-19:18:19 importIgor Sysoev1-7/+9
2002-08-22nginx-0.0.1-2002-08-22-19:24:03 importIgor Sysoev1-7/+30
2002-08-20nginx-0.0.1-2002-08-20-18:48:28 importIgor Sysoev1-0/+15
2002-08-06nginx-0.0.1-2002-08-06-20:39:45 importIgor Sysoev1-0/+118
The first code that uses "ngx_" prefix, the previous one used "gx_" prefix. At that point the code is not yet usable. The first draft ideas are dated back to 23.10.2001.