changelog
- Thu, 03 Aug 2017 14:32:36 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 03 Aug 2017 14:32:36 +0200] rev 272
- fixes unnecessary mkcol in dav-sync
- Thu, 03 Aug 2017 12:48:28 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 03 Aug 2017 12:48:28 +0200] rev 271
- fixes dav put output
print mkcol: instead of put: for directories
- Thu, 03 Aug 2017 12:31:17 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 03 Aug 2017 12:31:17 +0200] rev 270
- fixes dav list -R output
previously the full path was shown, now the path relative to the requested collection
- Thu, 03 Aug 2017 11:43:04 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 03 Aug 2017 11:43:04 +0200] rev 269
- fixes crash when using invalid namespace prefix
- Thu, 03 Aug 2017 11:38:41 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 03 Aug 2017 11:38:41 +0200] rev 268
- adds resource name validation
crypto-name could contain path separators
- Thu, 03 Aug 2017 10:37:52 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 03 Aug 2017 10:37:52 +0200] rev 267
- some mingw fixes
fflush after printf's in assistant.c
avoid redefinition of file mode macros
correct include order for winsucks2.h
- Tue, 11 Jul 2017 20:45:32 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Tue, 11 Jul 2017 20:45:32 +0200] rev 266
- more documentation
- Sun, 09 Jul 2017 20:15:14 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Sun, 09 Jul 2017 20:15:14 +0200] rev 265
- adds documentation for most dav commands
copy, move and configuration commands still missing
- Sun, 09 Jul 2017 16:24:48 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Sun, 09 Jul 2017 16:24:48 +0200] rev 264
- fixes error detection loop in dav lock/unlock/get-property/set-property
dav lock was completely broken
- Sun, 02 Jul 2017 21:35:01 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 02 Jul 2017 21:35:01 +0200] rev 263
- token parser checks if token of class DAVQL_TOKEN_NUMBER consists of digits only