log src/http/modules/ngx_http_xslt_filter_module.c @ 7686:1f3bf1734a77

age author description
Wed, 22 Jul 2020 22:16:19 +0300 Roman Arutyunyan Xslt: disabled ranges.
Thu, 18 Jul 2019 18:27:54 +0300 Maxim Dounin Xslt: fixed potential buffer overflow with null character.
Thu, 16 Nov 2017 13:20:47 +0300 Ruslan Ermilov Xslt: fixed parameters parsing (ticket #1416).
Wed, 12 Apr 2017 22:21:04 +0300 Ruslan Ermilov Use ngx_calloc_buf() where appropriate.
Thu, 02 Mar 2017 08:46:00 -0500 Eran Kornblau Added missing static specifiers.
Thu, 26 Jun 2014 02:21:01 +0400 Maxim Dounin Entity tags: downgrade strong etags to weak ones as needed.
Tue, 20 Aug 2013 21:11:19 +0400 Maxim Dounin Backed out f1a91825730a and 7094bd12c1ff.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Replaced ngx_conf_full_name() with ngx_get_full_name().
Fri, 19 Jul 2013 15:59:50 +0400 Maxim Dounin Xslt: exsltRegisterAll() moved to preconfiguration.
Fri, 24 May 2013 22:28:09 +0400 Maxim Dounin Xslt: xslt_last_modified directive.
Sun, 10 Feb 2013 03:00:55 +0000 Maxim Dounin Merge of r4947: xslt: prevented infinite loop. stable-1.2
Thu, 06 Dec 2012 21:22:58 +0000 Ruslan Ermilov Xslt: prevented infinite loop.
Sat, 07 Jul 2012 21:22:27 +0000 Maxim Dounin Entity tags: clear on entity changes.
Thu, 24 May 2012 07:35:12 +0000 Ruslan Ermilov Fixed the reuse of parsed DTDs and XSLTs.
Wed, 28 Mar 2012 01:56:49 +0000 Maxim Dounin Xslt: parser options now set with xmlCtxtUseOptions().
Thu, 22 Mar 2012 10:44:00 +0000 Maxim Dounin Added xslt_param and xslt_string_param directives.
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