summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Doc: corrected reference to OpenSSL webpageNico Vertriest2016-09-231-2/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-6/+6
|\
| * QAbstractSocket: replace a reference to outdated state in documentationAlex Trotsenko2016-08-251-6/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-135-7/+7
|\|
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-125-7/+7
* | QAbstractSocket: prevent waitForReadyRead() from early exitAlex Trotsenko2016-08-111-7/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-1/+1
|\|
| * QNativeSocketEngine::option(): return a correct value on invalid callAlex Trotsenko2016-08-051-1/+1
* | 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
* | QAbstractSocket: ensure bind()+connect() works on delayed closeAlex Trotsenko2016-07-201-10/+3
* | 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
* | 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
* | 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-203-34/+64
|\|
| * QSslSocket (OpenSSL) - handle abort/close on sslErrors emittedTimur Pocheptsov2016-06-141-0/+5
| * winrt: Add privateNetworkClientServer to default capabilitiesMaurice Kalinowski2016-06-131-1/+2
| * WinRT: Avoid asserts in socket function with bool return valuesOliver Wolff2016-06-131-9/+14
| * WinRT: fixed error reporting of QNativeSocketEngine::initializeOliver Wolff2016-06-131-14/+6
| * WinRT: Proper error handling in socket engine's "bind"Oliver Wolff2016-06-131-10/+37
* | 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
| | * | Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-261-1/+4
| | |\ \
* | | | | QtNetwork: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-164-4/+4
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | QSslSocket: Data is sent after a certificate is downloaded on Windows.Martin Porcelli2016-06-081-1/+5
* | | | Plug padding holes in QHostAddressPrivateThiago Macieira2016-06-091-4/+3
* | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-0611-588/+32
|\| | |
| * | | WinRT: Rename connectToHost/handleConnectionEstablishedOliver Wolff2016-06-042-17/+11
| * | | WinRT: Early return in case of network errorOliver Wolff2016-06-041-4/+4
| * | | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-1/+4
| |\ \ \ | | | |/ | | |/|
| | * | WinRT: Do not assert on socket closeOliver Wolff2016-05-201-1/+4
| * | | OpenBSD: add /etc/ssl as cert dirRalf Nolden2016-06-011-1/+2
| * | | Compile fix: OpenBSD does not have <arpa/nameser_compat.h>Ralf Nolden2016-06-011-1/+6
| * | | Compile fix for OpenBSD using Q_OS_OPENBSD definesRalf Nolden2016-05-311-1/+5
| * | | Remove QNetworkReplyNSURLConnectionImpl.Jake Petroules2016-05-264-550/+0