summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-04-08nginx-0.1.28-RELEASE importrelease-0.1.28Igor Sysoev1-1/+16
*) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
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-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-41/+48
*) 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-03-04nginx-0.1.24-RELEASE importrelease-0.1.24Igor Sysoev1-32/+26
*) 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-03nginx-0.1.17-RELEASE importrelease-0.1.17Igor Sysoev1-55/+80
*) Change: the ngx_http_rewrite_module was rewritten from the scratch. Now it is possible to redirect, to return the error codes, to check the variables and referrers. The directives can be used inside locations. The redirect directive was canceled. *) Feature: the ngx_http_geo_module. *) Feature: the proxy_set_x_var and fastcgi_set_var directives. *) Bugfix: the location configuration with "=" modifier may be used in another location. *) Bugfix: the correct content type was set only for requests that use small caps letters in extension. *) Bugfix: if the proxy_pass or fastcgi_pass directives were set in the location, and access was denied, and the error was redirected to a static page, then the segmentation fault occurred. *) Bugfix: if in a proxied "Location" header was a relative URL, then a host name and a slash were added to them; the bug had appeared in 0.1.14. *) Bugfix: the system error message was not logged on Linux.
2004-12-21nginx-0.1.13-RELEASE importrelease-0.1.13Igor Sysoev1-5/+95
*) 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-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-10/+9
*) 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-100/+174
*) 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 Sysoev1-1/+1
2004-09-28nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev1-0/+5
2004-09-13nginx-0.0.10-2004-09-13-20:18:09 importIgor Sysoev1-4/+4
2004-09-09nginx-0.0.10-2004-09-09-19:40:48 importIgor Sysoev1-2/+2
2004-09-07nginx-0.0.10-2004-09-07-19:29:22 importIgor Sysoev1-39/+3
2004-09-06nginx-0.0.10-2004-09-06-22:45:00 importIgor Sysoev1-15/+19
2004-08-30nginx-0.0.10-2004-08-30-23:24:51 importIgor Sysoev1-5/+0
2004-08-27nginx-0.0.10-2004-08-27-19:40:59 importIgor Sysoev1-0/+5
2004-07-26nginx-0.0.9-2004-07-26-22:31:43 importIgor Sysoev1-1/+1
2004-07-18nginx-0.0.7-2004-07-18-23:11:20 importIgor Sysoev1-2/+46
2004-06-24nginx-0.0.7-2004-06-24-20:07:04 importIgor Sysoev1-0/+8
2004-06-16nginx-0.0.7-2004-06-16-19:32:11 importIgor Sysoev1-2/+2
2004-04-12nginx-0.0.3-2004-04-12-20:38:09 importIgor Sysoev1-4/+8
2004-03-16nginx-0.0.3-2004-03-16-16:35:20 importIgor Sysoev1-3/+2
2004-03-16nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev1-16/+16
2004-02-11nginx-0.0.2-2004-02-11-20:08:49 importIgor Sysoev1-6/+9
2004-02-09nginx-0.0.2-2004-02-09-10:46:43 importIgor Sysoev1-0/+3
2004-01-23nginx-0.0.1-2004-01-23-12:26:18 importIgor Sysoev1-23/+45
2004-01-22nginx-0.0.1-2004-01-22-09:47:28 importIgor Sysoev1-4/+0
2003-12-25nginx-0.0.1-2003-12-25-23:26:58 importIgor Sysoev1-4/+4
2003-12-19nginx-0.0.1-2003-12-19-15:45:27 importIgor Sysoev1-6/+0
2003-12-19nginx-0.0.1-2003-12-19-11:15:11 importIgor Sysoev1-1/+10
2003-11-30nginx-0.0.1-2003-11-30-23:03:18 importIgor Sysoev1-6/+14
2003-11-16nginx-0.0.1-2003-11-17-00:49:42 importIgor Sysoev1-0/+6
2003-11-10nginx-0.0.1-2003-11-10-20:17:31 importIgor Sysoev1-1/+12
2003-11-09nginx-0.0.1-2003-11-09-23:03:38 import; separate buildingIgor Sysoev1-6/+8
2003-10-12nginx-0.0.1-2003-10-12-20:49:16 importIgor Sysoev1-5/+1
2003-10-10nginx-0.0.1-2003-10-10-19:10:50 importIgor Sysoev1-2/+15
2003-07-20nginx-0.0.1-2003-07-21-01:15:59 importIgor Sysoev1-11/+14
2003-07-11nginx-0.0.1-2003-07-11-08:50:59 importIgor Sysoev1-1/+2
2003-07-07nginx-0.0.1-2003-07-07-10:11:50 importIgor Sysoev1-7/+6
2003-07-04nginx-0.0.1-2003-07-04-19:10:33 importIgor Sysoev1-1/+1
2003-07-02nginx-0.0.1-2003-07-02-22:51:41 importIgor Sysoev1-9/+6
2003-06-12nginx-0.0.1-2003-06-12-09:54:39 importIgor Sysoev1-1/+2
2003-06-11nginx-0.0.1-2003-06-11-19:28:34 importIgor Sysoev1-10/+20
2003-06-03nginx-0.0.1-2003-06-03-19:42:58 importIgor Sysoev1-5/+2
2003-05-30nginx-0.0.1-2003-05-30-18:27:59 importIgor Sysoev1-16/+20
2003-05-27nginx-0.0.1-2003-05-27-16:18:54 importIgor Sysoev1-20/+27
2003-05-23nginx-0.0.1-2003-05-23-15:53:01 importIgor Sysoev1-1/+1
2003-05-20nginx-0.0.1-2003-05-20-19:37:55 importIgor Sysoev1-1/+1
2003-05-19nginx-0.0.1-2003-05-19-20:39:14 importIgor Sysoev1-152/+123
2003-05-16nginx-0.0.1-2003-05-16-19:27:48 importIgor Sysoev1-6/+21