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
path: root/src/csync
AgeCommit message (Expand)Author
2018-06-05Fix output add E2E againRoeland Jago Douma
2018-06-05csync_update: add the checksum in the discovery logOlivier Goffart
2018-06-04Merge pull request #322 from nextcloud/upstream/pr/6404Roeland Jago Douma
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-06-02Merge pull request #314 from nextcloud/upstream/pr/6373Roeland Jago Douma
2018-05-16Excludes: Expand doc, Desktop.ini only in root folderChristian Kamm
2018-05-16SyncEngine: Make "local discovery?" question availableChristian Kamm
2018-05-16slotFolderDiscovered: Fix 'local' always being falseChristian Kamm
2018-05-16cmake: Remove references of now unused WITH_TESTINGOlivier Goffart
2018-04-09Do not create new db entries when the remote tree does not have proper valuesDaniel Nicoletti
2018-04-09Properly mark encrypted files for removalDaniel Nicoletti
2018-04-09Fix merging remote and local trees when e2e files are involvedDaniel Nicoletti
2018-02-12Remove table for e2e and add an e2eMangledName column (#169)Daniel Nicoletti
2018-01-29Merge branch 'master' into clientSideEncryptionV3Tomaz Canabrava
2018-01-29[CSE] Ignore renames for downloaded files.Tomaz Canabrava
2018-01-29[CSE] Bypass rename if it's e2eTomaz Canabrava
2018-01-18Exclude regex: Use named capturesChristian Kamm
2018-01-17Exclude matching: Speedup the full-path traversal caseChristian Kamm
2018-01-13Fix csync installation on windowsDominik Schmidt
2018-01-13Remove unused c_strlistOlivier Goffart
2018-01-13Modernize out CMakeLists.txtOlivier Goffart
2018-01-13Remove unused c_pathOlivier Goffart
2018-01-13Csync: remove some unused build system stuffOlivier Goffart
2018-01-13Remove the unusued csync_file_locked_or_open test in csync_reconcileOlivier Goffart
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-13Build system: Get rid of QtVersionAbstraction.cmakeOlivier Goffart
2018-01-13csync/std: don't build in a separate libraryOlivier Goffart
2018-01-13Don't include sqlite3.h from headersOlivier Goffart
2018-01-11Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2018-01-10Ignore files that can't be encoded for the filesystemChristian Kamm
2018-01-09Exclude regex: Restore old matching on Windows #6245Christian Kamm
2018-01-08Minor logging additionsChristian Kamm
2018-01-05GCC: Fix implicit-fallthrough warningsChristian Kamm
2017-12-28Prepend "nextcloud" for all logging categoriesDaniel Nicoletti
2017-12-15Exclude: Use Qt to load the exclude fileOlivier Goffart
2017-12-15Upload conflict files #4557Christian Kamm
2017-12-15Unify item type enumChristian Kamm
2017-12-15Workaround MSVC bug with enum in bitfieldOlivier Goffart
2017-12-14SyncEngine: Recover when the PUT reply (or chunkin's MOVE) is lostOlivier Goffart
2017-12-08csync_exclude: fix compilation of non-test buildsOlivier Goffart
2017-12-07csync_exclude: Fix compileOlivier Goffart
2017-12-07Excludes: Remove fnmatch codepathChristian Kamm
2017-12-07Excludes: fnmatch doesn't treat '{' as specialChristian Kamm
2017-12-07Excludes: Translate full-path patterns to regexChristian Kamm
2017-12-07Excludes: Introduce dir-only regex matchesChristian Kamm
2017-12-07Excludes: Optimize Desktop.ini checkChristian Kamm