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-07-29Always use the propagatorHannah von Reth
2020-12-07Replace custome date parser QDateTime::fromString(value, Qt::RFC2822Date)Hannah von Reth
2020-04-23Rename csync_instructions_e -> SyncInsturctionsHannah von Reth
2020-04-23Make bit flags better readableHannah von Reth
2020-03-04Remove unused definesHannah von Reth
2020-03-04Use Q_ENUM_NS to pretty print csync enumsHannah von Reth
2019-04-09Vfs: Clear up relationship between _type and pin stateChristian Kamm
2019-02-11Discovery: Files can have dehydrate/download actionsChristian Kamm
2018-11-26winvfs: initial workChristian Kamm
2018-11-07Remove csync.cpp: It's only dead codeOlivier Goffart
2018-07-25Remove csync_update and csync_reconcileOlivier Goffart
2018-06-04csync: refactor csync_s::error_string to avoid valgrind errorOlivier Goffart
2018-05-23Rename Placeholders to Virtual Files in code #6531Christian Kamm
2018-04-18On-demand downloading: Placeholder-file based prototypeChristian Kamm
2018-03-14CSync: Remove unused error codesOlivier Goffart
2018-03-14CSync: reconcile never returns an errorOlivier Goffart
2018-03-14csync: remove CSYNC_PARAM_ERROROlivier Goffart
2018-03-14csync: Simplify csync_walk_local_tree/csync_walk_remote_treeOlivier Goffart
2018-01-13Remove the unusued csync_file_locked_or_open test in csync_reconcileOlivier Goffart
2018-01-13Get rid of csync_logOlivier Goffart
2017-12-15Unify item type enumChristian Kamm
2017-12-15Workaround MSVC bug with enum in bitfieldOlivier Goffart
2017-11-23csync_update: ignore remote files that cannot be encodedOlivier Goffart
2017-09-26Use SyncJournalDb in csyncJocelyn Turcotte
2017-09-22csync: remove unused typeOlivier Goffart
2017-09-22RemotePermissions: Store in a class rather than in a QByteArray to save memoryOlivier Goffart
2017-09-18Remove the usage of phash in csyncJocelyn Turcotte
2017-09-06Fix build after C++ conversion of csyncJocelyn Turcotte
2017-09-06Use a C++ contructor and destructor for CSYNCJocelyn Turcotte
2017-09-06Replace TREE_WALK_FILE with csync_file_stat_tJocelyn Turcotte
2017-09-06Replace csync_vio_file_stat_t 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
2017-08-22Move csync to src/csyncJocelyn Turcotte