summaryrefslogtreecommitdiff
path: root/src/http/modules/perl/ngx_http_perl_module.c
Commit message (Expand)AuthorAgeFilesLines
* Perl: named locations in $r->internal_redirect().Maxim Dounin2019-07-121-6/+12
* Perl: expect escaped URIs in $r->internal_redirect().Maxim Dounin2019-07-121-1/+9
* Perl: additional ctx->header_sent checks.Maxim Dounin2019-07-121-0/+1
* Perl: avoid returning 500 if header was already sent.Maxim Dounin2019-07-121-0/+4
* Perl: avoid redirects on errors.Maxim Dounin2019-07-121-0/+2
* Perl: disabled unrelated calls from variable handlers.Maxim Dounin2019-07-121-0/+5
* Perl: propagate errors.Maxim Dounin2019-07-121-0/+20
* Perl: reworked perl module to pass ctx instead of request.Maxim Dounin2019-07-121-9/+17
* Perl: removed unneeded NGX_DONE test.Maxim Dounin2019-07-111-5/+0
* Moved handling of wev->delayed to the connection event handler.Maxim Dounin2017-04-021-4/+1
* Perl: fixed delaying subrequests.Maxim Dounin2017-04-021-6/+10
* Perl: added PERL_SET_INTERP().Maxim Dounin2016-12-071-0/+8
* Perl: fixed optimization in SSI command handler.Maxim Dounin2016-11-011-1/+1
* Perl: NULL-terminate argument list.Piotr Sikora2014-06-191-1/+2
* Handling of ngx_int_t != intptr_t case.Maxim Dounin2013-09-041-2/+2
* Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin2013-08-201-3/+1
* Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev2013-08-061-1/+3
* Added checks that disallow adding a variable with an empty name.Ruslan Ermilov2012-12-171-1/+1
* Fixed variable syntax checking in "set", "geo", "limit_conn_zone",Ruslan Ermilov2012-12-131-1/+1
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* remove r->zero_in_uriIgor Sysoev2010-05-241-4/+0
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-141-2/+1
* delete ngx_http_perl_cleanup_t unused since r909Igor Sysoev2010-02-121-6/+0
* add comment from r2716 commit messageIgor Sysoev2009-11-171-0/+6
* use global perl variable in perl_destruct()/perl_free()Igor Sysoev2009-11-171-16/+11
* allow several perl_modulesIgor Sysoev2009-09-301-16/+42
* use ngx_conf_set_str_array_slot() for perl_requireIgor Sysoev2009-09-281-37/+13
* optimize error handlingIgor Sysoev2009-09-281-14/+9
* allow perl "sub{..."Igor Sysoev2009-09-151-1/+4
* fix request counter handling in perl module for $r->internal_redirect()Igor Sysoev2009-09-081-0/+3
* fix request counter handling for perl handler, introduced in r3050Igor Sysoev2009-09-041-3/+5
* axe r->connection->destroyed testingIgor Sysoev2009-08-261-9/+0
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-021-2/+2
* remove TODO commentsIgor Sysoev2009-04-181-1/+0
* perl termination fixes:Igor Sysoev2009-04-161-5/+25
* fix segfault on exit if no http section is defined in confguraiton,Igor Sysoev2009-04-151-6/+4
* fix segfault if no http section is defined in confguraiton,Igor Sysoev2009-04-151-7/+5
* use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev2008-12-091-1/+1
* *) back out r2040Igor Sysoev2008-06-171-1/+1
* some perl builds require my_perl for PERL_SYS_TERM()Igor Sysoev2008-03-171-0/+11
* style fixIgor Sysoev2008-03-141-0/+1
* fix building on 64-bit platforms broken in r1900Igor Sysoev2008-03-131-1/+1
* pass additional arguments in ngx_http_perl_call_handler() as SVIgor Sysoev2008-02-161-12/+33
* optimize $r->sleepIgor Sysoev2008-02-161-8/+1
* fix segfault when $r->has_request_body() is called with ready bodyIgor Sysoev2007-12-091-11/+26
* fix English grammarIgor Sysoev2007-10-141-2/+2
* --sysconfdir=DIRIgor Sysoev2007-07-291-1/+1
* fix building on threaded or multiplicity interpreter perl,Igor Sysoev2007-06-161-0/+11
* set worker's perl $$Igor Sysoev2007-06-151-1/+12
* PERL_SYS_TERM() should be called once on exit only, this fixes the messageIgor Sysoev2007-05-291-5/+13