summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fixed enum and parameter links for networkOliver Wolff2012-12-011-1/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-304-0/+4
* tr()-Fix: Shorten QFtp error message.Friedemann Kleint2012-11-261-1/+1
* Only allow caching for HTTP GET and HEAD requests.Michael Brüning2012-11-262-2/+8
* Remove some dead code in switch statementsSergio Ahumada2012-10-293-22/+0
* Happy Eyeballs: Make sure that we commit the address type for SSL connectionsJocelyn Turcotte2012-10-251-22/+20
* Fix mistakes in QNetworkAccessManager docs.Mitch Curtis2012-10-221-2/+2
* Fix spelling mistake in QNetworkDiskCache detailed description.Mitch Curtis2012-10-151-1/+1
* Workaround MSVC2008 build failure after switching to std::lower_boundGiuseppe D'Angelo2012-09-271-0/+4
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-242-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2260-1440/+1440
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+3
* Network: Fix gcc warning about qDebug formatKai Koehne2012-09-181-1/+1
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-181-1/+1
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-154-5/+5
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-142-3/+3
* test: QFtp tests require `private_tests' setSergio Ahumada2012-09-091-1/+1
* fix a mismatch of using QT_NO_NETWORKPROXYJing Bai2012-09-031-0/+3
* QNetworkDiskCache: avoid a 31-bit truncationMarc Mutz2012-08-231-1/+1
* QtNetwork: declare some classes as sharedMarc Mutz2012-08-234-1/+8
* A few more random documentation fixesShawn Rutledge2012-08-231-2/+2
* Fix typo in QAbstractNetworkCache documentation.Mitch Curtis2012-08-211-1/+1
* Add missing #include <qmetatype.h>Thiago Macieira2012-08-201-0/+1
* Fix some documentation inconsistency in QtNetwork.Stephen Kelly2012-08-062-21/+21
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-257-14/+16
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-243-5/+0
* QtNetwork: normalize signals/slotsMarc Mutz2012-07-182-8/+8
* Fix some spelling errorsSergio Ahumada2012-07-113-5/+5
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-068-0/+44
* Add null httpReply checks to QHttpThreadDelegateShane Kearns2012-07-031-6/+25
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-282-0/+2
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-2/+2
* QNetworkCookie - ignore unparsable expires attributeShane Kearns2012-06-271-4/+3
* Ignore empty domain attribute in cookiesShane Kearns2012-06-271-9/+18
* Use RFC6265 rules for cookie path & path matchingShane Kearns2012-06-272-8/+25
* QNetworkCookie: Use RFC6265 rules for parsing Set-CookieShane Kearns2012-06-271-87/+16
* QNetworkCookie - use RFC6265 rules for max-ageShane Kearns2012-06-271-3/+9
* QNetworkCookie - ignore unknown attributesShane Kearns2012-06-271-9/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2012-06-271-13/+5
* Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0Andy Shaw2012-06-221-1/+2
* Change default Content-Type for http POST to match 4.7.4Shane Kearns2012-06-211-2/+5
* QNetworkAccessManager: delete the httpThreadMartin Petersson2012-06-202-4/+12
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-144-4/+4
* choke uploadProgress signalsShane Kearns2012-06-143-3/+27
* choke downloadProgress signalsShane Kearns2012-06-145-7/+40
* Namespace the bundled zlib symbols, to avoid clash with user zlibaavit2012-06-082-33/+50
* QtNetwork: disconnect other channels when network layer detectedMartin Petersson2012-06-063-0/+11
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+2
* QtNetwork: handle raw deflate compressed data in Http.Martin Petersson2012-06-011-1/+20