log src/http/modules/perl/ngx_http_perl_module.c @ 7532:975d7ab37b39

age author description
Fri, 12 Jul 2019 15:39:26 +0300 Maxim Dounin Perl: expect escaped URIs in $r->internal_redirect().
Fri, 12 Jul 2019 15:39:25 +0300 Maxim Dounin Perl: additional ctx->header_sent checks.
Fri, 12 Jul 2019 15:39:25 +0300 Maxim Dounin Perl: avoid returning 500 if header was already sent.
Fri, 12 Jul 2019 15:38:27 +0300 Maxim Dounin Perl: avoid redirects on errors.
Fri, 12 Jul 2019 15:35:31 +0300 Maxim Dounin Perl: disabled unrelated calls from variable handlers.
Fri, 12 Jul 2019 13:56:21 +0300 Maxim Dounin Perl: propagate errors.
Fri, 12 Jul 2019 11:29:22 +0300 Maxim Dounin Perl: reworked perl module to pass ctx instead of request.
Thu, 11 Jul 2019 23:20:08 +0300 Maxim Dounin Perl: removed unneeded NGX_DONE test.
Sun, 02 Apr 2017 14:32:29 +0300 Maxim Dounin Moved handling of wev->delayed to the connection event handler.
Sun, 02 Apr 2017 14:32:28 +0300 Maxim Dounin Perl: fixed delaying subrequests.
Wed, 07 Dec 2016 19:03:19 +0300 Maxim Dounin Perl: added PERL_SET_INTERP().
Tue, 01 Nov 2016 20:39:21 +0300 Maxim Dounin Perl: fixed optimization in SSI command handler.
Thu, 19 Jun 2014 04:16:36 -0700 Piotr Sikora Perl: NULL-terminate argument list.
Wed, 04 Sep 2013 21:16:59 +0400 Maxim Dounin Handling of ngx_int_t != intptr_t case.
Tue, 20 Aug 2013 21:11:19 +0400 Maxim Dounin Backed out f1a91825730a and 7094bd12c1ff.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Replaced ngx_conf_full_name() with ngx_get_full_name().
Mon, 17 Dec 2012 19:03:33 +0000 Ruslan Ermilov Added checks that disallow adding a variable with an empty name.
Thu, 13 Dec 2012 15:05:19 +0000 Ruslan Ermilov Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 07 Jun 2010 12:27:06 +0000 Igor Sysoev merge r3528: stable-0.7
Mon, 07 Jun 2010 08:51:48 +0000 Igor Sysoev merge r3318, r3449: stable-0.7
Mon, 24 May 2010 12:35:10 +0000 Igor Sysoev remove r->zero_in_uri
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Fri, 12 Feb 2010 09:40:46 +0000 Igor Sysoev delete ngx_http_perl_cleanup_t unused since r909
Mon, 01 Feb 2010 15:55:48 +0000 Igor Sysoev merge r3351, r3352: stable-0.7
Tue, 17 Nov 2009 10:31:39 +0000 Igor Sysoev add comment from r2716 commit message
Tue, 17 Nov 2009 10:28:12 +0000 Igor Sysoev use global perl variable in perl_destruct()/perl_free()
Mon, 26 Oct 2009 16:22:24 +0000 Igor Sysoev merge r2972, r2994, r3133, r3142, r3143, r3174, r3175, r3176: stable-0.7
Wed, 30 Sep 2009 11:46:01 +0000 Igor Sysoev allow several perl_modules
Mon, 28 Sep 2009 16:07:14 +0000 Igor Sysoev use ngx_conf_set_str_array_slot() for perl_require