log src/http/modules/ngx_http_ssi_filter_module.c @ 3586:2d21e02fc01d stable-0.7

age author description
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"