log src/http/modules/ngx_http_dav_module.c @ 8031:d26db4f82d7d

age author description
Mon, 30 May 2022 21:25:45 +0300 Maxim Dounin All known output headers can be linked lists now.
Mon, 24 May 2021 21:55:20 +0300 Ruslan Ermilov Location header escaping in redirects (ticket #882).
Mon, 23 Dec 2019 20:39:27 +0300 Maxim Dounin Dav: added checks for chunked to body presence conditions.
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Saved some memory allocations.
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Dav: fixed Location in successful MKCOL response.
Thu, 02 Aug 2018 13:19:48 +0300 Sergey Kandaurov Dav: removed dead store after 8e7a5de61664.
Wed, 01 Aug 2018 02:12:21 +0300 Maxim Dounin Dav: changed COPY of a file to preserve access mask.
Wed, 07 Feb 2018 16:44:29 +0300 Roman Arutyunyan Dav: added error logging.
Thu, 20 Apr 2017 18:26:37 +0300 Sergey Kandaurov Cleaned up r->headers_out.headers allocation error handling.
Thu, 22 Dec 2016 11:58:52 +0300 Ruslan Ermilov Fixed missing "Location" field with some relative redirects.
Mon, 16 May 2016 20:37:23 +0300 Maxim Dounin Dav: return 501 on PUT with ranges (ticket #948).
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Thu, 11 Jun 2015 20:42:31 +0300 Maxim Dounin Moved ngx_http_parse_time() to core, renamed accordingly.
Wed, 30 Jul 2014 14:45:08 +0800 FengGu Dav: ngx_http_map_uri_to_path() errors were not checked.
Mon, 23 Dec 2013 18:12:03 +0400 Ruslan Ermilov Dav: emit a warning about unsafe URI.