log src/http/modules/ngx_http_xslt_filter_module.c @ 4553:3dd8a403faa1

age author description
Thu, 22 Mar 2012 10:43:33 +0000 Maxim Dounin Fixed off-by-one in xslt parameter parsing.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 12 Jul 2010 12:52:01 +0000 Igor Sysoev use xmlSAXHandler._private field to store xslt filter context
Wed, 23 Jun 2010 16:34:54 +0000 Igor Sysoev style fix
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Wed, 12 May 2010 15:56:54 +0000 Igor Sysoev style fix: remove blank line
Mon, 30 Nov 2009 13:15:10 +0000 Igor Sysoev support "*" in gzip_types, ssi_types, etc
Mon, 26 Oct 2009 16:06:11 +0000 Igor Sysoev merge r2920, r2934, r3116, r3119: stable-0.7
Mon, 26 Oct 2009 15:54:29 +0000 Igor Sysoev merge r2903, r2911, r2912, r3002: stable-0.7
Fri, 11 Sep 2009 13:57:50 +0000 Igor Sysoev style fix
Mon, 07 Sep 2009 10:05:36 +0000 Igor Sysoev merge r2984, r2985, r3000: stable-0.7
Fri, 24 Jul 2009 13:32:41 +0000 Igor Sysoev fix libxml2 error message
Fri, 17 Jul 2009 08:04:52 +0000 Igor Sysoev preserve XML wellFormed field before freeing memory
Wed, 15 Jul 2009 14:50:51 +0000 Igor Sysoev style fix
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Thu, 28 May 2009 15:42:27 +0000 Igor Sysoev fix XSLT filter in SSI subrequests
Mon, 25 May 2009 09:06:29 +0000 Igor Sysoev reset content_type hash value, this fixes a bug when XSLT responses
Fri, 08 May 2009 14:52:50 +0000 Igor Sysoev allow to pass image filter errors via the same location where the filter is set
Fri, 01 May 2009 18:41:07 +0000 Igor Sysoev ngx_http_filter_finalize_request() and ngx_http_clean_header()
Sun, 22 Mar 2009 09:39:19 +0000 Igor Sysoev use complex values in add_header, auth_basic_user_file,
Tue, 11 Nov 2008 15:22:24 +0000 Igor Sysoev exslt support
Thu, 21 Aug 2008 18:21:40 +0000 Igor Sysoev call ngx_http_xslt_filter_exit()
Wed, 06 Aug 2008 13:18:57 +0000 Igor Sysoev clear Last-Modified; set content-type and length for main request only
Wed, 06 Aug 2008 09:38:34 +0000 Igor Sysoev disable ranges, because xslt filter runs after range body filter
Tue, 05 Aug 2008 19:05:15 +0000 Igor Sysoev reuse compiled DTD hash in different locations, add DTD cleanup
Tue, 05 Aug 2008 14:27:49 +0000 Igor Sysoev reuse compiled XSLT tree in different locations
Tue, 05 Aug 2008 14:24:16 +0000 Igor Sysoev xsl:output's media-type and encoding support
Tue, 05 Aug 2008 13:08:35 +0000 Igor Sysoev we do not need dtd->name
Tue, 05 Aug 2008 13:07:42 +0000 Igor Sysoev xslt_stylesheet should be valid for location only
Tue, 05 Aug 2008 06:21:15 +0000 Igor Sysoev fix xslt module context levels
Mon, 04 Aug 2008 20:25:51 +0000 Igor Sysoev style fix
Mon, 04 Aug 2008 14:48:15 +0000 Igor Sysoev ngx_http_xslt_filter_module