nextcloud-desktop/src/libsync
Christian Kamm 9e66347be0 Disable HTTP2 by default
Due to QTBUG-73947 and #7020.

Use OWNCLOUD_HTTP2_ENABLED=1 to enable anyway.
2019-02-28 06:59:35 +01:00
..
creds HttpCreds: Warn in log if keychain-write jobs fail #6776 2019-01-30 12:31:15 +01:00
abstractnetworkjob.cpp Account: Fix crash when deleting an account 2018-11-26 10:12:03 +01:00
abstractnetworkjob.h OAuth2: Refresh the token without aborting the sync 2018-10-19 12:37:11 +02:00
accessmanager.cpp Disable HTTP2 by default 2019-02-28 06:59:35 +01:00
accessmanager.h Apply clang-format 2017-05-17 12:26:27 +02:00
account.cpp Account: Fix crash when deleting an account 2018-11-26 10:12:03 +01:00
account.h Placeholders: Move the placeholder option from the account to the folder 2018-04-18 10:27:51 +02:00
accountfwd.h License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
bandwidthmanager.cpp bandwidthmanager: Fix unregistering devices on delete 2017-09-25 12:56:20 +02:00
bandwidthmanager.h bandwidthmanager: Fix unregistering devices on delete 2017-09-25 12:56:20 +02:00
capabilities.cpp Upload conflict files #4557 2017-12-15 18:03:53 +01:00
capabilities.h Upload conflict files #4557 2017-12-15 18:03:53 +01:00
CMakeLists.txt Simplify Sparkle handling in CMake 2018-10-11 13:09:35 +02:00
configfile.cpp Fix lookup of system wide settings 2019-01-11 10:36:33 +01:00
configfile.h Settings migration: Preserve future settings where possible 2018-05-24 12:18:44 +02:00
cookiejar.cpp Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
cookiejar.h Apply clang-format 2017-05-17 12:26:27 +02:00
discoveryphase.cpp Errors: Include path in discovery error message #6826 2018-10-29 19:56:07 +01:00
discoveryphase.h Discovery: Error if properties are missing #6317 2018-03-06 13:01:53 +01:00
filesystem.cpp Remove unused c_path 2018-01-13 13:58:17 +01:00
filesystem.h Move non-csync-dependent parts of FileSystem to src/common 2017-09-18 14:00:52 +02:00
libsync.md Structure developer documentation 2015-06-29 18:43:21 +02:00
localdiscoverytracker.cpp LocalDiscoveryTracker: Separate from Folder and move to libsync 2018-04-19 10:58:46 +02:00
localdiscoverytracker.h LocalDiscoveryTracker: Separate from Folder and move to libsync 2018-04-19 10:58:46 +02:00
logger.cpp Make qFatal() trigger the crash reporter on Windows 2018-11-01 11:24:19 +01:00
logger.h Logging: Add persistent auto-logdir option #6442 2018-04-12 12:38:17 +02:00
networkjobs.cpp Update the minimum supported version 2018-08-30 17:57:02 +02:00
networkjobs.h Utility: use QUrlQuery 2017-12-08 16:15:17 +01:00
owncloudpropagator_p.h Propagation: Connection closed is a normal error #6516 2018-05-17 13:14:20 +02:00
owncloudpropagator.cpp Conflicts: Rename BasePath to InitialBasePath #6709 2018-08-22 09:03:54 +02:00
owncloudpropagator.h Rename Placeholders to Virtual Files in code #6531 2018-05-23 09:57:00 +02:00
owncloudtheme.cpp Theme: unify ownCloudTheme and Theme classes 2018-04-05 18:37:29 +02:00
owncloudtheme.h virtual files: show option only when branding allows it 2018-08-31 16:33:19 +02:00
progressdispatcher.cpp ProgressInfo: Add information for local vs remote discovery 2018-03-06 13:02:54 +01:00
progressdispatcher.h SyncResult: Make sure the number of conflicts is correct #6226 2018-03-06 13:02:54 +01:00
propagatedownload.cpp Download: Fix compile for older Qt (2) 2019-02-05 14:27:19 +01:00
propagatedownload.h OAuth2: Refresh the token without aborting the sync 2018-10-19 12:37:11 +02:00
propagateremotedelete.cpp Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
propagateremotedelete.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateremotemkdir.cpp Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
propagateremotemkdir.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateremotemove.cpp Move: Fix too many starting slashes in the destination header 2018-10-24 14:53:11 +02:00
propagateremotemove.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateupload.cpp PropagateUpload: Avoid crash due to cascading aborts 2018-10-09 13:25:54 +02:00
propagateupload.h PropagateUpload: Fix UploadDevice leak #6699 2018-11-01 12:55:42 +01:00
propagateuploadng.cpp Chunking Move: Fix too many starting slashes in the destination header 2018-12-11 20:57:51 +01:00
propagateuploadv1.cpp PropagateUpload: Fix for missing make_unique() 2018-11-06 11:01:57 +01:00
propagatorjobs.cpp Placeholders: Safe migration to older client versions 2018-04-18 10:27:51 +02:00
propagatorjobs.h Move remote-deleted files to trash 2018-01-25 14:40:16 +01:00
syncengine.cpp Local discovery: always recurse within touched directory 2018-10-12 12:10:50 +02:00
syncengine.h Merge branch 'placeholder-prototype' 2018-04-18 11:02:53 +02:00
syncfileitem.cpp Unify item type enum 2017-12-15 18:02:04 +01:00
syncfileitem.h Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
syncfilestatus.cpp Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
syncfilestatus.h Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
syncfilestatustracker.cpp SyncJournalDB: Allow callers of getFileRecord if the query failed 2017-09-26 11:03:23 +02:00
syncfilestatustracker.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
syncoptions.h Rename Placeholders to Virtual Files in code #6531 2018-05-23 09:57:00 +02:00
syncresult.cpp INSTRUCTION_IGNORE now carries a direction 2018-03-06 13:02:54 +01:00
syncresult.h SyncResult: Make sure the number of conflicts is correct #6226 2018-03-06 13:02:54 +01:00
theme.cpp Add a noPreFlight branding option 2019-02-01 18:39:04 +01:00
theme.h Add a noPreFlight branding option 2019-02-01 18:39:04 +01:00