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
path: root/src/csync
AgeCommit message (Expand)Author
2020-09-15Remove the use of goto from src/csync/csync_exclude.cppHannah von Reth
2020-07-29csync: apply strict QString handlingHannah von Reth
2020-07-20Remove more legacy C codeHannah von Reth
2020-07-20Tests: Port check_vio_ext to WindowsHannah von Reth
2020-07-20Remove custome string functionsHannah von Reth
2020-05-20Use system sqlite on Mac and WindowsHannah von Reth
2020-04-23Remove unused structHannah von Reth
2020-04-23Cleanup moc_csync.cpp includeHannah von Reth
2020-04-23Rename csync_instructions_e -> SyncInsturctionsHannah von Reth
2020-04-23Remove now unneede csync_instruction_strHannah von Reth
2020-04-23Make bit flags better readableHannah von Reth
2020-03-20[CMake] Disable automoc for C targetsHannah von Reth
2020-03-13Merge branch '2.6'Hannah von Reth
2020-03-04Remove unused definesHannah von Reth
2020-03-04Use Q_ENUM_NS to pretty print csync enumsHannah von Reth
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
2020-01-22Remove unneeded codeHannah von Reth
2020-01-20[CMAKE] Reduce number of warnings in 3rdparty softwareHannah von Reth
2020-01-09Export c functions used in unittestsHannah von Reth
2020-01-09[CMAKE] Resolve some issues discovered during reviewHannah von Reth
2020-01-09[CMAKE] Do not create a deployable mac bundle during buildHannah von Reth
2020-01-09[CMAKE] Use KDECompilerSettingsHannah von Reth
2020-01-09[CMAKE] Use KDECmakeSettingsHannah von Reth
2020-01-09[CMAKE] Start using extra cmake modulesHannah von Reth
2019-04-17Fix issues with Qt 5.6Christian Kamm
2019-04-09Vfs: Clear up relationship between _type and pin stateChristian Kamm
2019-03-04Merge remote-tracking branch 'origin/2.5'Christian Kamm
2019-03-02Windows: Forbid chars 0-31 in filenames #6987Christian Kamm
2019-02-11Discovery: Files can have dehydrate/download actionsChristian Kamm
2019-02-11Build fix for mingw64 7.3 (Qt 5.12.0)Christian Kamm
2019-02-08Switch to standard opt-out BUILD_TESTING instead of opt-in UNIT_TESTINGDominik Schmidt
2018-12-22Discovery: Handle the blacklistFiles from the server capabilitiesOlivier Goffart
2018-12-19Port the exclude test to the QTest FrameworkOlivier Goffart
2018-12-07Merge remote-tracking branch 'owncloud/vfs-master'Olivier Goffart
2018-11-29Excludes: Use QString for storing the temporary excludesOlivier Goffart
2018-11-26vfs: Ensure SyncOptions::_vfs is never nullChristian Kamm
2018-11-26vfs: Document ignored return value.Christian Kamm
2018-11-26Fixes after rebase to masterChristian Kamm
2018-11-26winvfs: initial workChristian Kamm
2018-11-20CMakeLists.txt: increment sqlite versionOlivier Goffart
2018-11-15csync_vio_locale: use QString for the path in opendirOlivier Goffart
2018-11-15Remove csync_misc: The code no longer use fnmatchOlivier Goffart
2018-11-15Exclude: do everything with QString wiuthout converting to char*Olivier Goffart
2018-11-07Remove csync.cpp: It's only dead codeOlivier Goffart
2018-10-19Excludes: drop csyncTraversalMatchFun()Christian Kamm
2018-10-19Fix windows buildOlivier Goffart
2018-10-18Discovery: Windows: Don't check if a server file name can be encodedOlivier Goffart
2018-10-04Merge remote-tracking branch 'origin/master' into new_discovery_algoOlivier Goffart
2018-10-04Fix a compilation error on windowsOlivier Goffart