summaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* bump versionIgor Sysoev2007-07-091-1/+1
|
* bump versionIgor Sysoev2007-06-171-1/+1
|
* bump versionIgor Sysoev2007-06-141-1/+1
|
* bump versionIgor Sysoev2007-06-111-1/+1
|
* bump versionIgor Sysoev2007-06-081-1/+1
|
* bump versionIgor Sysoev2007-06-041-1/+1
|
* bump versionIgor Sysoev2007-05-291-1/+1
|
* bump versionIgor Sysoev2007-05-281-1/+1
|
* bump versionIgor Sysoev2007-05-071-1/+1
|
* bump versionIgor Sysoev2007-04-241-1/+1
|
* rename $r->rflush to $r->flushIgor Sysoev2007-04-211-0/+7
|
* bump versionIgor Sysoev2007-04-191-1/+1
|
* bump versionIgor Sysoev2007-04-021-1/+1
|
* bump versionIgor Sysoev2007-03-261-1/+1
|
* bump versionIgor Sysoev2007-03-191-1/+1
|
* bump versionIgor Sysoev2007-03-061-1/+1
|
* bump versionIgor Sysoev2007-02-191-1/+1
|
* bump versionIgor Sysoev2007-02-121-1/+1
|
* bump versionIgor Sysoev2007-02-051-1/+1
|
* bump versionIgor Sysoev2007-01-251-1/+1
|
* bump versionIgor Sysoev2007-01-251-1/+1
|
* bump versionIgor Sysoev2007-01-191-1/+1
|
* bump versionIgor Sysoev2007-01-161-1/+1
|
* bump versionIgor Sysoev2007-01-091-1/+1
|
* bump versionIgor Sysoev2006-12-241-1/+1
|
* bump versionIgor Sysoev2006-12-141-1/+1
|
* bump versionIgor Sysoev2006-12-131-1/+1
|
* add HTTP response codesIgor Sysoev2006-12-131-7/+66
|
* bump versionIgor Sysoev2006-12-121-1/+1
|
* bump versionIgor Sysoev2006-12-111-1/+1
|
* bump versionIgor Sysoev2006-12-041-1/+1
|
* bump version to 0.5.0Igor Sysoev2006-11-271-1/+1
|
* bump versionIgor Sysoev2006-11-151-1/+1
|
* bump versionIgor Sysoev2006-10-311-1/+1
|
* bump versionIgor Sysoev2006-10-251-1/+1
|
* bump versionIgor Sysoev2006-10-231-1/+1
|
* bump versionIgor Sysoev2006-10-131-1/+1
|
* check nginx.pm versionIgor Sysoev2006-10-121-1/+1
|
* nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev2006-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | *) 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.
* nginx-0.3.44-RELEASE importrelease-0.3.44Igor Sysoev2006-05-041-1/+1
| | | | | | | | | *) Feature: the "wait" parameter in the "include" SSI command. *) Feature: the Ukrainian and Byelorussian characters were added to koi-win conversion table. *) Bugfix: in the SSI.
* nginx-0.3.23-RELEASE importrelease-0.3.23Igor Sysoev2006-01-241-1/+1
| | | | | | | | | | *) Feature: the "optimize_host_names" directive. *) Bugfix: in using of the variables in the "path" and "alias" directives. *) Bugfix: the ngx_http_perl_module was incorrectly built on Linux and Solaris.
* nginx-0.3.22-RELEASE importrelease-0.3.22Igor Sysoev2006-01-171-6/+1
| | | | | | | | | | | | *) Feature: the ngx_http_perl_module supports the $r->args and $r->unescape methods. *) Feature: the method $r->query_string of ngx_http_perl_module was canceled. *) Bugfix: segmentation fault was occurred if the "none" or "blocked" values was specified in the "valid_referers" directive; the bug had appeared in 0.3.18.
* nginx-0.3.21-RELEASE importrelease-0.3.21Igor Sysoev2006-01-161-0/+70
*) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.