summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/perl/ngx_http_perl_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Perl: named locations in $r->internal_redirect().Maxim Dounin1-6/+12
2019-07-12Perl: expect escaped URIs in $r->internal_redirect().Maxim Dounin1-1/+9
2019-07-12Perl: additional ctx->header_sent checks.Maxim Dounin1-0/+1
2019-07-12Perl: avoid returning 500 if header was already sent.Maxim Dounin1-0/+4
2019-07-12Perl: avoid redirects on errors.Maxim Dounin1-0/+2
2019-07-12Perl: disabled unrelated calls from variable handlers.Maxim Dounin1-0/+5
2019-07-12Perl: propagate errors.Maxim Dounin1-0/+20
2019-07-12Perl: reworked perl module to pass ctx instead of request.Maxim Dounin1-9/+17
2019-07-11Perl: removed unneeded NGX_DONE test.Maxim Dounin1-5/+0
2017-04-02Moved handling of wev->delayed to the connection event handler.Maxim Dounin1-4/+1
2017-04-02Perl: fixed delaying subrequests.Maxim Dounin1-6/+10
2016-12-07Perl: added PERL_SET_INTERP().Maxim Dounin1-0/+8
2016-11-01Perl: fixed optimization in SSI command handler.Maxim Dounin1-1/+1
2014-06-19Perl: NULL-terminate argument list.Piotr Sikora1-1/+2
2013-09-04Handling of ngx_int_t != intptr_t case.Maxim Dounin1-2/+2
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin1-3/+1
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev1-1/+3
2012-12-17Added checks that disallow adding a variable with an empty name.Ruslan Ermilov1-1/+1
2012-12-13Fixed variable syntax checking in "set", "geo", "limit_conn_zone",Ruslan Ermilov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-05-24remove r->zero_in_uriIgor Sysoev1-4/+0
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-2/+1
2010-02-12delete ngx_http_perl_cleanup_t unused since r909Igor Sysoev1-6/+0
2009-11-17add comment from r2716 commit messageIgor Sysoev1-0/+6
2009-11-17use global perl variable in perl_destruct()/perl_free()Igor Sysoev1-16/+11
2009-09-30allow several perl_modulesIgor Sysoev1-16/+42
2009-09-28use ngx_conf_set_str_array_slot() for perl_requireIgor Sysoev1-37/+13
2009-09-28optimize error handlingIgor Sysoev1-14/+9
2009-09-15allow perl "sub{..."Igor Sysoev1-1/+4
2009-09-08fix request counter handling in perl module for $r->internal_redirect()Igor Sysoev1-0/+3
2009-09-04fix request counter handling for perl handler, introduced in r3050Igor Sysoev1-3/+5
2009-08-26axe r->connection->destroyed testingIgor Sysoev1-9/+0
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-2/+2
2009-04-18remove TODO commentsIgor Sysoev1-1/+0
2009-04-16perl termination fixes:Igor Sysoev1-5/+25
2009-04-15fix segfault on exit if no http section is defined in confguraiton,Igor Sysoev1-6/+4
2009-04-15fix segfault if no http section is defined in confguraiton,Igor Sysoev1-7/+5
2008-12-09use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev1-1/+1
2008-06-17*) back out r2040Igor Sysoev1-1/+1
2008-03-17some perl builds require my_perl for PERL_SYS_TERM()Igor Sysoev1-0/+11
2008-03-14style fixIgor Sysoev1-0/+1
2008-03-13fix building on 64-bit platforms broken in r1900Igor Sysoev1-1/+1
2008-02-16pass additional arguments in ngx_http_perl_call_handler() as SVIgor Sysoev1-12/+33
2008-02-16optimize $r->sleepIgor Sysoev1-8/+1
2007-12-09fix segfault when $r->has_request_body() is called with ready bodyIgor Sysoev1-11/+26
2007-10-14fix English grammarIgor Sysoev1-2/+2
2007-07-29--sysconfdir=DIRIgor Sysoev1-1/+1
2007-06-16fix building on threaded or multiplicity interpreter perl,Igor Sysoev1-0/+11
2007-06-15set worker's perl $$Igor Sysoev1-1/+12
2007-05-29PERL_SYS_TERM() should be called once on exit only, this fixes the messageIgor Sysoev1-5/+13