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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-15Replace custome date parser QDateTime::fromString(value, Qt::RFC2822Date)Hannah von Reth
2020-12-15Rename csync_instructions_e -> SyncInsturctionsHannah von Reth
2020-12-15Make bit flags better readableHannah von Reth
2020-12-15Remove unused definesHannah von Reth
2020-12-15Use Q_ENUM_NS to pretty print csync enumsHannah von Reth
2020-12-15Vfs: Clear up relationship between _type and pin stateChristian Kamm
2020-12-15Discovery: Files can have dehydrate/download actionsChristian Kamm
2020-12-15winvfs: initial workChristian Kamm
2020-12-15Remove csync.cpp: It's only dead codeOlivier Goffart
2020-12-15Remove csync_update and csync_reconcileOlivier Goffart
2020-12-15csync: refactor csync_s::error_string to avoid valgrind errorOlivier Goffart
2020-12-15Rename Placeholders to Virtual Files in code #6531Christian Kamm
2020-12-15On-demand downloading: Placeholder-file based prototypeChristian Kamm
2020-08-13Enable the modernize-deprecated-headers check on clang-tidyKevin Ottens
2020-08-12Get rid of useless using constructsKevin Ottens
2020-08-12Enable the modernize-use-using check on clang-tidyKevin Ottens
2020-07-08Make csync_file_stat_s::isE2eEncrypted a bitfieldStephan Beyer
2020-07-06Add isE2eEncrypted column in the metadata tableKevin Ottens
2020-06-08Replace NULL by nullptr in all C++ filesStephan Beyer
2020-06-03Use default member init when applicableKevin Ottens
2018-06-04CSync: Remove unused error codesOlivier Goffart
2018-06-04CSync: reconcile never returns an errorOlivier Goffart
2018-06-04csync: remove CSYNC_PARAM_ERROROlivier Goffart
2018-06-04csync: Simplify csync_walk_local_tree/csync_walk_remote_treeOlivier Goffart
2018-02-12Remove table for e2e and add an e2eMangledName column (#169)Daniel Nicoletti
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