log src/http/modules/ngx_http_headers_filter_module.c @ 9322:d6f75dd66761 default tip

age author description
Thu, 18 Jul 2024 19:39:45 +0300 Maxim Dounin Upstream: $upstream_cache_age variable.
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.