Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-14Add SyncStatus to the tablesHannah von Reth
2021-08-05Make SyncInstructions QFlagsHannah von Reth
2021-01-05Happy new year 2021Hannah von Reth
2020-04-23Cleanup moc_csync.cpp includeHannah von Reth
2018-11-07Remove csync.cpp: It's only dead codeOlivier Goffart
2018-07-26More cleanup of csync remainsOlivier Goffart
2018-07-25Remove csync_update and csync_reconcileOlivier Goffart
2018-06-04csync: refactor csync_s::error_string to avoid valgrind errorOlivier Goffart
2018-03-14CSync: Remove unused error codesOlivier Goffart
2018-03-14CSync: reconcile never returns an errorOlivier Goffart
2018-03-14csync: Simplify csync_walk_local_tree/csync_walk_remote_treeOlivier Goffart
2018-03-06SyncEngine: Make "local discovery?" question availableChristian Kamm
2018-01-13Get rid of csync_logOlivier Goffart
2018-01-13Csync: use QElapsedTimer and qCInfo instead of CSYNC_LOG and its own csync ti...Olivier Goffart
2018-01-11Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2018-01-08Minor logging additionsChristian Kamm
2017-12-15Unify item type enumChristian Kamm
2017-12-07Excludes: Refactor for pending improvementsChristian Kamm
2017-12-07Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2017-12-06Reconcile: Rename maps are consistent with update phase #6212Christian Kamm
2017-12-06Clear csync rename mappings after reconcileChristian Kamm
2017-10-24Local discovery: Use db instead of filesystemChristian Kamm
2017-09-26SyncJournalDb: Reimplement the db_is_empty logic from csyncJocelyn Turcotte
2017-09-26Use SyncJournalDb in csyncJocelyn Turcotte
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-18Replace the custom rbtree by a std::mapJocelyn Turcotte
2017-09-06Use a C++ contructor and destructor for CSYNCJocelyn Turcotte
2017-09-06Remove csync_s::replicaJocelyn Turcotte
2017-09-06Replace TREE_WALK_FILE with csync_file_stat_tJocelyn Turcotte
2017-09-05Make csync_file_stat_t public and partly convert to C++Jocelyn Turcotte
2017-08-22Compile almost all of csync as C++Jocelyn Turcotte