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 (Collapse)Author
2021-10-27Windows: clean-up FolderWatcherErik Verbruggen
- use a QScopedPointer for heap-allocation handling of the thread - change WatcherThread::watchChanges result type to more clearly indicate why it is returning - remove the _done field: it's not needed after changing watchChanges - do conversions for _longPath/_longPathW once in the constructor, not on every call or watchChanges - break nested loop out of watchChanges for readability
2021-10-27Make _ready member field private or constexprErik Verbruggen
Make _ready constexpr on macOS and Linux, so it doesnt' use any space. On Windows it's now private.
2020-07-20Win: Use full Windows paths in file watcher and improve loggingHannah von Reth
2019-07-12FolderWatcher: Wait for ready before testing #7305Christian Kamm
2019-03-14FolderWatcher linux: Make automatically recursive #7068Christian Kamm
Previously it depended on addFolder() / removeFolder() calls to adjust watchers when new folders were added or removed. There also needed to be complex move handling. Now, any folder creation/move-in notifications automatically trigger watcher additions and folder deletion/move-out triggers removal.
2017-10-24FolderWatcher: reliability and data-loss signalChristian Kamm
Add state and signal to catch the following two known problems: * Linux: inotify user watch pool is exhausted. Folder watcher becomes unreliable. * Windows: buffer is too small, some notifications are lost but watching stays reliable.
2017-05-17Apply clang-formatChristian Kamm
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2016-03-31Graceful termination of folderwatcher_win #4620Christian Kamm
2015-06-29Use doxygen style everywhereDaniel Molkentin
2015-06-29Structure developer documentationDaniel Molkentin
- rename target "doc-dev" - group into modules - move to doc/dev
2014-12-02Merge branch 'master' into rename_clientDaniel Molkentin
Conflicts: README.md src/gui/folderman.cpp src/gui/settingsdialog.cpp src/libsync/accessmanager.cpp src/libsync/propagateupload.h
2014-11-20Merge branch '1.7'Christian Kamm
2014-11-10Adjust namespacesDaniel Molkentin
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin