log src/http/modules/ngx_http_ssi_filter_module.c @ 7026:e699e6b6d76c

age author description
Wed, 07 Jun 2017 15:21:42 +0300 Sergey Kandaurov SSI: return NGX_ERROR when timefmt memory allocation failed.
Mon, 08 Aug 2016 17:11:29 +0300 Ruslan Ermilov Simplified extraction of current time.
Mon, 11 Apr 2016 16:47:11 +0100 Alessandro Ghedini Fixed typos.
Thu, 07 Apr 2016 11:50:13 +0300 Josh Soref Fixed spelling.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Thu, 26 Jun 2014 02:21:01 +0400 Maxim Dounin Entity tags: downgrade strong etags to weak ones as needed.
Tue, 28 Jan 2014 15:40:45 +0400 Maxim Dounin SSI: fixed $date_local and $date_gmt without SSI (ticket #230).
Mon, 23 Dec 2013 18:12:00 +0400 Ruslan Ermilov Teach ngx_http_parse_unsafe_uri() how to unescape URIs.
Fri, 24 May 2013 22:27:23 +0400 Maxim Dounin SSI: ssi_last_modified directive.
Mon, 24 Sep 2012 18:54:28 +0000 Maxim Dounin Merge of r4785, r4795, r4811, r4812, r4816, r4822: coverity. stable-1.2
Fri, 17 Aug 2012 15:35:50 +0000 Andrey Belov Mark logically dead code with corresponding comment.
Sat, 07 Jul 2012 21:22:27 +0000 Maxim Dounin Entity tags: clear on entity changes.
Thu, 12 Apr 2012 19:35:41 +0000 Ruslan Ermilov Fixed grammar in error messages.
Thu, 29 Mar 2012 19:47:27 +0000 Ruslan Ermilov Corrected spelling of error message (ticket #136).
Thu, 15 Mar 2012 11:23:07 +0000 Maxim Dounin Fixed ssi and perl interaction.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Sun, 05 Feb 2012 14:09:46 +0000 Maxim Dounin Merge of r4375, r4382: stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Sun, 25 Dec 2011 20:08:37 +0000 Valentin Bartenev SSI: added regex captures support in the expression of the "if" command.
Mon, 19 Dec 2011 13:28:22 +0000 Valentin Bartenev SSI bugfix: the "if" command did not work inside the "block" command and
Mon, 14 Nov 2011 09:12:15 +0000 Sergey Budnevitch Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.
Tue, 12 Apr 2011 08:02:46 +0000 Igor Sysoev use memmove() in appropriate places
Tue, 14 Dec 2010 19:34:29 +0000 Igor Sysoev merge r3681: stable-0.7
Wed, 07 Jul 2010 10:17:19 +0000 Igor Sysoev update r->buffered after processing SSI command,
Wed, 23 Jun 2010 16:34:54 +0000 Igor Sysoev style fix
Mon, 07 Jun 2010 10:26:50 +0000 Igor Sysoev merge r3464, r3500, r3501: stable-0.7
Mon, 07 Jun 2010 09:54:19 +0000 Igor Sysoev merge r3454, r3455, r3486, r3496, r3519, r3523: stable-0.7
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Thu, 22 Apr 2010 14:02:45 +0000 Igor Sysoev change processing variables accessed by SSI and perl module:
Wed, 21 Apr 2010 14:58:21 +0000 Igor Sysoev do not store an encoded variable value as a new cached variable value
Fri, 19 Feb 2010 13:53:11 +0000 Igor Sysoev SSI %s timefmt has no timezone offset
Fri, 19 Feb 2010 13:42:59 +0000 Igor Sysoev use content type of the parent request in SSI stub block output
Mon, 30 Nov 2009 13:15:10 +0000 Igor Sysoev support "*" in gzip_types, ssi_types, etc
Mon, 16 Nov 2009 12:19:02 +0000 Igor Sysoev regex named captures
Fri, 13 Nov 2009 20:41:41 +0000 Igor Sysoev ngx_regex_exec() calling optimiztion:
Fri, 25 Sep 2009 09:30:06 +0000 Igor Sysoev check unsafe Destination
Mon, 27 Jul 2009 13:18:40 +0000 Igor Sysoev clear "Accept-Ranges" for SSI responses
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Wed, 24 Dec 2008 12:39:41 +0000 Igor Sysoev fix r2378, file inclusion should be waited
Wed, 17 Dec 2008 20:47:18 +0000 Igor Sysoev remove never used zero copy stuff
Mon, 08 Dec 2008 14:23:20 +0000 Igor Sysoev *) refactor subrequest handling, now they run as separate posted requests
Tue, 12 Aug 2008 13:11:36 +0000 Igor Sysoev use hash in gzip_types, ssi_types, and sub_filter_types
Mon, 04 Aug 2008 10:18:36 +0000 Igor Sysoev ngx_hash_strlow()
Mon, 07 Jul 2008 12:01:35 +0000 Igor Sysoev r2080 merge: stable-0.5
Mon, 07 Jul 2008 11:33:29 +0000 Igor Sysoev r2080 merge: stable-0.6
Mon, 07 Jul 2008 10:18:41 +0000 Igor Sysoev r2007, r2025, r2042 merge: stable-0.6
Mon, 30 Jun 2008 19:10:06 +0000 Igor Sysoev fix error when response parsed by sub filter, then by SSI filter
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Wed, 28 May 2008 12:27:08 +0000 Igor Sysoev style fix
Thu, 22 May 2008 12:09:41 +0000 Igor Sysoev style fix
Sun, 04 May 2008 10:05:29 +0000 Igor Sysoev r1894 merge: stable-0.5
Thu, 14 Feb 2008 16:03:48 +0000 Igor Sysoev fix segfault if empty stub block is used second time
Mon, 10 Dec 2007 12:09:51 +0000 Igor Sysoev move condition declarations inside blocks where they are used
Mon, 22 Oct 2007 10:19:17 +0000 Igor Sysoev unescape SSI include
Sun, 14 Oct 2007 19:04:23 +0000 Igor Sysoev fix segfault when $date_local or $date_gmt are used outside ssi module
Sun, 14 Oct 2007 18:56:15 +0000 Igor Sysoev fix English grammar
Thu, 27 Sep 2007 09:37:09 +0000 Igor Sysoev SSI echo encoding
Thu, 19 Jul 2007 19:12:36 +0000 Igor Sysoev exit cycle early,
Sun, 17 Jun 2007 18:10:43 +0000 Igor Sysoev if a subrequest was finished and SSI was in middle of SSI command parsing