summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-11-14fix add_before_body without add_after_bodyIgor Sysoev1-0/+5
2006-11-14allow proxy_pass inside limit_exceptIgor Sysoev1-3/+4
2006-11-13charset could not be set for ngx_http_autoindex_module responsesIgor Sysoev1-0/+1
2006-10-31bump versionIgor Sysoev1-1/+1
2006-10-31$r->variableIgor Sysoev1-0/+83
2006-10-30high level HTTP buffered flags should be on per-subrequest basis,Igor Sysoev1-0/+7
this fix a bug in SSI when a big static file is included
2006-10-25bump versionIgor Sysoev1-1/+1
2006-10-25style fix: remove trailing spacesIgor Sysoev1-1/+1
2006-10-25fix alias without trailing slashIgor Sysoev1-3/+7
2006-10-25axe unused codeIgor Sysoev1-26/+0
2006-10-25$r->allow_rangesIgor Sysoev1-0/+13
2006-10-24now the "memcached_pass" directive uses ngx_parse_url()Igor Sysoev1-8/+11
2006-10-23bump versionIgor Sysoev1-1/+1
2006-10-20fix segfault if $server_addr failedIgor Sysoev2-0/+13
2006-10-18downgrade gravity of getsockname() errorsIgor Sysoev1-3/+5
2006-10-17style fix: remove trailing spacesIgor Sysoev2-2/+2
2006-10-16fix building by Debian gcc-4.1.2 amd64Igor Sysoev1-2/+4
2006-10-16allow ranges for full flv filesIgor Sysoev1-0/+4
2006-10-13bump versionIgor Sysoev1-1/+1
2006-10-13<!--#include virtual=... set=... -->Igor Sysoev4-58/+185
2006-10-12check nginx.pm versionIgor Sysoev3-2/+15
2006-10-12previous commit broke two modulesIgor Sysoev2-2/+4
2006-10-12remove r->root_lengthIgor Sysoev4-8/+14
2006-10-11fix <!--#include virtual=... wait="yes" -->Igor Sysoev1-4/+23
r766 did not fix the bug too
2006-10-11fix <!--#include virtual=... wait="yes" -->Igor Sysoev1-6/+5
r759 did not fix the bug
2006-10-11do not send flv header for full fileIgor Sysoev1-13/+19
2006-10-10fix <!--#include virtual=... wait="yes" -->Igor Sysoev3-9/+20
2006-10-09style fix: remove trailing spacesIgor Sysoev2-3/+3
2006-10-09ngx_http_flv_moduleIgor Sysoev1-0/+255
2006-10-09ngx_http_charset_module supports the variablesIgor Sysoev1-10/+53
2006-10-09align hash bucket size to cache lineIgor Sysoev2-2/+2
2006-10-06fix hash building on unknown 64-bit platformIgor Sysoev2-2/+2
2006-10-05$r->headers_out("Content-Length", "NNN") did not workIgor Sysoev1-3/+2
2006-10-03after redirecting by error_page any rewrite directive will return this code,Igor Sysoev1-0/+4
bug introduced in r727
2006-10-02expires maxIgor Sysoev1-0/+13
2006-10-02fix: "return" always overrode "error_page" response codeIgor Sysoev1-1/+5
2006-09-26fix proxy_redirect with variableIgor Sysoev1-1/+7
2006-09-26ancient browsers support in ngx_http_browser_moduleIgor Sysoev1-97/+255
2006-09-25long user-agent bugfixIgor Sysoev1-1/+1
2006-09-23ssi did work with memcached and nonbuffered responsesIgor Sysoev1-1/+1
2006-09-23delete blank lineIgor Sysoev1-1/+0
2006-09-18remove startup debug loggingIgor Sysoev1-3/+0
2006-09-18ngx_http_browser_moduleIgor Sysoev1-0/+551
2006-09-14backout O_NOATIME support, it requires CAP_FOWNER capabilityIgor Sysoev2-4/+2
2006-09-01Linux O_NOATIME supportIgor Sysoev2-2/+4
2006-08-30nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev22-196/+252
*) Change in internal API: the HTTP modules initialization was moved from the init module phase to the HTTP postconfiguration phase. *) Change: now the request body is not read beforehand for the ngx_http_perl_module: it's required to start the reading using the $r->has_request_body method. *) Feature: the ngx_http_perl_module supports the DECLINED return code. *) Feature: the ngx_http_dav_module supports the incoming "Date" header line for the PUT method. *) Feature: the "ssi" directive is available inside the "if" block. *) Bugfix: a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; the bug had appeared in 0.1.29.
2006-08-16nginx-0.3.59-RELEASE importrelease-0.3.59Igor Sysoev2-2/+2
*) Feature: now is possible to do several redirection using the "error_page" directive. *) Bugfix: the "dav_access" directive did not support three parameters. *) Bugfix: the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; the bug had appeared in 0.3.58.
2006-08-14nginx-0.3.58-RELEASE importrelease-0.3.58Igor Sysoev4-13/+4
*) Feature: the "error_page" directive supports the variables. *) Change: now the procfs interface instead of sysctl is used on Linux. *) Change: now the "Content-Type" header line is inherited from first response when the "X-Accel-Redirect" was used. *) Bugfix: the "error_page" directive did not redirect the 413 error. *) Bugfix: the trailing "?" did not remove old arguments if no new arguments were added to a rewritten URI. *) Bugfix: nginx could not run on 64-bit FreeBSD 7.0-CURRENT.
2006-08-09nginx-0.3.57-RELEASE importrelease-0.3.57Igor Sysoev1-67/+26
*) Feature: the $ssl_client_serial variable. *) Bugfix: in the "!-e" operator of the "if" directive. Thanks to Andrian Budanstov. *) Bugfix: while a client certificate verification nginx did not send to a client the required certificates information. *) Bugfix: the $document_root variable did not support the variables in the "root" directive.
2006-08-04nginx-0.3.56-RELEASE importrelease-0.3.56Igor Sysoev3-8/+144
*) Feature: the "dav_access" directive. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" operators. *) Bugfix: a segmentation fault occurred if a request returned a redirect and some sent to client header lines were logged in the access log.