summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-2912-125/+15
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2243-287/+400
|\
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-218-70/+85
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-218-70/+85
| | |\
| | | * Make QWindowsPipeWriter thread-free.Joerg Bornemann2016-03-171-1/+0
| | | * Don't include by default ciphers that are not supportedAntonio Larrosa2016-03-141-3/+5
| | | * Do not send the trailing dot of a hostname as part of the SNIRichard J. Moore2016-03-131-0/+4
| | | * QNetworkHeaders: fix UB (invalid enum value) in Private::parseAndSetHeader()Marc Mutz2016-03-121-5/+7
| | | * QLocalServer/Win: Fix race condition in listen().Joerg Bornemann2016-03-101-30/+40
| | | * Deduplicate a condition to make clear that several cases ask it.Edward Welbourne2016-03-101-27/+25
| | | * Skip spurious .toLower() on returns of QUrl::scheme()Edward Welbourne2016-03-104-4/+4
| * | | Remove dynamically-loaded use of DNS lookup feature for INTEGRITY.Rolland Dudemaine2016-03-211-2/+4
| |/ /
| * | QAbstractSocket: do not fail writing on read buffer overflowAlex Trotsenko2016-03-181-4/+5
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-135-36/+24
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-115-36/+24
| | |\|
| | | * Accept LFCRLF to mark end of HTTP HeadersDyami Caliri2016-03-092-4/+3
| | | * Use booleans as booleans; don't compare == true to do so !Edward Welbourne2016-03-081-3/+3
| | | * Purge a verbose no-op.Edward Welbourne2016-03-081-4/+0
| | | * Simplified repeated #if-ery and entangled conditionals.Edward Welbourne2016-03-081-9/+7
| | | * Duplicate trivial code for clarity on early return.Edward Welbourne2016-03-081-7/+4
| | | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+4
| | | * QAbstractSocket: fix a possible crash in waitForReadyRead()Alex Trotsenko2016-03-021-4/+3
| * | | QHostInfo: optimize container usageAnton Kudryavtsev2016-03-131-24/+38
| * | | QHttpNetworkConnection: fix spelling in qWarning()Marc Mutz2016-03-121-1/+1
| |/ /
| * | QtNetwork: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-047-14/+14
| * | QHttpNetworkConnection: fix expensive iteration over QMultiMap::values()Marc Mutz2016-03-041-3/+2
| * | QtNetwork: optimize container usageAnton Kudryavtsev2016-03-037-43/+61
| * | QBearerEngine: break out repeated loops as methods.Anton Kudryavtsev2016-03-031-45/+25
| * | QHostAddress: enable (N)RVO in toString() for gccAnton Kudryavtsev2016-03-031-10/+3
| * | QLocalServer, QLocalSocket: simpler use of startsWith()Anton Kudryavtsev2016-03-032-2/+2
| * | QtNetwork: optimize if-else conditions.Anton Kudryavtsev2016-03-034-15/+14
| * | Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-0116-19/+123
* | | Rework toggling the state of read notifier on buffered socketAlex Trotsenko2016-03-211-15/+7
* | | qsslsocket/qsslcontext - add ALPN (OpenSSL only)Timur Pocheptsov2016-03-215-10/+70
* | | QAbstractSocketPrivate: remove unused declarationAlex Trotsenko2016-03-181-1/+0
* | | QAbstractSocket: do not try to disable write notifications twiceAlex Trotsenko2016-03-151-6/+6
* | | QAbstractSocket: remove unnecessary checksAlex Trotsenko2016-03-091-3/+2
* | | Add missing "We mean it." warning to qnetworkfile_p.h.Friedemann Kleint2016-03-081-0/+11
* | | QNetworkFile: Fix compile error with MinGW/gcc 5.1.Friedemann Kleint2016-03-081-0/+1
* | | Async open file support in QNetworkAccessManagerJesus Fernandez2016-03-079-89/+301
* | | Check if socketEngine is set before accessing it.Fredrik de Vibe2016-03-041-1/+4
* | | QAbstractSocket::flush(): remove manual polymorphismAlex Trotsenko2016-03-015-20/+21
|/ /
* | Add We-mean-it comment to qnetworkdatagram_p.h.Friedemann Kleint2016-02-251-0/+11
* | QtNetwork: don't use Boyer-Moore for single-character needlesMarc Mutz2016-02-242-11/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-183-15/+2
|\|
| * QtNetwork: Silence Clang on Windows.Friedemann Kleint2016-02-172-14/+1
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-173-19/+21
|\ \
| * | QHttpNetworkConnectionPrivate: de-duplicate calls in if-else chainsAnton Kudryavtsev2016-02-151-14/+19
| * | Use QVector instead of QList for sizeof(T) > sizeof(void*)Sérgio Martins2016-02-141-1/+1