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
2021-05-06GetLastError() needs to be called when the error happensHannah von Reth
qDebug might clear it already Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
2020-12-15Win: Use full Windows paths in file watcher and improve loggingHannah von Reth
2020-12-15Pin state updatesChristian Kamm
- unspecified and inherited are different - move enum to header in common/ - access through Vfs instead of directly in Journal
2020-12-03Add debug log to check which folders are being skipped during syncing.Camila
Signed-off-by: Camila <hello@camila.codes>
2020-11-24FolderWatcher: Wait for ready before testing #7305Christian Kamm
2020-06-08Replace NULL by nullptr in all C++ filesStephan Beyer
We keep NULL in the pure C files in src/csync/std and test/csync. We also replace Doxygen documentation referring to "NULL" to "\c nullptr" (formatted as code). Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
2019-09-08Numoerous safe conversions implemented. Added additional ↵Dominique Fuchs
Utility::convertSizeToDWORD for windows builds. Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
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