summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-08-23nginx-0.1.42-RELEASE importrelease-0.1.42Igor Sysoev1-0/+1
*) Bugfix: if the request URI had a zero length after the processing in the ngx_http_proxy_module, then the segmentation fault or bus error occurred in the ngx_http_proxy_module. *) Bugfix: the "limit_rate" directive did not work inside the "if" block; the bug had appeared in 0.1.38.
2005-07-25nginx-0.1.40-RELEASE importrelease-0.1.40Igor Sysoev1-2/+0
*) 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.
2005-05-12nginx-0.1.29-RELEASE importrelease-0.1.29Igor Sysoev1-10/+17
*) Feature: the ngx_http_ssi_module supports "include virtual" command. *) Feature: the ngx_http_ssi_module supports the condition command like 'if expr="$NAME"' and "else" and "endif" commands. Only one nested level is supported. *) Feature: the ngx_http_ssi_module supports the DATE_LOCAL and DATE_GMT variables and "config timefmt" command. *) Feature: the "ssi_ignore_recycled_buffers" directive. *) Bugfix: the "echo" command did not show the default value for the empty QUERY_STRING variable. *) Change: the ngx_http_proxy_module was rewritten. *) Feature: the "proxy_redirect", "proxy_pass_request_headers", "proxy_pass_request_body", and "proxy_method" directives. *) Feature: the "proxy_set_header" directive. The "proxy_x_var" was canceled and must be replaced with the proxy_set_header directive. *) Change: the "proxy_preserve_host" is canceled and must be replaced with the "proxy_set_header Host $host" and the "proxy_redirect off" directives, the "proxy_set_header Host $host:$proxy_port" directive and the appropriate proxy_redirect directives. *) Change: the "proxy_set_x_real_ip" is canceled and must be replaced with the "proxy_set_header X-Real-IP $remote_addr" directive. *) Change: the "proxy_add_x_forwarded_for" is canceled and must be replaced with the "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for" directive. *) Change: the "proxy_set_x_url" is canceled and must be replaced with the "proxy_set_header X-URL http://$host:$server_port$request_uri" directive. *) Feature: the "fastcgi_param" directive. *) Change: the "fastcgi_root", "fastcgi_set_var" and "fastcgi_params" directive are canceled and must be replaced with the fastcgi_param directives. *) Feature: the "index" directive can use the variables. *) Feature: the "index" directive can be used at http and server levels. *) Change: the last index only in the "index" directive can be absolute. *) Feature: the "rewrite" directive can use the variables. *) Feature: the "internal" directive. *) Feature: the CONTENT_LENGTH, CONTENT_TYPE, REMOTE_PORT, SERVER_ADDR, SERVER_PORT, SERVER_PROTOCOL, DOCUMENT_ROOT, SERVER_NAME, REQUEST_METHOD, REQUEST_URI, and REMOTE_USER variables. *) Change: nginx now passes the invalid lines in a client request headers or a backend response header. *) Bugfix: if the backend did not transfer response for a long time and the "send_timeout" was less than "proxy_read_timeout", then nginx returned the 408 response. *) Bugfix: the segmentation fault was occurred if the backend sent an invalid line in response header; the bug had appeared in 0.1.26. *) Bugfix: the segmentation fault may occurred in FastCGI fault tolerance configuration. *) Bugfix: the "expires" directive did not remove the previous "Expires" and "Cache-Control" headers. *) Bugfix: nginx did not take into account trailing dot in "Host" header line. *) Bugfix: the ngx_http_auth_module did not work under Linux. *) Bugfix: the rewrite directive worked incorrectly, if the arguments were in a request. *) Bugfix: nginx could not be built on MacOS X.
2005-04-08nginx-0.1.28-RELEASE importrelease-0.1.28Igor Sysoev1-0/+1
*) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
2005-03-28nginx-0.1.27-RELEASE importrelease-0.1.27Igor Sysoev1-0/+2
*) Feature: the "blocked" parameter of the "valid_referers" directive. *) Change: the errors while handling the request header now logged at "info" level. The server name and the "Host" and "Referer" header lines also logged. *) Change: the "Host" header line is also logged in error log. *) Feature: the proxy_pass_unparsed_uri directive. The special handling of the "://" symbols in URI, appeared in 0.1.11 version, now is canceled. *) Bugfix: nginx could not be built on FreeBSD and Linux, if the --without-ngx_http_auth_basic_module configuration parameter was used.
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-10/+3
*) 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-8/+8
*) 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-01-25nginx-0.1.16-RELEASE importrelease-0.1.16Igor Sysoev1-9/+0
*) 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.
2005-01-18nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev1-4/+12
*) 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 Sysoev1-0/+1
*) 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-4/+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-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-09-21nginx-0.0.11-2004-09-21-09:38:28 importIgor Sysoev1-1/+1
2004-09-06nginx-0.0.10-2004-09-06-22:45:00 importIgor Sysoev1-2/+0
2004-07-16nginx-0.0.7-2004-07-16-21:11:43 importIgor Sysoev1-2/+2
2004-07-14nginx-0.0.7-2004-07-15-00:07:58 importIgor Sysoev1-1/+1
2004-07-08nginx-0.0.7-2004-07-08-19:17:47 importIgor Sysoev1-8/+6
2004-06-16nginx-0.0.7-2004-06-16-19:32:11 importIgor Sysoev1-10/+12
2004-06-06nginx-0.0.3-2004-06-06-23:49:18 importIgor Sysoev1-1/+0
2004-05-28nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_tIgor Sysoev1-1/+1
2004-04-25nginx-0.0.3-2004-04-26-00:13:21 importIgor Sysoev1-2/+0
2004-03-29nginx-0.0.3-2004-03-29-21:43:58 importIgor Sysoev1-2/+1
2004-03-16nginx-0.0.3-2004-03-17-00:26:01 importIgor Sysoev1-1/+8
2004-03-16nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev1-7/+7
2004-03-12nginx-0.0.2-2004-03-12-19:57:08 importIgor Sysoev1-0/+3
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/+11
2003-11-30nginx-0.0.1-2003-11-30-23:03:18 importIgor Sysoev1-0/+1
2003-11-28nginx-0.0.1-2003-11-28-20:41:47 importIgor Sysoev1-0/+3
2003-11-27nginx-0.0.1-2003-11-27-10:45:22 importIgor Sysoev1-1/+3
2003-11-19nginx-0.0.1-2003-11-19-19:26:41 importIgor Sysoev1-3/+5
2003-11-18nginx-0.0.1-2003-11-19-00:34:08 importIgor Sysoev1-0/+2
2003-11-10nginx-0.0.1-2003-11-11-00:09:22 importIgor Sysoev1-0/+2
2003-11-09nginx-0.0.1-2003-11-09-23:03:38 import; separate buildingIgor Sysoev1-0/+1
2003-11-04nginx-0.0.1-2003-11-05-01:12:39 importIgor Sysoev1-0/+1
2003-11-02nginx-0.0.1-2003-11-03-01:56:18 importIgor Sysoev1-0/+1
2003-10-29nginx-0.0.1-2003-10-29-11:30:44 importIgor Sysoev1-0/+3
2003-10-27nginx-0.0.1-2003-10-27-11:53:49 importIgor Sysoev1-6/+2
2003-10-22nginx-0.0.1-2003-10-22-20:38:26 importIgor Sysoev1-13/+0
2003-10-10nginx-0.0.1-2003-10-10-19:10:50 importIgor Sysoev1-3/+1
2003-10-09nginx-0.0.1-2003-10-09-11:00:45 importIgor Sysoev1-0/+1
2003-10-03nginx-0.0.1-2003-10-03-19:50:53 importIgor Sysoev1-2/+2
2003-09-28nginx-0.0.1-2003-09-28-23:29:06 importIgor Sysoev1-0/+2
2003-06-03nginx-0.0.1-2003-06-03-19:42:58 importIgor Sysoev1-9/+1
2003-06-02nginx-0.0.1-2003-06-02-19:24:30 importIgor Sysoev1-0/+1
2003-05-27nginx-0.0.1-2003-05-27-16:18:54 importIgor Sysoev1-2/+4
2003-05-19nginx-0.0.1-2003-05-19-20:39:14 importIgor Sysoev1-195/+3
2003-05-15nginx-0.0.1-2003-05-15-19:42:53 importIgor Sysoev1-1/+2
2003-05-14nginx-0.0.1-2003-05-14-21:13:13 importIgor Sysoev1-1/+1