summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_string.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
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-02-03nginx-0.1.17-RELEASE importrelease-0.1.17Igor Sysoev1-3/+5
*) 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.
2005-01-18nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev1-1/+1
*) 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/+3
*) 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-11/+18
*) 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-0/+3
*) 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-11nginx-0.1.1-RELEASE importrelease-0.1.1Igor Sysoev1-2/+4
*) Feature: the gzip_types directive. *) Feature: the tcp_nodelay directive. *) Feature: the send_lowat directive is working not only on OSes that support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT. *) Feature: the setproctitle() emulation for Linux and Solaris. *) Bugfix: the "Location" header rewrite bug fixed while the proxying. *) Bugfix: the ngx_http_chunked_module module may get caught in an endless loop. *) Bugfix: the /dev/poll module bugs fixed. *) Bugfix: the responses were corrupted when the temporary files were used while the proxying. *) Bugfix: the unescaped requests were passed to the backend. *) Bugfix: while the build configuration on Linux 2.4 the --with-poll_module parameter was required.
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-18/+23
2004-08-29nginx-0.0.10-2004-08-29-07:55:41 importIgor Sysoev1-2/+6
2004-08-27nginx-0.0.10-2004-08-27-19:40:59 importIgor Sysoev1-0/+3
2004-05-20nginx-0.0.3-2004-05-20-21:33:52 importIgor Sysoev1-0/+2
2004-03-16nginx-0.0.3-2004-03-17-00:26:01 importIgor Sysoev1-2/+4
2004-03-16nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev1-14/+17
2004-03-14nginx-0.0.2-2004-03-14-23:46:25 importIgor Sysoev1-10/+11
2003-11-05nginx-0.0.1-2003-11-05-20:03:41 importIgor Sysoev1-1/+1
2003-11-04nginx-0.0.1-2003-11-05-01:12:39 importIgor Sysoev1-0/+3
2003-09-28nginx-0.0.1-2003-09-28-23:29:06 importIgor Sysoev1-0/+2
2003-07-02nginx-0.0.1-2003-07-02-22:51:41 importIgor Sysoev1-1/+1
2003-07-01nginx-0.0.1-2003-07-01-19:00:03 importIgor Sysoev1-4/+10
2003-06-03nginx-0.0.1-2003-06-03-19:42:58 importIgor Sysoev1-0/+1
2003-05-30nginx-0.0.1-2003-05-30-18:27:59 importIgor Sysoev1-1/+1
2003-05-29nginx-0.0.1-2003-05-29-17:02:09 importIgor Sysoev1-2/+4
2003-05-19nginx-0.0.1-2003-05-19-20:39:14 importIgor Sysoev1-0/+4
2003-05-06nginx-0.0.1-2003-05-06-21:03:16 importIgor Sysoev1-0/+1
2003-03-20nginx-0.0.1-2003-03-20-19:09:44 importIgor Sysoev1-0/+1
2003-03-11nginx-0.0.1-2003-03-11-23:38:13 importIgor Sysoev1-0/+1
2003-01-28nginx-0.0.1-2003-01-28-18:56:37 importIgor Sysoev1-0/+2
2003-01-15nginx-0.0.1-2003-01-15-10:02:27 importIgor Sysoev1-0/+4
2003-01-10nginx-0.0.1-2003-01-10-09:09:20 importIgor Sysoev1-0/+1
2003-01-09nginx-0.0.1-2003-01-09-08:36:00 importIgor Sysoev1-1/+3
2002-12-26nginx-0.0.1-2002-12-26-19:26:23 importIgor Sysoev1-0/+3
2002-12-26nginx-0.0.1-2002-12-26-10:24:21 importIgor Sysoev1-1/+4
2002-12-15nginx-0.0.1-2002-12-15-09:25:09 importIgor Sysoev1-2/+9
2002-12-02nginx-0.0.1-2002-12-02-19:09:40 import; resume after 2 months stallIgor Sysoev1-0/+5
2002-08-06nginx-0.0.1-2002-08-06-20:39:45 importIgor Sysoev1-0/+26
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.