summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-037-60/+96
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-137-60/+96
| |\
| | * winrt: Use correct socket error on socket closeOliver Wolff2016-04-111-2/+2
| | * winrt: fix callbacks by moving them to the xaml threadOliver Wolff2016-04-111-51/+67
| | * WinRT: Enable broadcastsOliver Wolff2016-04-111-0/+1
| | * Doc: clarify redirection handling in QNetworkRequestDavid Faure2016-04-101-4/+5
| | * Note the introductory version of network redirection related enums.Jake Petroules2016-04-092-0/+3
| | * Delete the dangling generic engine object.Weng Xuetian2016-04-081-0/+2
| | * winrt: Add capabilities as specified by modulesMaurice Kalinowski2016-04-071-0/+4
| | * Limit URLs for proxy auto config to 2083 charsSebastian Lösch2016-04-071-3/+12
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-4/+4
* | | Add support for PSK on server sideAndré Klitzing2016-05-029-2/+88
* | | qsslsocket/context_openssl - ALPN and NPN, not ALPN or NPNTimur Pocheptsov2016-05-022-6/+7
* | | QHostAddress: comparator with flexible conversion rulesFelix Braun2016-04-292-15/+115
* | | initializeInflateStream - assert that stream is not nullTimur Pocheptsov2016-04-191-0/+2
* | | Windows CE cleanup.Friedemann Kleint2016-04-142-97/+0
* | | Improve QHttpNetworkReplyPrivate::readStatus()Alex Trotsenko2016-04-141-2/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-113-10/+6
|\| |
| * | Remove redundant QT_PREPEND_NAMESPACETimur Pocheptsov2016-04-081-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-072-9/+5
| |\|
| | * QFtp: Use UTF-8 encoding.Friedemann Kleint2016-04-071-5/+5
| | * Remove superfluous includes from qlocalsocket_win.cppJoerg Bornemann2016-04-061-4/+0
* | | Rework toggling the state of read notifier on unbuffered socketAlex Trotsenko2016-04-073-3/+13
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0538-133/+361
|\| |
| * | QSslSocket (Mac): optimize string usageAnton Kudryavtsev2016-04-041-10/+10
| * | QtNetwork: Remove documentation references to QUdpDatagram.Friedemann Kleint2016-04-012-3/+3
| * | QtNetwork: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-03-314-16/+16
| * | Adjust include file for native sockets on INTEGRITY.Rolland Dudemaine2016-03-311-0/+3
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-303-4/+2
| * | Unify license header usage.Jani Heikkinen2016-03-2925-85/+285
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-244-15/+42
| |\|
| | * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-243-14/+41
| | * Fix typo in QLocalServer documentationSimon Hausmann2016-03-241-1/+1
* | | QAbstractSocket: simplify connect timer handlingAlex Trotsenko2016-04-031-15/+3
* | | QtNetwork: use reserve to optimize memory allocationAnton Kudryavtsev2016-03-312-1/+4
* | | 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
| | |\|