summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-028-103/+402
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-4/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-4/+2
| | |\
| | | * QNetworkReplyHttpImpl: Fix UB (member call) in destruction sequenceMarc Mutz2016-10-201-4/+2
| * | | HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-217-99/+400
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-134-7/+23
|\| | |
| * | | Add configure feature for QUrl::topLevelDomainLars Knoll2016-10-111-1/+10
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-113-6/+13
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-083-6/+13
| | |\|
| | | * Make sure SSL configuration is correct in QNetworkReply::encrypted.Vladimir Prus2016-10-053-6/+13
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-212-4/+4
|\| | |
| * | | API Review: Don't reorder existing enum valuesSune Vuorela2016-09-151-2/+2
| * | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-2/+2
* | | | 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