| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-10-11 | Handling of Content-Encoding set from perl. | Maxim Dounin | 1 | -0/+7 | |
| This fixes double gzipping in case of gzip filter being enabled while perl returns already gzipped response. | |||||
| 2011-10-10 | Fixed macro name. | Ruslan Ermilov | 1 | -1/+1 | |
| 2011-02-21 | fix warnings | Igor Sysoev | 1 | -2/+2 | |
| 2010-04-22 | change processing variables accessed by SSI and perl module: | Igor Sysoev | 1 | -1/+1 | |
| *) the indexed variables are always flushed *) never show warning for not found variables | |||||
| 2010-02-12 | fix request counter for $r->sleep(), the bug was introduced in r3050 | Igor Sysoev | 1 | -0/+1 | |
| 2009-11-12 | do not log error if $r->variable was not found | Igor Sysoev | 1 | -3/+0 | |
| 2009-09-30 | read_ahead | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-01 | use off_t in $r->sendfile(), this allows to use 64-bit off_t on platforms | Igor Sysoev | 1 | -1/+1 | |
| where IV is long: *) on 64-bit platforms, *) and on 32-bit platforms if perl was built with -Duse64bitint | |||||
| 2009-04-27 | *) of.test_only to not open file if only stat() is enough | Igor Sysoev | 1 | -1/+1 | |
| *) of.failed to return exact name of failed syscall | |||||
| 2008-09-05 | *) handle unaligned file part for directio | Igor Sysoev | 1 | -0/+1 | |
| *) disable sendfile in directio mode | |||||
| 2008-08-04 | ngx_hash_strlow() | Igor Sysoev | 1 | -10/+2 | |
| 2008-07-30 | directio | Igor Sysoev | 1 | -0/+1 | |
| 2008-06-26 | ngx_memzero() ngx_open_file_info_t | Igor Sysoev | 1 | -2/+2 | |
| 2008-06-23 | initialize of.uniq in ngx_open_cached_file() | Igor Sysoev | 1 | -8/+9 | |
| 2008-06-23 | change useless ngx_pcalloc() to ngx_pnalloc() | Igor Sysoev | 1 | -1/+1 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -5/+5 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-02-16 | fix previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2008-02-16 | optimize $r->sleep | Igor Sysoev | 1 | -3/+9 | |
| 2008-02-15 | delete unneeded dXSTARG | Igor Sysoev | 1 | -1/+0 | |
| 2007-12-27 | optimization | Igor Sysoev | 1 | -5/+3 | |
| 2007-12-22 | open_file_cache_min_uses | Igor Sysoev | 1 | -0/+1 | |
| 2007-12-21 | fix the previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2007-12-16 | copy return values to perl's allocated memory | Igor Sysoev | 1 | -21/+18 | |
| 2007-12-09 | *) copy regex captures $1, $2, etc. | Igor Sysoev | 1 | -2/+9 | |
| *) SV flags debug logging | |||||
| 2007-10-14 | fix English grammar | Igor Sysoev | 1 | -1/+1 | |
| 2007-10-09 | style fix: remove trailing spaces | Igor Sysoev | 1 | -5/+5 | |
| 2007-09-03 | open_file_cache_events | Igor Sysoev | 1 | -0/+1 | |
| 2007-09-01 | open_file_cache in HTTP | Igor Sysoev | 1 | -34/+30 | |
| 2007-08-31 | allow to append charset to the "Content-Type" header | Igor Sysoev | 1 | -0/+2 | |
| 2007-08-06 | omit unnecessary XSRETURN_EMPTY | Igor Sysoev | 1 | -12/+0 | |
| 2007-08-06 | $r->discard_request_body | Igor Sysoev | 1 | -0/+11 | |
| 2007-04-21 | rename $r->rflush to $r->flush | Igor Sysoev | 1 | -2/+2 | |
| 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-18 | update nginx.xs to ngx_open_file(name, mode, create, access) | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-22 | fix segfault | Igor Sysoev | 1 | -2/+5 | |
| 2006-12-13 | $r->status | Igor Sysoev | 1 | -0/+16 | |
| 2006-12-12 | $r->variable() supports perl only variables | Igor Sysoev | 1 | -1/+61 | |
| 2006-12-12 | $r->sleep() | Igor Sysoev | 1 | -0/+21 | |
| 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 | $r->log_error() | Igor Sysoev | 1 | -0/+34 | |
| 2006-11-28 | the PERL_NO_GET_CONTEXT is actually required, see perlguts | Igor Sysoev | 1 | -0/+2 | |
| 2006-11-25 | it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only | Igor Sysoev | 1 | -2/+0 | |
| 2006-10-31 | $r->variable | Igor Sysoev | 1 | -0/+83 | |
| 2006-10-25 | $r->allow_ranges | Igor Sysoev | 1 | -0/+13 | |
| 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 | 1 | -0/+36 | |
| *) 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-14 | nginx-0.3.58-RELEASE importrelease-0.3.58 | Igor Sysoev | 1 | -4/+2 | |
| *) 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-07-28 | nginx-0.3.55-RELEASE importrelease-0.3.55 | Igor Sysoev | 1 | -12/+92 | |
| *) Feature: the "stub" parameter in the "include" SSI command. *) Feature: the "block" SSI command. *) Feature: the unicode2nginx script was added to contrib. *) Bugfix: if a "root" was specified by variable only, then the root was relative to a server prefix. *) Bugfix: if the request contained "//" or "/./" and escaped symbols after them, then the proxied request was sent unescaped. *) Bugfix: the $r->headers_in("Cookie") of the ngx_http_perl_module now returns all "Cookie" header lines. *) Bugfix: a segmentation fault occurred if "client_body_in_file_only on" was used and nginx switched to a next upstream. *) Bugfix: on some condition while reconfiguration character codes inside the "charset_map" may be treated invalid; the bug had appeared in 0.3.50. | |||||
