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
2020-12-15winvfs: initial workChristian Kamm
2020-12-15Excludes: switch all the path handling to QStringKevin Ottens
2020-12-15CMakeLists.txt: increment sqlite versionOlivier Goffart
2020-12-15csync_vio_locale: use QString for the path in opendirOlivier Goffart
2020-12-15Remove csync_misc: The code no longer use fnmatchOlivier Goffart
2020-12-15Exclude: do everything with QString wiuthout converting to char*Olivier Goffart
2020-12-15Remove csync.cpp: It's only dead codeOlivier Goffart
2020-12-15Excludes: drop csyncTraversalMatchFun()Christian Kamm
2020-12-15Fix windows buildOlivier Goffart
2020-12-15Checksum: Add support for SHA256 and SHA3Olivier Goffart
2020-12-15Fix a compilation error on windowsOlivier Goffart
2020-12-15More cleanup of csync remainsOlivier Goffart
2020-12-15Remove csync_update and csync_reconcileOlivier Goffart
2020-12-15New Discovery Algorithm: handle server errorsOlivier Goffart
2020-12-15New Discovery algorithmOlivier Goffart
2020-12-15New discovery algorithm: Local renameOlivier Goffart
2020-12-15New discovery algo: Remote moveOlivier Goffart
2020-12-15Handle Encoding ProblemsOlivier Goffart
2020-12-15Ignore Hidden FilesOlivier Goffart
2020-12-15New discovery algoOlivier Goffart
2020-12-15New discovery: TestSyncEngine::testEmlLocalChecksumOlivier Goffart
2020-12-15New discovery algorithm: Initial work.Olivier Goffart
2020-12-15Rename ocsync library to ${APPLICATION_EXECUTABLE}_csyncDominik Schmidt
2020-12-15Install libocsync to lib/ without subfolder.Dominik Schmidt
2020-12-15csync: refactor csync_s::error_string to avoid valgrind errorOlivier Goffart
2020-12-15Virtual files: Only remove virtual file once on downloadChristian Kamm
2020-12-15Rename Placeholders to Virtual Files in code #6531Christian Kamm
2020-12-15Placeholder: Stop adding ignore patternChristian Kamm
2020-12-15Placeholders: Fix migration issuesChristian Kamm
2020-12-15Placeholders: Ignore placeholder files in older clientsChristian Kamm
2020-12-15Placeholder: The extension is now a branding optionOlivier Goffart
2020-12-15Placeholders: Safe migration to older client versionsChristian Kamm
2020-12-15Placeholders: Deal with conflicts when a placeholder existsChristian Kamm
2020-12-15On-demand downloading: Placeholder-file based prototypeChristian Kamm
2020-11-26Check if there are patterns associated with a sync exclude file.Camila
2020-11-26Add last / to exclude list file path.Camila
2020-09-01Enable bugprone-macro-parentheses clang-tidy checkKevin Ottens
2020-09-01Enable the bugprone-branch-clone clang-tidy checkKevin Ottens
2020-08-13Upload: Store the size in the UploadInfo, and compare it when resolving poten...Olivier Goffart
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-06Make sure moves involving e2e are delete + uploadKevin Ottens
2020-07-06Add isE2eEncrypted column in the metadata tableKevin Ottens
2020-07-01Make sure all our logging categories start with nextcloud.Kevin Ottens
2020-06-11Simplify nullptr comparisons where appropriateMichael Schuster
2020-06-08Replace NULL by nullptr in all C++ filesStephan Beyer
2020-06-03Use default member init when applicableKevin Ottens
2020-06-03Do not declare local variables without an initial value.Camila San