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-07-13Delay the deletion of Folder objectsHannah von Reth
This removes the need to check for the existance of the pointers Fixes: #8690
2021-01-05GetLastError() needs to be called when the error happensHannah von Reth
qDebug might clear it already
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-02-11Pin state updatesChristian Kamm
- unspecified and inherited are different - move enum to header in common/ - access through Vfs instead of directly in Journal
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
2017-05-11Upgrade some qCDebug to qCInfo or qCWarningJocelyn Turcotte
Use qCInfo for anything that has general value for support and development. Use qCWarning for any recoverable error and qCCritical for anything that could result in data loss or would identify a serious issue with the code. Issue #5647
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
This gives more insight about the logs and allow setting fine-tuned logging rules. The categories are set to only output Info by default so this allows us to provide more concise logging while keeping the ability to extract more information for a specific category when developping or debugging customer issues. Issue #5647
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-08-10FolderWatcher win: Skip unneeded notifications #3353Christian Kamm
2015-07-08FolderWatcher Win: Use proper lang path handling in folder watcher.Klaas Freitag
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