summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Add a way to get Content-Length when using compressed dataJesus Fernandez2016-09-068-7/+34
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-08-254-6/+8
|\
| * Merge dev into 5.8Oswald Buddenhagen2016-08-2211-468/+461
| |\
| * | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-194-6/+8
* | | QNetworkAccessBackend: remove unused fwd declarationMarc Mutz2016-08-241-1/+0
| |/ |/|
* | Refactor Http2::FrameReader/Http2::FrameWriterTimur Pocheptsov2016-08-196-402/+343
* | HTTP/2 - do not set END_HEADERS if we have CONTINUATIONsTimur Pocheptsov2016-08-172-1/+2
* | HTTP/2 - fix QT_NO_SSL buildTimur Pocheptsov2016-08-153-22/+19
* | Document HTTP2Allowed attributeTimur Pocheptsov2016-08-111-0/+8
* | Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-115-22/+38
* | http2frame - do not rely on a socket's bufferTimur Pocheptsov2016-08-113-85/+115
|/
* Revert "Implement protocol upgrade for HTTP/2 enabled requests"Timur Pocheptsov2016-08-048-149/+28
* Implement protocol upgrade for HTTP/2 enabled requestsTimur Pocheptsov2016-08-038-28/+149
* fix namespaced buildOswald Buddenhagen2016-08-011-2/+2
* HTTP/2 - fix 'GOAWAY' frame size validationTimur Pocheptsov2016-07-251-2/+6
* Add missing overloads for custom verbsRichard J. Moore2016-07-222-0/+43
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-192-9/+6
|\
| * Optimize string usageAnton Kudryavtsev2016-07-151-6/+3
| * Replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-061-3/+3
* | Add "We mean it." warning to HTTP2 protocol handler headersFriedemann Kleint2016-07-134-0/+44
* | Remove SSL includes from qhttpnetworkconnection_p.hFriedemann Kleint2016-07-124-13/+6
* | HTTP2 protocol handlerTimur Pocheptsov2016-07-0819-12/+2686
* | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-062-16/+16
* | Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-0338-6/+51
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-173-12/+12
|\|
| * Merge "Merge remote-tracking branch 'origin/5.7.0' into 5.7" into refs/stagin...Liang Qi2016-06-161-10/+10
| |\
| | * Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-10/+10
| | |\
| | | * Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-10/+10
| * | | QtNetwork: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-162-2/+2
| |/ /
* | | HPACK implementationTimur Pocheptsov2016-06-1510-0/+2764
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-1310-629/+31
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-065-566/+1
| |\ \
| | * | Remove QNetworkReplyNSURLConnectionImpl.Jake Petroules2016-05-264-550/+0
| | * | Fixed variable typeJesus Fernandez2016-05-211-1/+1
| * | | Add Q_ENUM for QNetworkAccessManager::NetworkAccessibility.Volker Krause2016-06-011-0/+1
| * | | QNetworkReply: remove double bufferingAlex Trotsenko2016-05-254-67/+29
| | |/ | |/|
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-4/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-233-22/+88
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-193-22/+88
| |\|
| | * make sure QNAM reacts to configuration changesLorn Potter2016-05-073-22/+86
* | | Add support for Apple tvOSMike Krus2016-05-172-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1211-53/+43
|\| |
| * | QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-045-6/+12
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-272-2/+2
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-272-2/+2
| | |\|
| | | * _q_networkSessionStateChanged - fix weird logicTimur Pocheptsov2016-04-222-2/+2
| * | | QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-273-16/+16
| |/ /
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-261-6/+2
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-6/+2
| | |\|
| | | * QNetworkReplyImplPrivate - potential nullptr dereferenceTimur Pocheptsov2016-04-191-6/+2