nextcloud-desktop/src/libsync
Christian Kamm 57c14a0eba Windows: Reset QNAM as a workaround. #2899 #2895 #2973
The QNetworkAccessManager is reset when we are disconnected, just
before attempting to fetch the server's status.php.

This may help fix the problem described in various issues where we
get 'Connection closed' or timeout errors after the OS has woken
from sleep.
2015-03-19 11:40:47 +01:00
..
creds Revert "SetupW: Display proper error messages if password or user was wrong." 2015-03-10 11:17:35 +01:00
accessmanager.cpp Namespace fixes 2014-12-02 14:20:13 +01:00
accessmanager.h Merge branch 'master' into rename_client 2014-11-12 00:07:59 +01:00
account.cpp Windows: Reset QNAM as a workaround. #2899 #2895 #2973 2015-03-19 11:40:47 +01:00
account.h Windows: Reset QNAM as a workaround. #2899 #2895 #2973 2015-03-19 11:40:47 +01:00
accountfwd.h Use global Account/AccountState less. 2014-12-18 15:39:51 +01:00
authenticationdialog.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
authenticationdialog.h Adjust namespaces 2014-11-09 22:34:07 +01:00
bandwidthmanager.cpp Propagator: Fix crash 2015-02-06 11:19:41 +01:00
bandwidthmanager.h Propagator: Fix crash 2015-02-06 11:19:41 +01:00
clientproxy.cpp Fix header names 2014-11-09 23:25:57 +01:00
clientproxy.h Adjust namespaces 2014-11-09 22:34:07 +01:00
CMakeLists.txt Fix build of the legacy propagator 2015-03-03 10:05:38 +01:00
configfile.cpp Remove certificateDate property and other superfluous code 2015-02-12 12:37:42 +01:00
configfile.h Remove certificateDate property and other superfluous code 2015-02-12 12:37:42 +01:00
connectionvalidator.cpp Output a more sensible error message for auth errors 2015-03-10 12:14:14 +01:00
connectionvalidator.h Handle 503 due to maintenance more gracefully. #2884 2015-02-25 12:02:10 +01:00
cookiejar.cpp Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
cookiejar.h Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
discoveryphase.cpp ETags: For Folder and RequestEtagJob, always use Concatenation 2015-03-05 17:49:12 +01:00
discoveryphase.h ETags: For Folder and RequestEtagJob, always use Concatenation 2015-03-05 17:49:12 +01:00
filesystem.cpp Uploads: Fix big seeks on Windows. #2954 2015-03-12 13:18:08 +01:00
filesystem.h Uploads: Fix big seeks on Windows. #2954 2015-03-12 13:18:08 +01:00
logger.cpp Add a NO_MSG_HANDLER cmake option 2015-02-19 16:57:16 +01:00
logger.h Logger: use qFormatLogMessage with Qt 5.4 so it respects the Qt logging preferences 2015-02-14 14:23:01 +01:00
networkjobs.cpp Revert "SetupW: Display proper error messages if password or user was wrong." 2015-03-10 11:17:35 +01:00
networkjobs.h Revert "SetupW: Display proper error messages if password or user was wrong." 2015-03-10 11:17:35 +01:00
owncloudpropagator.cpp Revert "Propagator: Delete job on finish" 2015-03-09 16:19:16 +01:00
owncloudpropagator.h PropagateDirectory: make the code a bit more readable 2015-02-12 20:00:04 +01:00
owncloudpropagator_p.h Merge branch 'master' into rename_client 2014-11-12 00:07:59 +01:00
owncloudtheme.cpp Fix build when compiling libsync without QtGui 2015-02-16 10:24:42 +01:00
owncloudtheme.h Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
ownsql.cpp SQL: Improve error reporting of failed exec(). #2693 2015-01-29 09:47:48 +01:00
ownsql.h Merge remote-tracking branch 'origin/1.7' 2014-12-10 13:01:36 +01:00
progressdispatcher.cpp Activity: Set a message for conflicts. #2792 2015-03-12 10:00:45 +01:00
progressdispatcher.h potential fix for #1865 2015-01-08 11:42:14 +01:00
propagatedownload.cpp Propagator: Introduce custom property to make error soft 2015-03-17 23:31:30 +01:00
propagatedownload.h Propagator: Introduce custom property to make error soft 2015-03-17 23:31:30 +01:00
propagateremotedelete.cpp Remote delete: Consider 404 a success. #2919 2015-03-19 10:04:02 +01:00
propagateremotedelete.h Use global Account/AccountState less. 2014-12-18 15:39:51 +01:00
propagateremotemkdir.cpp Propagator: Let network propagator job understand a new header OC-ErrorString 2015-02-26 15:53:09 +01:00
propagateremotemkdir.h Propagate Remote mkdir: save the fileid to the database early 2015-01-22 15:11:04 +01:00
propagateremotemove.cpp Lnk: Work around QFile::rename() #2792 2015-03-11 12:29:33 +01:00
propagateremotemove.h Use global Account/AccountState less. 2014-12-18 15:39:51 +01:00
propagateupload.cpp Propagator: Add comment 2015-03-13 15:48:35 +01:00
propagateupload.h PropagateUpload: add a few comments 2015-03-04 12:00:55 +01:00
propagator_legacy.cpp Lnk: Work around QFile::rename() #2792 2015-03-11 12:29:33 +01:00
propagator_legacy.h Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
propagatorjobs.cpp Lnk: Work around QFile::rename() #2792 2015-03-11 12:29:33 +01:00
propagatorjobs.h Make it compile without neon 2015-01-23 17:56:46 +01:00
syncengine.cpp Logging: Print instruction when job completed. 2015-03-12 10:26:44 +01:00
syncengine.h Discovery: Free some memory before propagate (#2902) 2015-03-02 15:08:21 +01:00
syncfileitem.h Fix the build with GCC 4.7 2015-03-12 14:54:11 +01:00
syncfilestatus.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
syncfilestatus.h Adjust namespaces 2014-11-09 22:34:07 +01:00
syncjournaldb.cpp SyncJournal: Use DELETE journal mode on FAT filesystems. #2693 2015-02-11 14:03:55 +01:00
syncjournaldb.h Make public API explicit about blacklist kind. #2301 2015-01-16 10:17:19 +01:00
syncjournalfilerecord.cpp Make public API explicit about blacklist kind. #2301 2015-01-16 10:17:19 +01:00
syncjournalfilerecord.h Make public API explicit about blacklist kind. #2301 2015-01-16 10:17:19 +01:00
syncresult.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
syncresult.h Adjust namespaces 2014-11-09 22:34:07 +01:00
theme.cpp Theme: Return the correct version string from version() 2015-03-06 16:41:59 +01:00
theme.h Fix build when compiling libsync without QtGui 2015-02-16 10:24:42 +01:00
utility.cpp Fix build when compiling libsync without QtGui 2015-02-16 10:24:42 +01:00
utility.h Fix build when compiling libsync without QtGui 2015-02-16 10:24:42 +01:00
utility_mac.cpp Switch monochrome systray icon color depending on systray brightness. 2014-10-24 21:52:41 +02:00
utility_unix.cpp Switch monochrome systray icon color depending on systray brightness. 2014-10-24 21:52:41 +02:00
utility_win.cpp Switch monochrome systray icon color depending on systray brightness. 2014-10-24 21:52:41 +02:00
version.h.in Split into three separate projects: library, gui and cmd 2014-07-11 11:07:31 +02:00