summaryrefslogtreecommitdiffhomepage
path: root/auto/lib (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-10-12nginx-0.3.2-RELEASE importrelease-0.3.2Igor Sysoev2-1/+7
*) 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-09-08nginx-0.1.45-RELEASE importrelease-0.1.45Igor Sysoev1-4/+0
*) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
2005-06-15nginx-0.1.36-RELEASE importrelease-0.1.36Igor Sysoev2-7/+24
*) Change: if the request header has duplicate the "Host", "Connection", "Content-Length", or "Authorization" lines, then nginx now returns the 400 error. *) Change: the "post_accept_timeout" directive was canceled. *) Feature: the "default", "af=", "bl=", "deferred", and "bind" parameters of the "listen" directive. *) Feature: the FreeBSD accept filters support. *) Feature: the Linux TCP_DEFER_ACCEPT support. *) Bugfix: the ngx_http_autoindex_module did not support the file names in UTF-8. *) Bugfix: the new log file can be rotated by the -USR1 signal only if the reconfiguration by the -HUP signal was made twice.
2005-03-22nginx-0.1.26-RELEASE importrelease-0.1.26Igor Sysoev10-11/+64
*) 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-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-8/+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.
2005-02-22nginx-0.1.21-RELEASE importrelease-0.1.21Igor Sysoev11-14/+16
*) 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-19nginx-0.1.15-RELEASE importrelease-0.1.15Igor Sysoev1-1/+1
*) Bugfix: the error while the connecting to the FastCGI server caused segmentation fault. *) Bugfix: the correct handling of the regular expression, that has different number of the captures and substitutions. *) Feature: the location, that is passed to the FastCGI server, can be regular expression. *) Bugfix: the FastCGI's parameter REQUEST_URI is now passed with the arguments and in the original state. *) Bugfix: the ngx_http_rewrite_module module was required to be built to use the regular expressions in locations. *) Bugfix: the directive "proxy_preserve_host on" adds port 80 to the "Host" headers, if upstream listen on port 80; the bug had appeared in 0.1.14. *) Bugfix: the same paths in autoconfiguration parameters --http-client-body-temp-path=PATH and --http-proxy-temp-path=PATH, or --http-client-body-temp-path=PATH and --http-fastcgi-temp-path=PATH caused segmentation fault.
2005-01-18nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev3-3/+10
*) Feature: the autoconfiguration directives: --http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and --http-fastcgi-temp-path=PATH *) Change: the directory name for the temporary files with the client request body is specified by directive client_body_temp_path, by default it is <prefix>/client_body_temp. *) Feature: the ngx_http_fastcgi_module and the directives: fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params, fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout, fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers, fastcgi_busy_buffers_size, fastcgi_temp_path, fastcgi_max_temp_file_size, fastcgi_temp_file_write_size, fastcgi_next_upstream, and fastcgi_x_powered_by. *) Bugfix: the "[alert] zero size buf" error; the bug had appeared in 0.1.3. *) Change: the URI must be specified after the host name in the proxy_pass directive. *) Change: the %3F symbol in the URI was considered as the argument string start. *) Feature: the unix domain sockets support in the ngx_http_proxy_module. *) Feature: the ssl_engine and ssl_ciphers directives. Thanks to Sergey Skvortsov for SSL-accelerator.
2004-12-21nginx-0.1.13-RELEASE importrelease-0.1.13Igor Sysoev2-4/+14
*) Feature: the server_names_hash and server_names_hash_threshold directives. *) Bugfix: the *.domain.tld names in the "server_name" directive did not work. *) Bugfix: the %request_length log parameter logged the incorrect length.
2004-11-25nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev8-17/+16
*) 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-20nginx-0.1.8-RELEASE importrelease-0.1.8Igor Sysoev3-129/+140
*) 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 Sysoev3-6/+6
*) 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 Sysoev8-96/+92
*) 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 Sysoev20-0/+60
2004-07-25nginx-0.0.7-2004-07-25-22:34:14 importIgor Sysoev4-0/+61
2004-07-05nginx-0.0.7-2004-07-05-10:55:54 importIgor Sysoev1-1/+1
2004-04-18nginx-0.0.3-2004-04-18-23:06:02 importIgor Sysoev5-19/+33
2004-04-12nginx-0.0.3-2004-04-12-20:38:09 importIgor Sysoev1-0/+8
2004-04-09nginx-0.0.3-2004-04-09-20:03:04 importIgor Sysoev1-2/+3
2004-04-08nginx-0.0.3-2004-04-08-19:58:25 importIgor Sysoev4-69/+88
2004-04-04nginx-0.0.3-2004-04-05-00:32:09 importIgor Sysoev3-3/+6
2004-03-29nginx-0.0.3-2004-03-29-21:43:58 importIgor Sysoev14-51/+103
2004-03-25nginx-0.0.3-2004-03-25-23:03:02 importIgor Sysoev6-13/+18
2004-03-14nginx-0.0.2-2004-03-14-23:46:25 importIgor Sysoev6-11/+60
2004-03-12nginx-0.0.2-2004-03-12-19:57:08 importIgor Sysoev2-10/+24
2004-03-11nginx-0.0.2-2004-03-12-00:34:52 importIgor Sysoev11-74/+73
2004-03-11nginx-0.0.2-2004-03-11-18:42:41 importIgor Sysoev6-28/+28
2004-03-10nginx-0.0.2-2004-03-10-23:56:39 importIgor Sysoev9-24/+52
2004-03-10nginx-0.0.2-2004-03-10-20:55:19 importIgor Sysoev9-19/+14
2004-03-09nginx-0.0.2-2004-03-09-22:47:07 importIgor Sysoev15-80/+286
2004-03-05nginx-0.0.2-2004-03-05-19:37:51 importIgor Sysoev1-0/+1
2004-03-01nginx-0.0.2-2004-03-01-23:00:04 importIgor Sysoev3-23/+28
2004-03-01nginx-0.0.2-2004-03-01-19:45:48 importIgor Sysoev1-0/+24
2004-02-29nginx-0.0.2-2004-03-01-00:03:02 importIgor Sysoev1-23/+1
2004-02-23nginx-0.0.2-2004-02-23-23:57:12 importIgor Sysoev2-23/+50
2004-02-20nginx-0.0.2-2004-02-20-19:48:59 importIgor Sysoev2-5/+11
2004-02-19nginx-0.0.2-2004-02-19-11:45:27 importIgor Sysoev1-3/+5
2004-02-09nginx-0.0.2-2004-02-09-23:47:18 importIgor Sysoev2-15/+40
2004-02-09nginx-0.0.2-2004-02-09-10:46:43 importIgor Sysoev2-2/+6
2004-02-03nginx-0.0.2-2004-02-03-19:43:54 importIgor Sysoev1-1/+12
2004-02-02nginx-0.0.2-2004-02-03-00:19:52 importIgor Sysoev1-2/+2
2003-12-25nginx-0.0.1-2003-12-25-23:26:58 importIgor Sysoev1-1/+2
2003-12-19nginx-0.0.1-2003-12-19-11:15:11 importIgor Sysoev1-1/+4
2003-12-14nginx-0.0.1-2003-12-14-23:10:27 importIgor Sysoev5-48/+142
2003-11-25nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev5-0/+115