summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkconnectionchannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-7/+28
|\
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-7/+28
| |\
| | * QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-201-7/+28
* | | Fix warning and improve the signature of parseRedirectResponseAllan Sandfeld Jensen2015-03-131-2/+2
* | | QNetworkAccessManager: Support HTTP redirectionMandeep Sandhu2015-03-091-0/+14
|/ /
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-5/+2
|\|
| * SSL NPN negotiation: Do not abort on unmatched protocolsPeter Hartmann2015-02-051-5/+2
* | QNetworkAccessManager: introduce support for TLS PSKGiuseppe D'Angelo2015-01-231-0/+26
|/
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-181-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* network: finish all pending replies upon errorPeter Hartmann2014-04-071-11/+16
* network: add support for the SPDY protocolPeter Hartmann2014-02-191-12/+118
* HTTP internals: introduce protocol handlersPeter Hartmann2014-02-131-364/+18
* Fix Q_ASSERT(!channels[0].isSocketBusy());v5.2.0-beta1Allan Sandfeld Jensen2013-10-211-2/+2
* Merge branch 'stable' into devSergio Ahumada2013-09-211-2/+2
|\
| * HTTP authentication fails if QUrl contains password with %Allan Sandfeld Jensen2013-09-171-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-0/+3
|\|
| * HTTP internals: do not access reply that was deleted alreadyPeter Hartmann2013-07-241-0/+3
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-0/+16
|\|
| * Add reconnect attempts in more cases in QHNCC.Azat Khuzhin2013-07-101-0/+16
* | HTTP internals: do not open too many sockets when preconnectingPeter Hartmann2013-06-241-0/+1
* | HTTP internals: consider SSL sockets with pending encryption as usablePeter Hartmann2013-06-181-0/+3
* | QNetworkAccessManager: add public methods to pre-TCP/pre-SSL-connectPeter Hartmann2013-06-031-0/+10
|/
* Add an encrypted() signal to QNetworkAccessManager and QNetworkReply.Richard Moore2013-02-191-0/+2
* SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-061-1/+18
* Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* Happy Eyeballs: Make sure that we commit the address type for SSL connectionsJocelyn Turcotte2012-10-251-22/+20
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-151-1/+1
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-111-2/+2
* QtNetwork: disconnect other channels when network layer detectedMartin Petersson2012-06-061-0/+1
* QNetworkAccessManager: Read all from socket on remote host closeMartin Petersson2012-05-161-0/+26
* QNAM: close the channel if bytesAvailable and nothing piplinedMartin Petersson2012-04-021-8/+2
* QHttpNetworkConnectionChannel: Warn if bytesAvailable and no replyMartin Petersson2012-03-151-3/+3
* QNam: only init channels when needed.Martin Petersson2012-03-131-2/+65
* Revert "QNam: only init channels when needed."Kent Hansen2012-03-091-65/+2
* QNam: only init channels when needed.Martin Petersson2012-03-061-2/+65
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-021-1/+1
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-7/+7
* Make https requests fail fast when configured without ssl supportShane Kearns2012-02-211-0/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix compiler warnings in QtNetwork.Friedemann Kleint2012-01-051-2/+2
* Fix race in http connection channelShane Kearns2011-12-221-0/+3
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2011-12-221-1/+11