log src/http/modules/perl/nginx.xs @ 8026:8b3860b52bb3

age author description
Mon, 30 May 2022 21:25:36 +0300 Maxim Dounin Perl: all known input headers are handled identically.
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Wed, 17 Jul 2019 17:00:57 +0300 Maxim Dounin Perl: removed unused variable, forgotten in 975d7ab37b39.
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:35:31 +0300 Maxim Dounin Perl: disabled unrelated calls from variable handlers.
Fri, 12 Jul 2019 15:34:37 +0300 Maxim Dounin Perl: protection against duplicate $r->sleep() calls.
Fri, 12 Jul 2019 13:56:23 +0300 Maxim Dounin Perl: handling of allocation errors.
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.
Mon, 17 Jun 2019 19:48:56 +0300 Maxim Dounin Perl: disabled not_modified filter (ticket #1786).
Thu, 20 Apr 2017 18:26:37 +0300 Sergey Kandaurov Cleaned up r->headers_out.headers allocation error handling.
Sun, 02 Apr 2017 14:32:28 +0300 Maxim Dounin Perl: fixed delaying subrequests.
Tue, 18 Aug 2015 16:26:18 +0300 Maxim Dounin Perl: prototyping behavior explicitly specified.
Tue, 18 Aug 2015 16:26:05 +0300 Maxim Dounin Perl: fixed warning about "sep" may be used uninitialized.
Mon, 29 Jul 2013 17:30:01 +0400 Sergey Kandaurov Perl: fixed syntax usage for C preprocessor directives.
Mon, 10 Jun 2013 14:35:00 +0400 Maxim Dounin Perl: fixed r->header_in("Cookie") (ticket #351).
Sat, 11 May 2013 18:48:56 +0400 Maxim Dounin Perl: extra "return" removed.
Tue, 23 Apr 2013 10:04:12 +0000 Maxim Dounin Perl: request body handling fixed.
Wed, 23 May 2012 10:36:12 +0000 Maxim Dounin Fixed warning during nginx.xs compilation.
Mon, 27 Feb 2012 16:51:28 +0000 Valentin Bartenev Disable symlinks: initialization of the "disable_symlinks" field in
Mon, 13 Feb 2012 16:32:21 +0000 Andrey Belov Support for disable_symlinks in various modules.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Tue, 01 Nov 2011 14:15:42 +0000 Igor Sysoev Merging r4189, r4197: stable-1.0
Tue, 11 Oct 2011 18:01:38 +0000 Maxim Dounin Handling of Content-Encoding set from perl.
Mon, 10 Oct 2011 08:38:28 +0000 Ruslan Ermilov Fixed macro name.
Mon, 21 Feb 2011 11:44:26 +0000 Igor Sysoev fix warnings
Mon, 07 Jun 2010 10:26:50 +0000 Igor Sysoev merge r3464, r3500, r3501: stable-0.7
Mon, 07 Jun 2010 08:51:48 +0000 Igor Sysoev merge r3318, r3449: stable-0.7
Thu, 22 Apr 2010 14:02:45 +0000 Igor Sysoev change processing variables accessed by SSI and perl module:
Fri, 12 Feb 2010 09:32:02 +0000 Igor Sysoev fix request counter for $r->sleep(), the bug was introduced in r3050
Thu, 12 Nov 2009 15:50:34 +0000 Igor Sysoev do not log error if $r->variable was not found
Wed, 30 Sep 2009 13:21:52 +0000 Igor Sysoev read_ahead
Fri, 01 May 2009 19:31:52 +0000 Igor Sysoev use off_t in $r->sendfile(), this allows to use 64-bit off_t on platforms
Mon, 27 Apr 2009 09:55:53 +0000 Igor Sysoev *) of.test_only to not open file if only stat() is enough
Fri, 05 Sep 2008 14:48:47 +0000 Igor Sysoev *) handle unaligned file part for directio
Mon, 04 Aug 2008 10:18:36 +0000 Igor Sysoev ngx_hash_strlow()
Wed, 30 Jul 2008 12:34:04 +0000 Igor Sysoev directio
Thu, 26 Jun 2008 14:07:59 +0000 Igor Sysoev ngx_memzero() ngx_open_file_info_t
Mon, 23 Jun 2008 13:35:34 +0000 Igor Sysoev initialize of.uniq in ngx_open_cached_file()
Mon, 23 Jun 2008 12:27:03 +0000 Igor Sysoev change useless ngx_pcalloc() to ngx_pnalloc()
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Sat, 16 Feb 2008 14:24:43 +0000 Igor Sysoev fix previous commit
Sat, 16 Feb 2008 14:23:14 +0000 Igor Sysoev optimize $r->sleep
Fri, 15 Feb 2008 13:57:55 +0000 Igor Sysoev delete unneeded dXSTARG
Thu, 27 Dec 2007 20:32:43 +0000 Igor Sysoev optimization
Sat, 22 Dec 2007 13:19:39 +0000 Igor Sysoev open_file_cache_min_uses
Fri, 21 Dec 2007 17:23:41 +0000 Igor Sysoev fix the previous commit
Sun, 16 Dec 2007 11:57:27 +0000 Igor Sysoev copy return values to perl's allocated memory
Wed, 12 Dec 2007 16:57:36 +0000 Igor Sysoev r1566 merge: stable-0.5
Sun, 09 Dec 2007 20:52:14 +0000 Igor Sysoev *) copy regex captures $1, $2, etc.
Sun, 14 Oct 2007 18:56:15 +0000 Igor Sysoev fix English grammar
Tue, 09 Oct 2007 18:42:00 +0000 Igor Sysoev style fix: remove trailing spaces
Sun, 23 Sep 2007 19:26:53 +0000 Igor Sysoev r1445 merge: stable-0.5
Mon, 03 Sep 2007 08:41:42 +0000 Igor Sysoev open_file_cache_events
Sat, 01 Sep 2007 12:12:48 +0000 Igor Sysoev open_file_cache in HTTP
Fri, 31 Aug 2007 18:47:25 +0000 Igor Sysoev allow to append charset to the "Content-Type" header
Mon, 06 Aug 2007 15:40:26 +0000 Igor Sysoev omit unnecessary XSRETURN_EMPTY