summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_array.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-02-03nginx-0.1.17-RELEASE importrelease-0.1.17Igor Sysoev1-18/+81
*) 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-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-03-16nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev1-1/+1
2003-06-03nginx-0.0.1-2003-06-03-19:42:58 importIgor Sysoev1-4/+1
2003-05-20nginx-0.0.1-2003-05-20-19:37:55 importIgor Sysoev1-3/+3
2003-01-09nginx-0.0.1-2003-01-09-08:36:00 importIgor Sysoev1-15/+18
2002-08-06nginx-0.0.1-2002-08-06-20:39:45 importIgor Sysoev1-0/+69
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.