summaryrefslogtreecommitdiff
path: root/src/network/access/qhttpthreaddelegate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Add null httpReply checks to QHttpThreadDelegateShane Kearns2012-07-041-6/+25
* qhttpthreaddelegate: check that we have a reply set when reading.Martin Petersson2012-05-161-0/+3
* QNetworkReply::setReadBufferSize fix for threaded httpMartin Petersson2012-05-131-3/+47
* Fix build with QT_NO_WARNING_OUTPUTAndy Shaw2012-04-191-2/+2
* Fix incorrect use of QObject::disconnect in synchronous http requestShane Kearns2012-02-201-2/+4
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* QNAM: Fix authentication cache when the password is in the URLOlivier Goffart2011-11-081-2/+3
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fix compilation with QT_NO_*Tasuku Suzuki2011-05-021-0/+3
* Merge remote-tracking branch 'earth-team/master' into earth-staging-masterOlivier Goffart2011-04-201-3/+55
|\
| * HTTP+SSL: use default SSL configuration, and avoid setting it explctlyPeter Hartmann2011-04-141-1/+1
| * Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-111-0/+5
| |\
| * \ Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-251-1/+1
| |\ \
| * | | Bearer support for threaded http backendShane Kearns2011-03-101-0/+9
| * | | Fix synchronous http deadlock when aborted by internal timeoutShane Kearns2011-03-101-2/+7
| * | | Add debug logging to QHttpThreadDelegateShane Kearns2011-03-101-0/+38
* | | | Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-04-141-0/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Handle the HTTP 418 reply properly in QNAMThiago Macieira2011-04-011-0/+5
| | |/ | |/|
* | | Fix QT_NO_NETWORKPROXY.con2011-03-221-0/+4
|/ /
* | Update copyright year to 2011.Rohan McGovern2011-03-111-1/+1
|/
* QNAM HTTP: Add qWarning() for double-finished() bugMarkus Goetz2011-02-231-0/+10
* QNAM HTTP: Fix compilation 2Markus Goetz2011-02-211-2/+8
* QNAM: Threaded HTTP implementationMarkus Goetz2011-02-211-0/+502