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
2018-06-04Merge pull request #322 from nextcloud/upstream/pr/6404Roeland Jago Douma
2018-06-04csync: Simplify csync_walk_local_tree/csync_walk_remote_treeOlivier Goffart
2018-05-16Excludes: Expand doc, Desktop.ini only in root folderChristian Kamm
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
2017-09-25chsck_vio: fix readdir test by removing it.Olivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-18Move non-csync-dependent parts of FileSystem to src/commonJocelyn Turcotte
2017-09-18Remove the usage of phash in csyncJocelyn Turcotte
2017-09-18Replace the custom rbtree by a std::mapJocelyn Turcotte
2017-09-18csync: Keep the csync_file_stat_t instances created during discoveryJocelyn Turcotte
2017-09-14Excludes: Allow escaping # #6012Christian Kamm
2017-09-07Fix compile errorsChristian Kamm
2017-09-06Use a C++ contructor and destructor for CSYNCJocelyn Turcotte
2017-09-06Remove csync_s::replicaJocelyn 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-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-08-22Fix cmocka deprecation warningsJocelyn Turcotte
2017-08-22Compile almost all of csync as C++Jocelyn Turcotte
2017-08-22Move csync to src/csyncJocelyn Turcotte
2017-08-22Move csync/tests to test/csyncJocelyn Turcotte