summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/perl/nginx.xs (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: expect escaped URIs in $r->internal_redirect().Maxim Dounin1-11/+0
2019-07-12Perl: additional ctx->header_sent checks.Maxim Dounin1-0/+24
2019-07-12Perl: avoid returning 500 if header was already sent.Maxim Dounin1-0/+2
2019-07-12Perl: disabled unrelated calls from variable handlers.Maxim Dounin1-0/+44
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 Dounin1-6/+66
2019-07-12Perl: reworked perl module to pass ctx instead of request.Maxim Dounin1-85/+95
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-02Perl: fixed delaying subrequests.Maxim Dounin1-0/+1
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
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
2012-05-23Fixed warning during nginx.xs compilation.Maxim Dounin1-1/+1
2012-02-27Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev1-3/+4
2012-02-13Support for disable_symlinks in various modules.Andrey Belov1-0/+3
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-10-11Handling of Content-Encoding set from perl.Maxim Dounin1-0/+7
2011-10-10Fixed macro name.Ruslan Ermilov1-1/+1
2011-02-21fix warningsIgor Sysoev1-2/+2
2010-04-22change processing variables accessed by SSI and perl module:Igor Sysoev1-1/+1
2010-02-12fix request counter for $r->sleep(), the bug was introduced in r3050Igor Sysoev1-0/+1
2009-11-12do not log error if $r->variable was not foundIgor Sysoev1-3/+0
2009-09-30read_aheadIgor Sysoev1-0/+1
2009-05-01use off_t in $r->sendfile(), this allows to use 64-bit off_t on platformsIgor Sysoev1-1/+1
2009-04-27*) of.test_only to not open file if only stat() is enoughIgor Sysoev1-1/+1
2008-09-05*) handle unaligned file part for directioIgor Sysoev1-0/+1
2008-08-04ngx_hash_strlow()Igor Sysoev1-10/+2
2008-07-30directioIgor Sysoev1-0/+1
2008-06-26ngx_memzero() ngx_open_file_info_tIgor Sysoev1-2/+2
2008-06-23initialize of.uniq in ngx_open_cached_file()Igor Sysoev1-8/+9
2008-06-23change useless ngx_pcalloc() to ngx_pnalloc()Igor Sysoev1-1/+1
2008-06-17*) back out r2040Igor Sysoev1-5/+5
2008-02-16fix previous commitIgor Sysoev1-1/+1
2008-02-16optimize $r->sleepIgor Sysoev1-3/+9
2008-02-15delete unneeded dXSTARGIgor Sysoev1-1/+0
2007-12-27optimizationIgor Sysoev1-5/+3
2007-12-22open_file_cache_min_usesIgor Sysoev1-0/+1
2007-12-21fix the previous commitIgor Sysoev1-1/+1
2007-12-16copy return values to perl's allocated memoryIgor Sysoev1-21/+18