Sat, 15 Sep 2018 11:58:17 +0200 Olaf Wintermann don't ask for master pw if noinput option is active file | diff | annotate
Sat, 15 Sep 2018 11:56:36 +0200 Olaf Wintermann adds encrypted password store file | diff | annotate
Sat, 25 Aug 2018 15:12:38 +0200 Mike Becker fixes url completion segfaulting for empty strings (in case the user hasn't already started typing an URL) file | diff | annotate
Thu, 28 Jun 2018 19:22:22 +0200 Olaf Wintermann adds some error detection to completion file | diff | annotate
Thu, 28 Jun 2018 17:58:37 +0200 Olaf Wintermann fixes url completion output file | diff | annotate
Thu, 28 Jun 2018 17:42:49 +0200 Olaf Wintermann adjusts completion index, if options are specified file | diff | annotate
Thu, 28 Jun 2018 16:52:54 +0200 Olaf Wintermann adds semi-functional bash completion file | diff | annotate
Sun, 24 Jun 2018 10:21:23 +0200 Olaf Wintermann fixes dav list return value file | diff | annotate
Sun, 17 Jun 2018 07:11:31 +0200 Olaf Wintermann adds user+pw to repo-url output file | diff | annotate
Fri, 15 Jun 2018 15:51:21 +0200 Olaf Wintermann adds repository-url command file | diff | annotate
Sun, 10 Jun 2018 13:22:04 +0200 Olaf Wintermann adds more fs abstraction file | diff | annotate
Fri, 08 Jun 2018 19:58:17 +0200 Olaf Wintermann adds file io abstraction functions file | diff | annotate
Thu, 31 May 2018 15:24:52 +0200 Mike Becker adds remove-repository command file | diff | annotate
Wed, 30 May 2018 10:22:33 +0200 Mike Becker fixes definite chance of a memory leak in cmd_unlock() + marks a further possible source of memory leaks file | diff | annotate
Wed, 30 May 2018 10:12:51 +0200 Mike Becker improves variable names in cmd_move() file | diff | annotate
Wed, 30 May 2018 10:07:48 +0200 Mike Becker fixes memory leak in cmd_move() file | diff | annotate
Tue, 29 May 2018 20:15:09 +0200 Olaf Wintermann adds tag filter for dav-sync pull file | diff | annotate
Sun, 27 May 2018 11:47:49 +0200 Olaf Wintermann moving tar option from get/put to new export/import commands file | diff | annotate
Sat, 12 May 2018 15:03:11 +0200 Mike Becker fixes options parser to correctly report missing arguments file | diff | annotate
Sun, 29 Apr 2018 11:16:41 +0200 Olaf Wintermann dav info prints simplified xml values file | diff | annotate
Sun, 04 Feb 2018 15:58:07 +0100 Olaf Wintermann adds support for xml properties in set-property command file | diff | annotate
Thu, 01 Feb 2018 16:31:24 +0100 Olaf Wintermann updates copyright date file | diff | annotate
Sun, 07 Jan 2018 12:59:21 +0100 Olaf Wintermann adds support for macos file tags file | diff | annotate
Mon, 01 Jan 2018 19:53:36 +0100 Olaf Wintermann adds xattr lib and tag support file | diff | annotate
Mon, 18 Dec 2017 16:24:32 +0100 Olaf Wintermann adds primitive progress indicator file | diff | annotate
Mon, 18 Dec 2017 11:56:11 +0100 Olaf Wintermann moves auth prompt functionality to libidav file | diff | annotate
Tue, 12 Dec 2017 23:58:54 +0100 Mike Becker fixes infinite loop when trying to overwrite a collection with a regular file file | diff | annotate
Tue, 12 Dec 2017 23:36:47 +0100 Mike Becker fixes a segfault when full encryption is requested during a put without specifying the key file | diff | annotate
Sun, 17 Dec 2017 14:26:03 +0100 Olaf Wintermann fixes wrong output path in dav get file | diff | annotate
Thu, 14 Dec 2017 13:35:03 +0100 Olaf Wintermann fixes missing string terminator when printing simplified xml (dav get-property) file | diff | annotate
Tue, 12 Dec 2017 23:58:54 +0100 Mike Becker fixes infinite loop when trying to overwrite a collection with a regular file v1.1 file | diff | annotate
Tue, 12 Dec 2017 23:36:47 +0100 Mike Becker fixes a segfault when full encryption is requested during a put without specifying the key v1.1 file | diff | annotate
Sun, 03 Dec 2017 13:09:14 +0100 Olaf Wintermann dav get-property supports xml property output file | diff | annotate
Sat, 28 Oct 2017 15:25:17 +0200 Olaf Wintermann adds tar import/export file | diff | annotate
Wed, 25 Oct 2017 17:52:35 +0200 Olaf Wintermann refactores cmd_get file | diff | annotate
Sun, 22 Oct 2017 13:45:13 +0200 Olaf Wintermann dav prints command usage info if argument count is wrong file | diff | annotate
Sun, 22 Oct 2017 12:58:07 +0200 Olaf Wintermann adds initial support for xml properties in libidav file | diff | annotate
Thu, 12 Oct 2017 20:37:46 +0200 Olaf Wintermann adds dav get option to keep existing files file | diff | annotate
Mon, 09 Oct 2017 14:55:47 +0200 Mike Becker adds error message to dav, when an invalid date format is specified for the -u option file | diff | annotate
Sun, 01 Oct 2017 17:37:59 +0200 Olaf Wintermann dav-sync bugfix: files that are not in the db but on the server should not be pushed file | diff | annotate
Sun, 24 Sep 2017 14:31:42 +0200 Olaf Wintermann adds namespace config element file | diff | annotate
Sun, 24 Sep 2017 11:31:01 +0200 Olaf Wintermann adds dav-sync lock timeout config element file | diff | annotate
Sat, 23 Sep 2017 11:45:03 +0200 Olaf Wintermann adds lock timeout file | diff | annotate
Sun, 17 Sep 2017 17:56:02 +0200 Olaf Wintermann adds option to dav get for downloading only the directory structure file | diff | annotate
Mon, 11 Sep 2017 17:55:37 +0200 Olaf Wintermann adds tests for crypto util functions file | diff | annotate
Mon, 11 Sep 2017 14:17:26 +0200 Olaf Wintermann adds dav remove-property command file | diff | annotate
Tue, 05 Sep 2017 17:25:09 +0200 Olaf Wintermann dav get-property shouldn't send an allprop propfind request file | diff | annotate
Tue, 05 Sep 2017 16:03:48 +0200 Olaf Wintermann adds option to sort dav list by lastmodified date file | diff | annotate
Thu, 03 Aug 2017 12:48:28 +0200 Olaf Wintermann fixes dav put output file | diff | annotate
Thu, 03 Aug 2017 12:31:17 +0200 Olaf Wintermann fixes dav list -R output file | diff | annotate
Sun, 09 Jul 2017 16:24:48 +0200 Olaf Wintermann fixes error detection loop in dav lock/unlock/get-property/set-property file | diff | annotate
Fri, 09 Dec 2016 10:55:18 +0100 Olaf Wintermann adds auth prompt to dav get-property, set-property, lock, unlock and info file | diff | annotate
Fri, 18 Nov 2016 16:00:15 +0100 Mike Becker implements check-repositories command for dav-sync file | diff | annotate
Fri, 11 Nov 2016 15:03:19 +0100 Mike Becker improves config error reporting and adds check (check-config) command + dav-sync no longer aborts on missing sync.xml file | diff | annotate
Wed, 06 Jul 2016 12:00:18 +0200 Olaf Wintermann improved dav put output file | diff | annotate
Wed, 23 Mar 2016 19:03:48 +0100 Olaf Wintermann copy/move with lock tokens works now file | diff | annotate
Wed, 23 Mar 2016 13:46:39 +0100 Olaf Wintermann fixed dav get with -u option file | diff | annotate
Mon, 21 Mar 2016 16:37:10 +0100 Olaf Wintermann fixed memory leaks in lock and unlock commands file | diff | annotate
Mon, 21 Mar 2016 16:15:23 +0100 Olaf Wintermann fixed dav_context_get_key file | diff | annotate
Mon, 21 Mar 2016 13:56:16 +0100 Olaf Wintermann removed password keys file | diff | annotate
(0) -100 -60 tip

mercurial