summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* doc: Remove wrong statement about cache filenames.Florian Bruhin2015-12-101-2/+1
* Don't let closed http sockets pass as valid connectionsUlf Hermann2015-11-051-1/+6
* Check if the session is valid before connecting to itAndy Shaw2015-10-271-2/+3
* Make sure networkAccessibilityChanged is emittedLorn Potter2015-09-262-24/+60
* Abort underlying socket when aborting QNetworkReplySebastian Lösch2015-09-266-3/+45
* QNAM: Assign proper channel before sslErrors() emissionMarkus Goetz2015-09-221-0/+2
* Fix hang in qnam when disconnectingLorn Potter2015-09-074-0/+34
* Fix compilation with QNETWORKACCESSHTTPBACKEND_DEBUG enabledDavid Faure2015-09-041-2/+2
* QNAM: Fix reply deadlocks on server closing connectionMarkus Goetz2015-08-202-1/+10
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-175-45/+68
|\
| * Network: Fix up previous corruption patchMarkus Goetz2015-07-085-45/+68
* | Make sure to report correct NetworkAccessibilityLorn Potter2015-07-152-8/+19
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-20/+21
|\|
| * Fix no bearermanagement buildLorn Potter2015-05-291-20/+21
* | QFtp: Suppress warning about reading from closed QIODevice.Friedemann Kleint2015-05-231-1/+4
* | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-086-24/+88
|\|
| * QNAM: Fix compiler warningMarkus Goetz2015-05-081-1/+1
| * QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-206-24/+88
* | Make data tables const.Volker Krause2015-05-051-1/+1
* | Understand file:/ url's as localAleix Pol2015-04-211-1/+2
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-7/+6
|\|
| * fix high memory usage on large downloadLudger Krämer2015-03-311-7/+6
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-13/+1
|\|
| * Remove #ifndef QT_NO_HTTP that does nothingAlbert Astals Cid2015-03-131-13/+1
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-6/+6
* | Network: Fix operator<<(QDebug, ...) operationsKai Koehne2015-02-121-2/+4
* | Update copyright headersJani Heikkinen2015-02-1168-488/+480
* | 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
* | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-081-1/+2
* | QtNetwork: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-1/+1
* | QNetworkAccessManager: introduce support for TLS PSKGiuseppe D'Angelo2015-01-2312-0/+116
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+1
|\|
| * Doc: Fix typosSze Howe Koh2015-01-191-1/+1
* | Fix authenticated POST/PUT http requests with buffering disabledAllan Sandfeld Jensen2015-01-092-14/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+3
|\|
| * QNetworkDiskCache: Do not store set-cookie headers of the response in disk ca...Jeongmin Kim2014-12-201-0/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-182-2/+2
|\|
| * Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-182-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-102-2/+6
|\|
| * QHttpThreadDelegate : Fix QHttpThreadDelegate don't read response data about ...Jeongmin Kim2014-12-031-0/+2
| * QNetworkReply::abort will also call finished()Albert Astals Cid2014-12-021-2/+4
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0318-99/+99
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-243-2/+13
|\|
| * SSL: Fix sslConfiguration in encrypted slotAndré Klitzing2014-11-231-0/+1
| * Do not force a content-type on POST request with no contentAllan Sandfeld Jensen2014-11-191-1/+1
| * Reset QNAM's NetworkConfiguration when state changes.Lorn Potter2014-11-051-1/+11
* | Update credentials on cached http-connectionsAllan Sandfeld Jensen2014-11-033-5/+18
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-273-5/+7
|\|