summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * QNetworkDiskCache: Fix QNetworkDiskCache don't handle to set CookieHeader.Jeongmin Kim2014-10-222-4/+5
| * Improve iOS https error handling.Morten Johan Sørvig2014-10-221-1/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-095-9/+12
|\|
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-014-8/+11
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-294-8/+11
| | |\
| | | * QNAM: Fix previous HTTP upload CPU fixMarkus Goetz2014-09-252-1/+11
| | | * Fix crash in QNetworkAccessCacheBackend::closeDownstreamChannelAlbert Astals Cid2014-09-222-7/+0
| * | | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
| |/ /
* / / QNetworkRequest: Add new enum to emit all uploadProgress signalsPeter Hartmann2014-10-046-14/+33
|/ /
* | Update license headers and add new license filesMatti Paaso2014-09-2467-1268/+732
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-233-12/+17
|\|
| * Preventing caching of null authenticatorEric Lemanissier2014-09-091-0/+2
| * refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-152-12/+15
* | [Bearer] Try a bit harder to open a network sessionPierre Rossi2014-09-221-1/+7
* | QNetworkDiskCache: fix expiration calculation heuristic with Last-Modified timeDong-Heon Jung2014-09-121-13/+11
* | QNetworkReply: move "State" enum declaration into QNetworkReplyPrivateMaks Naumov2014-09-095-45/+35
* | Introduce secure transport backend for Windows RuntimeOliver Wolff2014-08-131-0/+2
* | SSL: split ssl files into general and "_openssl" implementationOliver Wolff2014-08-091-2/+2
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-071-0/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-292-0/+23
|\|
| * QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-252-0/+23
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-1/+9
|\|
| * Added stream version into network cache file formatNikita Krupenko2014-07-171-1/+9
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-018-28/+57
|\ \