qt5base-lts/src/network/access
Marc Mutz 8967e731a6 QNetworkDiskCache: avoid a 31-bit truncation
Network operations whose content size exceed 2G are not unheard of, and
they probably shouldn't be cached, so use the correct toX() function, one
that doesn't truncate the value in the header.

Change-Id: Ie4e68a3120c85952dd2cc9feb73c5844e20b9aa3
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
2012-08-23 18:05:31 +02:00
..
access.pri Automatically query for Mac Proxy Server credentials 2012-04-11 01:42:12 +02:00
qabstractnetworkcache_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qabstractnetworkcache.cpp Fix typo in QAbstractNetworkCache documentation. 2012-08-21 13:41:01 +02:00
qabstractnetworkcache.h QtNetwork: declare some classes as shared 2012-08-23 15:54:02 +02:00
qftp_p.h Make qurlinfo private, now that QFtp is private. 2012-06-14 12:23:11 +02:00
qftp.cpp Make qurlinfo private, now that QFtp is private. 2012-06-14 12:23:11 +02:00
qhttpmultipart_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qhttpmultipart.cpp QtNetwork: add member-swap to shared classes 2012-07-06 16:08:02 +02:00
qhttpmultipart.h QtNetwork: declare some classes as shared 2012-08-23 15:54:02 +02:00
qhttpnetworkconnection_p.h QtNetwork: disconnect other channels when network layer detected 2012-06-06 15:29:34 +02:00
qhttpnetworkconnection.cpp Fix some spelling errors 2012-07-11 14:52:37 +02:00
qhttpnetworkconnectionchannel_p.h QNam: only init channels when needed. 2012-03-13 10:11:22 +01:00
qhttpnetworkconnectionchannel.cpp QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
qhttpnetworkheader_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qhttpnetworkheader.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qhttpnetworkreply_p.h Remove obsolete or commented use of Q_DECLARE_METATYPE. 2012-07-24 10:46:24 +02:00
qhttpnetworkreply.cpp Fix some spelling errors 2012-07-11 14:52:37 +02:00
qhttpnetworkrequest_p.h Add missing #include <qmetatype.h> 2012-08-20 16:58:01 +02:00
qhttpnetworkrequest.cpp Change default Content-Type for http POST to match 4.7.4 2012-06-21 00:58:05 +02:00
qhttpthreaddelegate_p.h Properly handle unexpected EOF in QHttpThreadDelegate 2012-05-15 04:57:02 +02:00
qhttpthreaddelegate.cpp QtNetwork: normalize signals/slots 2012-07-18 14:40:38 +02:00
qnetworkaccessauthenticationmanager_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccessauthenticationmanager.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccessbackend_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccessbackend.cpp QNAM - maintain a weak reference to the QNetworkSession 2012-06-01 15:19:42 +02:00
qnetworkaccesscache_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccesscache.cpp A few more random documentation fixes 2012-08-23 02:55:17 +02:00
qnetworkaccesscachebackend_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccesscachebackend.cpp Make qurlinfo private, now that QFtp is private. 2012-06-14 12:23:11 +02:00
qnetworkaccessdebugpipebackend_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccessdebugpipebackend.cpp Port to the new QUrl API 2012-03-30 01:19:59 +02:00
qnetworkaccessfilebackend_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccessfilebackend.cpp Make qurlinfo private, now that QFtp is private. 2012-06-14 12:23:11 +02:00
qnetworkaccessftpbackend_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccessftpbackend.cpp QNetworkAccessManager - ensure abort reaches QFtp 2012-05-03 06:09:53 +02:00
qnetworkaccessmanager_p.h QNAM - maintain a weak reference to the QNetworkSession 2012-06-01 15:19:42 +02:00
qnetworkaccessmanager.cpp QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
qnetworkaccessmanager.h Use NetworkSessionFailedError in QNetworkReply 2012-04-11 22:18:48 +02:00
qnetworkcookie_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkcookie.cpp QtNetwork: add member-swap to shared classes 2012-07-06 16:08:02 +02:00
qnetworkcookie.h QtNetwork: declare some classes as shared 2012-08-23 15:54:02 +02:00
qnetworkcookiejar_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkcookiejar.cpp Use RFC6265 rules for cookie path & path matching 2012-06-27 00:46:35 +02:00
qnetworkcookiejar.h QtNetwork: make some constructors explicit 2012-03-14 12:37:30 +01:00
qnetworkdiskcache_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkdiskcache.cpp QNetworkDiskCache: avoid a 31-bit truncation 2012-08-23 18:05:31 +02:00
qnetworkdiskcache.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkreply_p.h choke uploadProgress signals 2012-06-14 05:26:37 +02:00
qnetworkreply.cpp Fix some documentation inconsistency in QtNetwork. 2012-08-06 16:04:09 +02:00
qnetworkreply.h QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
qnetworkreplydataimpl_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkreplydataimpl.cpp Port to the new QUrl API 2012-03-30 01:19:59 +02:00
qnetworkreplyfileimpl_p.h Drop file-engine abstraction from public API 2012-02-22 00:07:31 +01:00
qnetworkreplyfileimpl.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkreplyhttpimpl_p.h choke downloadProgress signals 2012-06-14 05:26:35 +02:00
qnetworkreplyhttpimpl.cpp QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
qnetworkreplyimpl_p.h QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
qnetworkreplyimpl.cpp QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
qnetworkrequest_p.h Use QPointer instead of QWeakPointer. 2012-06-05 18:42:26 +02:00
qnetworkrequest.cpp Fix some documentation inconsistency in QtNetwork. 2012-08-06 16:04:09 +02:00
qnetworkrequest.h QtNetwork: declare some classes as shared 2012-08-23 15:54:02 +02:00