summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* QDateTime: Deprecate setYMD()John Layt2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3060-60/+60
* Gives QNetworkCookieJar a virtual API.Jonas M. Gastal2012-01-274-63/+128
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-259-9/+0
* Update contact information in license headers.Jason McDonald2012-01-2360-60/+60
* Removing QHttpHeader and QHttpResponseHeader.Jonas M. Gastal2012-01-194-919/+1
* Fix compiler warnings in Qt Network.Friedemann Kleint2012-01-191-1/+1
* Fixed build break when bearer is disabled.Xizhi Zhu2012-01-161-0/+4
* Cleaning up header includes.Jonas M. Gastal2012-01-135-6/+5
* Remove shadowing members in QNetworkReplyHttpImplPrivateAlexander Færøy2012-01-121-2/+0
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-123-5/+5
* Make QFtp private.Jonas M. Gastal2012-01-124-5/+65
* Update year in Nokia copyright headers.Jason McDonald2012-01-102-2/+2
* Using proper virtual functions instead of Q_INVOKABLE tricks.Jonas M. Gastal2012-01-096-47/+68
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-066-3464/+919
* Fix crashing data urlsSimon Hausmann2012-01-061-1/+1
* QNetworkAccessManager: check if networksession is setMartin Petersson2012-01-061-8/+10
* Update copyright year in license headers.Jason McDonald2012-01-0562-62/+62
* Fix compiler warnings in QtNetwork.Friedemann Kleint2012-01-052-3/+2
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-292-10/+6
* Clarifying the flow of signals on QNetworkAccessManager.Jonas M. Gastal2011-12-281-1/+6
* Fix race in http connection channelShane Kearns2011-12-222-1/+3
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2011-12-224-10/+32
* Fix for assertion failureShane Kearns2011-12-222-1/+6
* Fix faulty logic in http connection pipeliningShane Kearns2011-12-221-2/+6
* QNetworkAccessManager: fixed foreach copy of host addressMartin Petersson2011-12-221-1/+1
* QNetworkAccessManager: delay IPv4 or IPv6 based on getaddrinfo orderMartin Petersson2011-12-223-18/+35
* Fix regression in user-agent setting of http proxy in a QNetworkRequestShane Kearns2011-12-191-2/+5
* QNetworkAccessManager: delay IPv4 connection with Happy EyeballsMartin Petersson2011-12-163-1/+31
* Fix null pointer dereference in NTLM authenticationShane Kearns2011-12-121-2/+5
* QNetworkAccessManager: check the buffer size before allocateMartin Petersson2011-12-071-5/+9
* Removing unnecessary hidden property "_q_user-agent".Jonas M. Gastal2011-11-241-1/+1
* QNetworkAccessBackend::start() is used although QT_NO_BEARERMANAGEMENT is def...shkim2011-11-181-2/+0
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-161-1/+1
* HTTP: blacklist server for pipeliningPeter Hartmann2011-11-141-0/+1
* network: remove Symbian specific codePeter Hartmann2011-11-142-15/+1
* QNAM: Fix authentication cache when the password is in the URLOlivier Goffart2011-11-083-3/+8
* Remove the QT_MOBILITY_BEARER macro.Xizhi Zhu2011-10-251-8/+4
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-242-4/+2
* Use QBasicAtomicInt as a static variableShane Kearns2011-10-211-4/+4
* FTP - fix interoperability issues with SIZE commandShane Kearns2011-10-201-2/+2
* Remove stale documentation.Casper van Donderen2011-10-181-5/+0
* QHttpNetworkConnection: fix compile warningMartin Petersson2011-10-141-2/+2
* QNetworkAccessManager: hostInfo lookup should use proxy if setMartin Petersson2011-10-121-2/+10
* Fix construction races in QtNetworkShane Kearns2011-10-111-5/+10
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-5/+0
* QNAM - fix poor performance of HEAD request with authenticationShane Kearns2011-10-051-1/+1
* Fix compiler warnings.Friedemann Kleint2011-09-283-7/+6
* Fix QNetworkReply::errorString returning an untranslated stringGiuseppe D'Angelo2011-09-121-10/+10
* Fix compilation with QT_NO_*Tasuku Suzuki2011-09-122-0/+7