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 (Collapse)Author
2020-12-15LockWatcher: Add chrono headerChristian Kamm
2020-12-15Test: Add test for locked file tracking and propagationChristian Kamm
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2017-05-17Apply clang-formatChristian Kamm
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2016-04-29LockWatcher: Keep an eye on Windows file locks (#4758)ckamm
When a conflict-rename or a temporary-rename fails, notify the LockWatcher. It'll regularly check whether the file has become accesible again. When it has, another sync is triggered. owncloud/enterprise#1288