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
2022-01-18Only test the jhash64Hannah von Reth
2021-03-11Merge remote-tracking branch 'origin/2.7' into masterHannah von Reth
2021-03-11Instead of renaming the targets, we rename their outputHannah von Reth
2020-12-14Cleanup pathtoUNC and its testHannah von Reth
2020-09-15Remove the use of goto from test/csync/std_tests/check_std_c_jhash.cHannah 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-06-24Link tests against a static owncloudCore instead of trying to pick single...Hannah von Reth
2020-03-20[CMake] Disable automoc for C targetsHannah von Reth
2020-01-20[CMAKE] Cleanup cmocka testsHannah von Reth
2020-01-09[CMAKE] Set C standard for C unittestsHannah von Reth
2018-12-19Port the exclude test to the QTest FrameworkOlivier Goffart
2018-12-19Test: Move the test for Utility::normalizeEtag to testutility.cppOlivier Goffart
2018-12-19Remove check_csync_utilOlivier Goffart
2018-11-26Fixes after rebase to masterChristian Kamm
2018-11-15Exclude: do everything with QString wiuthout converting to char*Olivier Goffart
2018-10-18Merge remote-tracking branch 'owncloud/master' into new_discovery_algoOlivier Goffart
2018-10-05Fix leaks in testsOlivier Goffart
2018-07-26More cleanup of csync remainsOlivier Goffart
2018-07-25Remove csync_update and csync_reconcileOlivier Goffart
2018-07-25Remove the check_csync_update testOlivier Goffart
2018-06-20Rename ocsync library to ${APPLICATION_EXECUTABLE}_csyncDominik Schmidt
2018-06-20Install libocsync to lib/ without subfolder.Dominik Schmidt
2018-05-15Placeholder: Stop adding ignore patternChristian Kamm
2018-04-19Fix test: QTemporaryDir::filePath was added in Qt 5.9Olivier Goffart
2018-04-18Merge branch 'placeholder-prototype'Christian Kamm
2018-04-18Placeholders: Ignore placeholder files in older clientsChristian Kamm
2018-03-27Excludes: Expand doc, Desktop.ini only in root folderChristian Kamm
2018-03-14csync: Simplify csync_walk_local_tree/csync_walk_remote_treeOlivier Goffart
2018-01-17Exclude matching: Speedup the full-path traversal caseChristian Kamm
2018-01-13Remove unused c_strlistOlivier Goffart
2018-01-13Modernize out CMakeLists.txtOlivier Goffart
2018-01-13Remove unused c_pathOlivier 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-13Don't include sqlite3.h from headersOlivier Goffart
2018-01-09Exclude regex: Restore old matching on Windows #6245Christian Kamm
2017-12-15Exclude: Use Qt to load the exclude fileOlivier Goffart
2017-12-15Unify item type enumChristian Kamm
2017-12-07Excludes: Remove fnmatch codepathChristian 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
2017-12-07Excludes: Refactor for pending improvementsChristian Kamm
2017-10-05Excludes: Fix bug with escapes in the regex, add testsChristian Kamm
2017-10-05Excludes: optimize csync_is_windows_reserved_wordChristian Kamm
2017-10-05Excludes: During directory traversal, use QRegularExpressionMarkus Goetz
2017-09-26Use SyncJournalDb in csyncJocelyn Turcotte