summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* make sure QNAM reacts to configuration changesLorn Potter2016-05-073-22/+86
* 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
* QSslSocket: remove unused variable in q_X509Callback()Marc Mutz2016-04-261-1/+0
* QAbstractSocket:waitForReadyRead(): fix handling UDPAlex Trotsenko2016-04-231-1/+1
* _q_networkSessionStateChanged - fix weird logicTimur Pocheptsov2016-04-222-2/+2
* 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
* 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
* QFtp: Use UTF-8 encoding.Friedemann Kleint2016-04-071-5/+5
* Remove superfluous includes from qlocalsocket_win.cppJoerg Bornemann2016-04-061-4/+0
* Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-243-14/+41
* Fix typo in QLocalServer documentationSimon Hausmann2016-03-241-1/+1
* 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
* 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
* QtNetwork: Silence Clang on Windows.Friedemann Kleint2016-02-172-14/+1
* Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
* QNetworkProxyFactory: don't re-call QUrl::scheme() in if-else chain.Anton Kudryavtsev2016-01-291-5/+6
* Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-281-5/+5
* winrt: Fix potential crash in readDatagramMaurice Kalinowski2016-01-211-1/+1
* QNetworkInterface: don't add a QNetworkAddressEntry if no IP is knownThiago Macieira2016-01-211-17/+17
* QNetworkInterface: fix handling of interfaces with no addressesThiago Macieira2016-01-211-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-196-4/+24
|\
| * Do not discard WSAECONNRESET error code from UDP under WindowsAlex Trotsenko2016-01-043-1/+19