log src/http/modules/ngx_http_headers_filter_module.c @ 8039:e64a1f32065b

age author description
Mon, 30 May 2022 21:25:57 +0300 Maxim Dounin Headers filter: improved memory allocation error handling.
Mon, 30 May 2022 21:25:45 +0300 Maxim Dounin All known output headers can be linked lists now.
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Thu, 08 Feb 2018 09:54:18 +0300 Ruslan Ermilov Basic support of the Link response header.
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora Headers filter: added "add_trailer" directive.
Wed, 31 May 2017 13:51:35 -0700 Piotr Sikora Headers filter: style.
Thu, 20 Apr 2017 18:26:37 +0300 Sergey Kandaurov Cleaned up r->headers_out.headers allocation error handling.
Tue, 11 Apr 2017 03:13:46 +0200 Simon Leblanc Added support for the "308 Permanent Redirect" (ticket #877).
Thu, 18 Feb 2016 15:49:11 +0300 Ruslan Ermilov Headers filter: fixed "add_header ... '' always".
Thu, 11 Jun 2015 20:42:31 +0300 Maxim Dounin Moved ngx_http_parse_time() to core, renamed accordingly.
Tue, 31 Mar 2015 17:45:50 +0300 Sergey Kandaurov Fixed invalid access to complex value defined as an empty string.
Thu, 11 Dec 2014 23:42:11 +0300 Maxim Dounin Headers filter: variables support in expires (ticket #113).
Thu, 11 Dec 2014 23:42:06 +0300 Maxim Dounin Headers filter: local variables for config, no functional changes.
Fri, 29 Aug 2014 18:00:10 +0400 Sergey Kandaurov Headers filter: "add_header" with "always" parameter (ticket #98).
Fri, 18 Oct 2013 18:13:44 +0400 Maxim Dounin Headers filter: empty Cache-Control is no longer added.