log src/http/modules/ngx_http_dav_module.c @ 9286:d9fe808c1841 default tip

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.
Wed, 02 Oct 2013 11:51:04 +0400 Sergey Kandaurov Unused macro and variable removed.
Wed, 21 Nov 2012 00:51:37 +0000 Maxim Dounin Dav: fixed segfault on PUT if body was already read (ticket #238).
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 19 Sep 2011 14:48:29 +0000 Ruslan Ermilov Replaced "can not" with "cannot" and "could not" in a bunch of places.
Thu, 10 Jun 2010 08:17:16 +0000 Igor Sysoev allow Destination URL without host
Mon, 07 Jun 2010 12:27:06 +0000 Igor Sysoev merge r3528: stable-0.7
Mon, 07 Jun 2010 12:17:10 +0000 Igor Sysoev merge r3502: stable-0.7
Mon, 24 May 2010 12:35:10 +0000 Igor Sysoev remove r->zero_in_uri
Thu, 22 Apr 2010 17:15:42 +0000 Igor Sysoev use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks
Mon, 26 Oct 2009 17:45:55 +0000 Igor Sysoev merge r3162, r3183: stable-0.7
Mon, 26 Oct 2009 17:32:17 +0000 Igor Sysoev merge r3024, r3025, r3028, r3033, r3034, r3035, r3036: stable-0.7
Tue, 06 Oct 2009 09:32:21 +0000 Igor Sysoev omit '\0' from "Location" header on MKCOL request
Fri, 25 Sep 2009 09:30:06 +0000 Igor Sysoev check unsafe Destination
Thu, 20 Aug 2009 13:37:26 +0000 Igor Sysoev fix copy destination name length, introduced in r3025
Wed, 12 Aug 2009 12:05:33 +0000 Igor Sysoev allow cross device temporary files atomic copying: