log src/http/modules/ngx_http_sub_filter_module.c @ 6860:f18c285c2e59

age author description
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: fixed some warnings reported by Borland C.
Sat, 02 Jul 2016 15:59:53 +0300 Roman Arutyunyan Sub filter: eliminate unnecessary buffering.
Sat, 02 Jul 2016 15:59:52 +0300 Roman Arutyunyan Sub filter: introduced the ngx_http_sub_match() function.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Mon, 28 Mar 2016 13:35:25 +0300 Roman Arutyunyan Sub filter: fixed allocation alignment.
Mon, 21 Sep 2015 23:08:34 +0300 Roman Arutyunyan Sub filter: fixed initialization in http{} level (ticket #791).
Mon, 17 Aug 2015 17:42:02 +0300 Dmitry Volyntsev Sub filter: support of variables in the strings to replace.
Mon, 17 Aug 2015 17:42:02 +0300 Dmitry Volyntsev Sub filter: support of multiple strings to replace.
Mon, 25 Aug 2014 16:08:55 +0400 Valentin Bartenev Sub filter: fixed matching for a single character.
Thu, 26 Jun 2014 02:21:01 +0400 Maxim Dounin Entity tags: downgrade strong etags to weak ones as needed.
Tue, 27 May 2014 16:37:35 +0400 Maxim Dounin Sub filter: fixed subrequests handling.
Thu, 25 Jul 2013 14:54:53 +0400 Maxim Dounin Sub filter: fixed matching after a partial match.
Thu, 25 Jul 2013 14:54:48 +0400 Maxim Dounin Sub filter: fixed incomplete last buffer on partial match.
Thu, 25 Jul 2013 14:54:47 +0400 Maxim Dounin Sub filter: flush buffers handling.
Thu, 25 Jul 2013 14:54:45 +0400 Maxim Dounin Sub filter: switched to ngx_chain_get_free_buf().
Thu, 25 Jul 2013 14:54:43 +0400 Maxim Dounin Sub filter: stale comments removed.
Fri, 24 May 2013 22:27:30 +0400 Maxim Dounin Sub filter: sub_filter_last_modified directive.
Sun, 10 Feb 2013 03:08:42 +0000 Maxim Dounin Merge of r4948, r4949, r4964, r4973, r5011: variables. stable-1.2
Thu, 06 Dec 2012 23:03:53 +0000 Ruslan Ermilov Allow the complex value to be defined as an empty string.
Sat, 07 Jul 2012 21:22:27 +0000 Maxim Dounin Entity tags: clear on entity changes.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Tue, 14 Dec 2010 19:32:52 +0000 Igor Sysoev merge r3676: stable-0.7
Mon, 05 Jul 2010 13:45:10 +0000 Igor Sysoev fix case of partially matched patterns on buffer border in sub_filter
Wed, 23 Jun 2010 16:34:54 +0000 Igor Sysoev style fix
Mon, 30 Nov 2009 13:15:10 +0000 Igor Sysoev support "*" in gzip_types, ssi_types, etc
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Sun, 22 Mar 2009 09:39:19 +0000 Igor Sysoev use complex values in add_header, auth_basic_user_file,
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Wed, 17 Dec 2008 20:47:18 +0000 Igor Sysoev remove never used zero copy stuff
Tue, 12 Aug 2008 13:11:36 +0000 Igor Sysoev use hash in gzip_types, ssi_types, and sub_filter_types