log src/http/modules/ngx_http_dav_module.c @ 7609:f609c0ac2972

age author description
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:
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Wed, 29 Apr 2009 19:28:52 +0000 Igor Sysoev uniform ngx_file_info() interface with ngx_fd_info()
Sat, 18 Apr 2009 19:39:06 +0000 Igor Sysoev remove TODO comments
Wed, 10 Dec 2008 14:53:45 +0000 Igor Sysoev use ngx_ext_rename_file() for single file MOVE
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Thu, 15 May 2008 14:44:47 +0000 Igor Sysoev *) host in request line has priority
Mon, 03 Mar 2008 16:32:16 +0000 Igor Sysoev C++ compatibility
Tue, 22 Jan 2008 15:16:38 +0000 Igor Sysoev fix building by msvc introduced in r1817
Tue, 08 Jan 2008 11:33:14 +0000 Igor Sysoev style fix: remove trailing space
Sat, 05 Jan 2008 19:07:10 +0000 Igor Sysoev fix comment
Thu, 03 Jan 2008 22:18:21 +0000 Igor Sysoev use ngx_ext_rename_file() in PUT
Thu, 03 Jan 2008 21:44:38 +0000 Igor Sysoev do not delete target until all tests will be done,
Thu, 03 Jan 2008 21:29:01 +0000 Igor Sysoev add log
Thu, 03 Jan 2008 20:43:12 +0000 Igor Sysoev add comment
Thu, 03 Jan 2008 20:09:51 +0000 Igor Sysoev test URI/Destination collection/non-collection and Depth
Thu, 03 Jan 2008 20:06:09 +0000 Igor Sysoev axe useless code
Thu, 03 Jan 2008 19:18:25 +0000 Igor Sysoev change order
Thu, 03 Jan 2008 19:13:04 +0000 Igor Sysoev change status code, add log message, and test collection URI
Thu, 03 Jan 2008 17:21:13 +0000 Igor Sysoev style fix
Sun, 30 Dec 2007 11:46:03 +0000 Igor Sysoev min_delete_depth
Sun, 30 Dec 2007 10:24:43 +0000 Igor Sysoev log DELETE errors
Sun, 30 Dec 2007 10:19:32 +0000 Igor Sysoev axe useless code
Sun, 30 Dec 2007 09:44:02 +0000 Igor Sysoev change status code and add log message
Sat, 29 Dec 2007 15:30:39 +0000 Igor Sysoev several changes in server_name:
Sat, 29 Dec 2007 13:55:10 +0000 Igor Sysoev condition declarations inside blocks update missed in r1705
Fri, 21 Dec 2007 17:50:49 +0000 Igor Sysoev tree.init_handler is never called
Tue, 18 Dec 2007 15:12:33 +0000 Igor Sysoev fix comment
Fri, 07 Dec 2007 19:57:13 +0000 Igor Sysoev use malloc() in ngx_win32_rename_file, set crit level instead of error
Tue, 07 Aug 2007 10:56:09 +0000 Igor Sysoev omit unnecessary conditions
Mon, 06 Aug 2007 15:37:22 +0000 Igor Sysoev rename ngx_http_discard_body() to ngx_http_discard_request_body()
Fri, 13 Jul 2007 08:32:12 +0000 Igor Sysoev dav_access uses ngx_conf_set_access_slot()
Wed, 11 Jul 2007 13:06:54 +0000 Igor Sysoev style fix