| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-02-19 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2007-02-12 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2007-02-05 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-25 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-25 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-25 | undo "client_body_in_file_only any" | Igor Sysoev | 1 | -1/+1 | |
| and introduce "client_body_in_file_only clean" introduce ngx_pool_delete_file() to not break a possible third-party ngx_pool_cleanup_file() usage that may lead to an removal of the useful files delete unnecessary ngx_http_finalize_request_body() | |||||
| 2007-01-20 | env | Igor Sysoev | 1 | -11/+14 | |
| 2007-01-19 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-18 | update nginx.xs to ngx_open_file(name, mode, create, access) | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-16 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-12 | style fix: remove tabs | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-09 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-24 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-22 | fix segfault | Igor Sysoev | 1 | -2/+5 | |
| 2006-12-14 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-14 | allow "perl" inside "limit_except" | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-13 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-13 | $r->status | Igor Sysoev | 1 | -0/+16 | |
| 2006-12-13 | add HTTP response codes | Igor Sysoev | 1 | -7/+66 | |
| 2006-12-13 | fix ngx_http_perl_sleep_handler() | Igor Sysoev | 1 | -1/+13 | |
| 2006-12-12 | $r->variable() supports perl only variables | Igor Sysoev | 2 | -1/+70 | |
| 2006-12-12 | $r->sleep() | Igor Sysoev | 3 | -0/+40 | |
| 2006-12-12 | style fix | Igor Sysoev | 1 | -2/+1 | |
| 2006-12-12 | fix $r->has_request_body() | Igor Sysoev | 1 | -4/+1 | |
| 2006-12-12 | axe ngx_http_perl_cleanup_sv(): all SVs should be freed | Igor Sysoev | 1 | -37/+0 | |
| by perl_free() in ngx_http_perl_cleanup_perl() | |||||
| 2006-12-12 | $r->log_error() | Igor Sysoev | 1 | -0/+34 | |
| 2006-12-12 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-11 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-04 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-11-28 | the PERL_NO_GET_CONTEXT is actually required, see perlguts | Igor Sysoev | 1 | -0/+2 | |
| 2006-11-27 | bump version to 0.5.0 | Igor Sysoev | 1 | -1/+1 | |
| 2006-11-26 | add comment | Igor Sysoev | 1 | -0/+3 | |
| 2006-11-26 | fix segfaults in future workers those will use old configuration, | Igor Sysoev | 1 | -8/+22 | |
| if new configuration failed | |||||
| 2006-11-26 | Axe several perl interpreter instances: they may be useful in currently | Igor Sysoev | 2 | -171/+13 | |
| unsupported threaded environment, but now they complicate code: *) perl_clone() requires at least duplicating nginx stash; *) the multiplicity requires to re-evalute all precompiled subroutines and nginx stash in new interpreter context. | |||||
| 2006-11-25 | add debug logging | Igor Sysoev | 1 | -0/+5 | |
| 2006-11-25 | fix recursive perl_set variable call | Igor Sysoev | 1 | -6/+16 | |
| 2006-11-25 | it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only | Igor Sysoev | 1 | -2/+0 | |
| 2006-11-25 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2006-11-24 | axe unused code | Igor Sysoev | 1 | -18/+0 | |
| 2006-11-15 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-31 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-31 | $r->variable | Igor Sysoev | 1 | -0/+83 | |
| 2006-10-25 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-25 | $r->allow_ranges | Igor Sysoev | 1 | -0/+13 | |
| 2006-10-23 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-13 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-12 | check nginx.pm version | Igor Sysoev | 3 | -2/+15 | |
| 2006-10-12 | previous commit broke two modules | Igor Sysoev | 1 | -1/+2 | |
| 2006-10-05 | $r->headers_out("Content-Length", "NNN") did not work | Igor Sysoev | 1 | -3/+2 | |
| 2006-08-30 | nginx-0.4.0-RELEASE importrelease-0.4.0 | Igor Sysoev | 5 | -26/+76 | |
| *) 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. | |||||
