summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
* | QLocalSocket/Win: Use QIODevice's internal write bufferJoerg Bornemann2016-05-172-3/+2
* | QLocalSocket/Win: use QRingBuffer::appendJoerg Bornemann2016-05-171-2/+1
* | Add ephemeralServerKey to isNull() and operator==André Klitzing2016-05-132-0/+3
* | QtNetwork: port the last remaining Q_FOREACH loop and add QT_NO_FOREACHMarc Mutz2016-05-122-2/+2
* | QHttpSocketEngine: set error on unsupported operationsAlex Trotsenko2016-05-121-7/+27
* | Prospective MSVC 2013 build fixSimon Hausmann2016-05-101-2/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-067-57/+49
|\|
| * Avoid use of v4-mapped QHostAddress::AnyIPv4 local address on WindowsAlex Trotsenko2016-05-041-0/+13
| * QNativeSocketEngine: fix build in debug mode under WindowsAlex Trotsenko2016-05-021-7/+9
| * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-303-18/+11
| * Remove the use of QMutexPool in QHostInfo and QDnsLookupThiago Macieira2016-04-303-32/+16
* | QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-0417-25/+46
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+0
|\|
| * QSslSocket: remove unused variable in q_X509Callback()Marc Mutz2016-04-261-1/+0
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-273-3/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-273-3/+3
| |\|
| | * QAbstractSocket:waitForReadyRead(): fix handling UDPAlex Trotsenko2016-04-231-1/+1
| | * _q_networkSessionStateChanged - fix weird logicTimur Pocheptsov2016-04-222-2/+2
* | | QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-2716-47/+47
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-263-72/+94
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-253-72/+94
| |\|
| | * QNetworkReplyImplPrivate - potential nullptr dereferenceTimur Pocheptsov2016-04-191-6/+2
| | * WinRT: Removed superfluous callback that handles completed bindsOliver Wolff2016-04-132-8/+0
| | * winrt: Register for socket reads for correct socket engineOliver Wolff2016-04-131-29/+32
| | * winrt: Remove superfluous socketDescriptor assignmentOliver Wolff2016-04-131-1/+0
| | * winrt: only emit readRead signal if the notifyOnRead flag is setOliver Wolff2016-04-131-2/+4
| | * winrt: Cancel pending read operations before tcp sockets are closedOliver Wolff2016-04-132-48/+78
* | | Simplify code in QSpdyProtocolHandler::parseHttpHeaders()Marc Mutz2016-04-251-13/+1
* | | QtNetwork: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-04-251-1/+1
* | | QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-2513-41/+23
* | | QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-2513-41/+40
|/ /
* | QtNetwork: replace Java-style iteratorsAnton Kudryavtsev2016-04-194-54/+56
* | 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
* | 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
* | 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