summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-092-3/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-052-3/+3
| |\
| | * Remove unneeded ';' after some macrosKai Pastor2016-08-041-2/+2
| | * QLocalSocket/Tcp: open device before making a connectionAlex Trotsenko2016-08-041-1/+1
* | | 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 some syntax issues in SCTP implementationAlex Trotsenko2016-08-033-5/+10
* | | Fix grammar issues in SCTP documentationAlex Trotsenko2016-08-024-15/+15
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-021-10/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-10/+3
| |\| |
| | * | QAbstractSocket: ensure bind()+connect() works on delayed closeAlex Trotsenko2016-07-201-10/+3
* | | | fix namespaced buildOswald Buddenhagen2016-08-011-2/+2
|/ / /
* | | QSslDiffieHellmanParameters_dummy - remove Q_UNIMPLEMENTEDTimur Pocheptsov2016-07-291-2/+0
* | | Store QSslKey in specific key format to provide more details for keyLars Schmertmann2016-07-283-8/+22
* | | Introduce SCTP sockets supportAlex Trotsenko2016-07-2731-117/+1626
* | | 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 "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-226-25/+29
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-196-25/+29
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-152-8/+7
| | |\|
| | | * QSslSocketBackendPrivate: Remove QString warningsGabriel de Dietrich2016-07-121-6/+5
| | | * Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-2/+2
| | * | Optimize string usageAnton Kudryavtsev2016-07-151-6/+3
| | * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
| | * | Replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-061-3/+3
| | * | QSslSocket: reset connection parameters on disconnectAlex Trotsenko2016-07-051-0/+7
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-043-8/+9
| | |\|
| | | * Replace LLINDEX macro not present on all BSDs with the codeRalf Nolden2016-07-031-4/+1
| | | * QSslSocket: improve documentation of the supported protocolsGiuseppe D'Angelo2016-07-011-1/+2
| | | * QSslSocket::transmit (macOS/iOS) - do not use invalid contextTimur Pocheptsov2016-06-301-3/+6
* | | | Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-201-0/+4
|/ / /
* | | 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-0821-12/+2688
* | | QNativeSocketEngine/Win: fetch connection parameters only onceAlex Trotsenko2016-07-081-40/+44
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-063-22/+18
* | | Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-03106-15/+243
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-011-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-0/+4
| |\|
| | * NetBSD: use paccept() where accept4() is usedRalf Nolden2016-06-281-0/+4
* | | Fix some qdoc-warnings for Qt 5.8.Friedemann Kleint2016-06-282-9/+10
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-231-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-2/+2
| |\|
| | * Fix inconsistency between the #if guards in SSL PSK codeLiang Qi2016-06-221-2/+2
* | | Fix inconsistency between the #if guards in SSL PSK code - Part 2Liang Qi2016-06-221-2/+2
* | | Bump \since 5.7 to 5.8 for QNetworkDatagramAndré Klitzing2016-06-221-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-213-34/+64
|\ \ \