Sat, 26 Oct 2019 11:32:27 +0200 Olaf Wintermann fix dav-sync copy with enabled metadata sync file | diff | annotate
Wed, 23 Oct 2019 20:24:40 +0200 Olaf Wintermann fix dav-sync add-tag in case a file is not in the db file | diff | annotate
Wed, 23 Oct 2019 20:10:55 +0200 Olaf Wintermann fix detection of changed tags file | diff | annotate
Sun, 20 Oct 2019 11:11:22 +0200 Olaf Wintermann finish basic metadata sync tests file | diff | annotate
Sat, 19 Oct 2019 15:46:33 +0200 Olaf Wintermann fix some xattr sync bugs file | diff | annotate
Sat, 19 Oct 2019 11:15:04 +0200 Olaf Wintermann fix mtime sync bug file | diff | annotate
Sat, 19 Oct 2019 10:47:46 +0200 Olaf Wintermann add first metadata sync test file | diff | annotate
Tue, 15 Oct 2019 09:22:57 +0200 Mike Becker fix: leaking buffer in upload_parts(), when we error out due to too many parts file | diff | annotate
Sun, 06 Oct 2019 13:27:24 +0200 Olaf Wintermann fix some hash based conflict resolution bugs and add tests for it file | diff | annotate
Thu, 03 Oct 2019 12:00:25 +0200 Olaf Wintermann implement hash based conflict resolution in dav-sync pull file | diff | annotate
Sun, 29 Sep 2019 12:57:13 +0200 Olaf Wintermann change split config file | diff | annotate
Sat, 28 Sep 2019 09:09:14 +0200 Olaf Wintermann change metadata config file | diff | annotate
Tue, 17 Sep 2019 21:21:36 +0200 Olaf Wintermann refactore symlink config file | diff | annotate
Tue, 17 Sep 2019 21:06:03 +0200 Olaf Wintermann implement hash push strategy and add some tests file | diff | annotate
Sat, 07 Sep 2019 19:25:51 +0200 Olaf Wintermann fix that file uploads are tried, when the content on the server is equal to the local file content (with enabled hashing) file | diff | annotate
Sat, 07 Sep 2019 17:45:50 +0200 Olaf Wintermann fix hash based conflict detection file | diff | annotate
Sun, 25 Aug 2019 10:57:33 +0200 Olaf Wintermann don't print error in case rmdir fails because of ENOTEMPTY file | diff | annotate
Mon, 19 Aug 2019 19:19:08 +0200 Olaf Wintermann use hash to check if a file content was really modified file | diff | annotate
Sun, 18 Aug 2019 09:41:29 +0200 Olaf Wintermann handle symlinks according to config file | diff | annotate
Thu, 15 Aug 2019 19:38:52 +0200 Olaf Wintermann fix order of dir deletions in dav-sync pull file | diff | annotate
Sun, 11 Aug 2019 10:57:25 +0200 Olaf Wintermann don't store weak etag in LocalResource file | diff | annotate
Sun, 11 Aug 2019 08:24:10 +0200 Olaf Wintermann fix free in sync_get_file_tags file | diff | annotate
Sat, 10 Aug 2019 21:32:07 +0200 Olaf Wintermann exclude tag xattr from xattribute sync file | diff | annotate
Sat, 10 Aug 2019 19:54:37 +0200 Olaf Wintermann change error handling in case of file/folder conflict file | diff | annotate
Sat, 10 Aug 2019 19:34:49 +0200 Olaf Wintermann add missing isdirectory tag in db on pull file | diff | annotate
Sat, 10 Aug 2019 19:18:29 +0200 Olaf Wintermann add missing isdirectory tag in db on push file | diff | annotate
Sat, 10 Aug 2019 14:25:03 +0200 Olaf Wintermann fix xattr not synced for new files file | diff | annotate
Sat, 10 Aug 2019 13:48:14 +0200 Olaf Wintermann fix directories not stored in db file | diff | annotate
Fri, 02 Aug 2019 22:04:00 +0200 Olaf Wintermann implement links on Windows (shelllink) file | diff | annotate
Fri, 12 Jul 2019 16:59:08 +0200 Olaf Wintermann fix build on windows file | diff | annotate
Sat, 22 Jun 2019 16:36:52 +0200 Olaf Wintermann move some properties to new namespace file | diff | annotate
Thu, 30 May 2019 18:23:39 +0200 Olaf Wintermann fix that db entries are updated on errors file | diff | annotate
Sun, 12 May 2019 13:49:36 +0200 Olaf Wintermann fix res_link initialization file | diff | annotate
Tue, 13 Nov 2018 21:16:27 +0100 Mike Becker fixes 'Unkown repository' error message in dav-sync v1.2 file | diff | annotate
Sun, 21 Apr 2019 11:27:06 +0200 Olaf Wintermann create collections before doing other stuff on dav-sync push file | diff | annotate
Sun, 21 Apr 2019 11:06:16 +0200 Olaf Wintermann fix that knowledge about resource existence was fucked up by versioning_begin file | diff | annotate
Sun, 21 Apr 2019 10:53:21 +0200 Olaf Wintermann change dav-sync push output for link resources file | diff | annotate
Sun, 21 Apr 2019 10:46:13 +0200 Olaf Wintermann fix that symlink config was not used in sync_get_resource file | diff | annotate
Sun, 21 Apr 2019 09:54:47 +0200 Olaf Wintermann separate link changes from normal changes and create links after downloads file | diff | annotate
Sun, 21 Apr 2019 09:41:05 +0200 Olaf Wintermann add check to detect changed link properties in dav-sync pull file | diff | annotate
Sat, 20 Apr 2019 18:46:00 +0200 Olaf Wintermann create symlinks on pull file | diff | annotate
Sat, 20 Apr 2019 17:47:40 +0200 Olaf Wintermann store link property on push file | diff | annotate
Sat, 20 Apr 2019 12:31:08 +0200 Olaf Wintermann store relative link in LocalResource file | diff | annotate
Sun, 14 Apr 2019 20:08:18 +0200 Olaf Wintermann read link on LocalResource creation file | diff | annotate
Sun, 14 Apr 2019 19:39:08 +0200 Olaf Wintermann change local_resource_new signature file | diff | annotate
Fri, 12 Apr 2019 15:09:19 +0200 Olaf Wintermann fix deletion of splitted files file | diff | annotate
Fri, 12 Apr 2019 15:00:50 +0200 Olaf Wintermann remove dead db entry when files are moved file | diff | annotate
Fri, 12 Apr 2019 14:22:18 +0200 Olaf Wintermann fix push operation order (move before put) file | diff | annotate
Fri, 12 Apr 2019 12:42:41 +0200 Olaf Wintermann implement copy/move for dav-sync pull file | diff | annotate
Fri, 12 Apr 2019 11:13:16 +0200 Olaf Wintermann increase snyc_conflict counter only after conflict renaming, to make sure the counter is correct when pull is aborted file | diff | annotate
Fri, 12 Apr 2019 11:06:04 +0200 Olaf Wintermann fix dav-sync push not deleting files file | diff | annotate
Fri, 12 Apr 2019 10:54:47 +0200 Olaf Wintermann replace list of removed resources with a map (cmd_pull) file | diff | annotate
Wed, 10 Apr 2019 13:50:24 +0200 Mike Becker adds list-conflicts command to dav-sync file | diff | annotate
Wed, 10 Apr 2019 12:54:24 +0200 Mike Becker harmonizes output of push and pull file | diff | annotate
Wed, 10 Apr 2019 11:03:37 +0200 Olaf Wintermann store origin of file conflicts file | diff | annotate
Tue, 09 Apr 2019 18:23:23 +0200 Mike Becker fixes missing return in copy_file() file | diff | annotate
Tue, 09 Apr 2019 18:19:52 +0200 Mike Becker fixes several signedness issues file | diff | annotate
Sun, 07 Apr 2019 17:56:31 +0200 Olaf Wintermann fix dav-sync push conflict detection file | diff | annotate
Sun, 07 Apr 2019 17:35:52 +0200 Olaf Wintermann set content-hash property after uploads when syncdir hashing is enabled file | diff | annotate
Sun, 07 Apr 2019 14:18:13 +0200 Olaf Wintermann update metadata on copy/move file | diff | annotate
(0) -100 -60 tip

mercurial