aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
Commit message (Collapse)AuthorAge
...
* bump versionIgor Sysoev2007-07-09
|
* bump versionIgor Sysoev2007-06-17
|
* bump versionIgor Sysoev2007-06-14
|
* bump versionIgor Sysoev2007-06-11
|
* bump versionIgor Sysoev2007-06-08
|
* bump versionIgor Sysoev2007-06-04
|
* bump versionIgor Sysoev2007-05-29
|
* bump versionIgor Sysoev2007-05-28
|
* bump versionIgor Sysoev2007-05-07
|
* bump versionIgor Sysoev2007-04-24
|
* rename $r->rflush to $r->flushIgor Sysoev2007-04-21
|
* bump versionIgor Sysoev2007-04-19
|
* bump versionIgor Sysoev2007-04-02
|
* bump versionIgor Sysoev2007-03-26
|
* bump versionIgor Sysoev2007-03-19
|
* bump versionIgor Sysoev2007-03-06
|
* bump versionIgor Sysoev2007-02-19
|
* bump versionIgor Sysoev2007-02-12
|
* bump versionIgor Sysoev2007-02-05
|
* bump versionIgor Sysoev2007-01-25
|
* bump versionIgor Sysoev2007-01-25
|
* bump versionIgor Sysoev2007-01-19
|
* bump versionIgor Sysoev2007-01-16
|
* bump versionIgor Sysoev2007-01-09
|
* bump versionIgor Sysoev2006-12-24
|
* bump versionIgor Sysoev2006-12-14
|
* bump versionIgor Sysoev2006-12-13
|
* add HTTP response codesIgor Sysoev2006-12-13
|
* bump versionIgor Sysoev2006-12-12
|
* bump versionIgor Sysoev2006-12-11
|
* bump versionIgor Sysoev2006-12-04
|
* bump version to 0.5.0Igor Sysoev2006-11-27
|
* bump versionIgor Sysoev2006-11-15
|
* bump versionIgor Sysoev2006-10-31
|
* bump versionIgor Sysoev2006-10-25
|
* bump versionIgor Sysoev2006-10-23
|
* bump versionIgor Sysoev2006-10-13
|
* check nginx.pm versionIgor Sysoev2006-10-12
|
* nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev2006-08-30
| | | | | | | | | | | | | | | | | | | | *) 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-04
| | | | | | | | | *) 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-24
| | | | | | | | | | *) 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-17
| | | | | | | | | | | | *) 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-16
*) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.