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
2021-12-01Use | with flags instead of +Hannah von Reth
2021-12-01Fix an isuse with the Windows path limitHannah von Reth
2020-07-20Remove more legacy C codeHannah von Reth
2020-07-20Remove custome string functionsHannah von Reth
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2020-01-09Export c functions used in unittestsHannah von Reth
2020-01-09[CMAKE] Use KDECompilerSettingsHannah von Reth
2019-02-11Build fix for mingw64 7.3 (Qt 5.12.0)Christian Kamm
2018-01-13Remove unused c_strlistOlivier Goffart
2018-01-13Remove unused c_pathOlivier Goffart
2018-01-13Csync: remove some unused build system stuffOlivier Goffart
2018-01-13Csync: use QElapsedTimer and qCInfo instead of CSYNC_LOG and its own csync ti...Olivier Goffart
2018-01-13csync/std: don't build in a separate libraryOlivier Goffart
2017-12-06fix typo error: occured-> occurredHefee
2017-09-25c_utf8_from_locale: optimize the UTF8 case on LinuxOlivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-18Move non-csync-dependent parts of FileSystem to src/commonJocelyn Turcotte
2017-09-18Replace the custom rbtree by a std::mapJocelyn Turcotte
2017-09-06Replace csync_vio_file_stat_t with csync_file_stat_tJocelyn Turcotte
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-08-22Compile almost all of csync as C++Jocelyn Turcotte
2017-08-22Use .cpp for existing csync .cc filesJocelyn Turcotte
2017-08-22Move csync to src/csyncJocelyn Turcotte