summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-14Perl: removed unused variables, forgotten in ef6a3a99a81a.Sergey Kandaurov1-2/+1
2022-05-30All known output headers can be linked lists now.Maxim Dounin1-0/+1
2022-05-30Perl: combining unknown headers during $r->header_in() lookup.Maxim Dounin1-40/+44
2022-05-30Perl: all known input headers are handled identically.Maxim Dounin1-20/+2
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin1-13/+9
2019-07-17Perl: removed unused variable, forgotten in 975d7ab37b39.Maxim Dounin1-1/+0
2019-07-12Perl: named locations in $r->internal_redirect().Maxim Dounin1-6/+12
2019-07-12Perl: expect escaped URIs in $r->internal_redirect().Maxim Dounin3-13/+9
2019-07-12Perl: additional ctx->header_sent checks.Maxim Dounin2-0/+25
2019-07-12Perl: avoid returning 500 if header was already sent.Maxim Dounin3-0/+7
2019-07-12Perl: avoid redirects on errors.Maxim Dounin1-0/+2
2019-07-12Perl: disabled unrelated calls from variable handlers.Maxim Dounin3-0/+50
2019-07-12Perl: protection against duplicate $r->sleep() calls.Maxim Dounin1-0/+8
2019-07-12Perl: handling of allocation errors.Maxim Dounin1-25/+51
2019-07-12Perl: propagate errors.Maxim Dounin3-7/+90
2019-07-12Perl: reworked perl module to pass ctx instead of request.Maxim Dounin3-94/+114
2019-07-11Perl: removed unneeded NGX_DONE test.Maxim Dounin1-5/+0
2019-06-17Perl: disabled not_modified filter (ticket #1786).Maxim Dounin1-0/+2
2017-04-20Cleaned up r->headers_out.headers allocation error handling.Sergey Kandaurov1-0/+2
2017-04-11Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc1-0/+2
2017-04-02Moved handling of wev->delayed to the connection event handler.Maxim Dounin1-4/+1
2017-04-02Perl: fixed delaying subrequests.Maxim Dounin2-6/+11
2016-12-07Perl: added PERL_SET_INTERP().Maxim Dounin1-0/+8
2016-11-01Perl: fixed optimization in SSI command handler.Maxim Dounin1-1/+1
2016-09-20Perl: pass additional linker options to perl module.Konstantin Pavlov1-0/+2
2015-08-18Perl: prototyping behavior explicitly specified.Maxim Dounin1-0/+3
2015-08-18Perl: fixed warning about "sep" may be used uninitialized.Maxim Dounin1-9/+6
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
2013-07-29Perl: fixed syntax usage for C preprocessor directives.Sergey Kandaurov1-7/+4
2013-06-10Perl: fixed r->header_in("Cookie") (ticket #351).Maxim Dounin1-9/+27
2013-05-11Perl: extra "return" removed.Maxim Dounin1-1/+1
2013-04-23Perl: request body handling fixed.Maxim Dounin1-3/+36
2013-04-19Configure: fixed perl Makefile generation (ticket #334).Maxim Dounin1-1/+1
2013-04-10Configure: fixed nginx.so rebuild (broken by r5145).Maxim Dounin1-2/+4
2013-03-28Simplified nginx version maintenance.Ruslan Ermilov1-1/+1
2013-03-27Version bump.Maxim Dounin1-1/+1
2013-03-07Version bump.Valentin Bartenev1-1/+1
2013-02-19Version bump.Valentin Bartenev1-1/+1
2013-02-07Version bump.Maxim Dounin1-1/+1
2013-01-17Version bump.Ruslan Ermilov1-1/+1
2012-12-26Version bump.Ruslan Ermilov1-1/+1
2012-12-20Brought the link to ngx_http_perl_module documentation up to date.Ruslan Ermilov1-1/+1
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-12-03Fixed build with embedded perl in certain setups (ticket #48).Ruslan Ermilov1-14/+3
2012-11-29Version bump.Maxim Dounin1-1/+1
2012-11-16Version bump.Ruslan Ermilov1-1/+1