log src/http/modules/ngx_http_image_filter_module.c @ 7746:88eca63261c3

age author description
Wed, 12 Apr 2017 22:21:04 +0300 Ruslan Ermilov Use ngx_calloc_buf() where appropriate.
Fri, 21 Oct 2016 15:18:44 +0300 Valentin Bartenev Image filter: support for WebP.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Mon, 18 Aug 2014 12:03:41 +0400 Sergey Kandaurov Image filter: downgrade strong etags to weak ones as needed.
Fri, 27 Dec 2013 19:40:04 +0400 Ruslan Ermilov Fixed setting of content type in some cases.
Wed, 28 Aug 2013 00:19:07 +0800 Lanshun Zhou Image filter: large image handling.
Mon, 05 Aug 2013 14:30:03 +0400 Valentin Bartenev Image filter: use "application/json" MIME type for JSON output.
Tue, 19 Mar 2013 08:13:48 +0000 Ruslan Ermilov Image filter: the "image_filter_interlace" directive.
Mon, 11 Feb 2013 13:59:08 +0000 Maxim Dounin Merge of r4979, r4982: image filter configuration inheritance. stable-1.2
Fri, 21 Dec 2012 15:07:45 +0000 Maxim Dounin Image filter: fixed image_filter rotate inheritance.
Thu, 20 Dec 2012 19:04:28 +0000 Maxim Dounin Image filter: configuration inheritance fixes.
Sat, 21 Apr 2012 19:02:21 +0000 Maxim Dounin Image filter: compare aspect ratio more accurately during crop.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Wed, 14 Dec 2011 13:37:53 +0000 Maxim Dounin Merge of r4266, r4308, r4309: stable-1.0
Wed, 23 Nov 2011 10:22:44 +0000 Ruslan Ermilov Fixed "rotate" to always work when combined with "resize/crop".
Wed, 23 Nov 2011 10:16:30 +0000 Ruslan Ermilov Cosmetics.
Tue, 08 Nov 2011 13:17:14 +0000 Igor Sysoev The "image_filter_sharpen" directive.
Tue, 10 May 2011 12:04:57 +0000 Igor Sysoev gdImageCopyRotated() may images of even height or width
Thu, 07 Apr 2011 09:12:30 +0000 Igor Sysoev fix "image_filter rotate 180" and crop case
Mon, 04 Apr 2011 09:57:32 +0000 Igor Sysoev image filter rotate
Fri, 06 Aug 2010 15:55:05 +0000 Igor Sysoev image_filter_jpeg_quality supports variables
Thu, 29 Jul 2010 15:40:03 +0000 Igor Sysoev return 415 on too big image in image filter
Mon, 07 Jun 2010 09:05:18 +0000 Igor Sysoev merge r3394, r3395: stable-0.7
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Tue, 22 Dec 2009 13:03:49 +0000 Igor Sysoev force image filter conversion if JPEG application data consume more than 5%
Tue, 22 Dec 2009 10:45:29 +0000 Igor Sysoev style fix
Mon, 26 Oct 2009 16:56:49 +0000 Igor Sysoev merge r2999, r3118, r3134, r3135: stable-0.7
Mon, 26 Oct 2009 15:54:29 +0000 Igor Sysoev merge r2903, r2911, r2912, r3002: stable-0.7
Tue, 15 Sep 2009 11:55:17 +0000 Igor Sysoev image_filter_transparency
Tue, 15 Sep 2009 09:47:12 +0000 Igor Sysoev fix alpha-channel transparency in PNG
Sat, 12 Sep 2009 09:46:28 +0000 Igor Sysoev fix transparency in GIF
Thu, 23 Jul 2009 13:14:58 +0000 Igor Sysoev variables support in image_filter
Mon, 15 Jun 2009 09:05:31 +0000 Igor Sysoev merge r2919: stable-0.7
Fri, 05 Jun 2009 07:29:47 +0000 Igor Sysoev test GIF87a
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Mon, 25 May 2009 09:06:29 +0000 Igor Sysoev reset content_type hash value, this fixes a bug when XSLT responses
Sat, 16 May 2009 16:57:11 +0000 Igor Sysoev image_filter_jpeg_quality
Tue, 12 May 2009 12:05:29 +0000 Igor Sysoev test finalized image filter context before testing image_filter off
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, 08 May 2009 14:25:51 +0000 Igor Sysoev handle big responses for "size" and "test" image_filters
Mon, 04 May 2009 11:39:22 +0000 Igor Sysoev fix building ngx_http_image_filter_module on 64-bit platforms
Fri, 01 May 2009 18:42:09 +0000 Igor Sysoev ngx_http_image_filter_module