summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QAbstractSocket: do not enable read notifications on TCP in bind()Alex Trotsenko2015-12-241-1/+2
| * doc: Remove wrong statement about cache filenames.Florian Bruhin2015-12-101-2/+1
| * Add missing \since to QSslCipher QString overload.Florian Bruhin2015-12-101-0/+2
* | QHttpSocketEngine: ensure pending EOF triggers a notificationAlex Trotsenko2016-01-181-1/+4
* | Fix documentation for ReuseAddressHint on Unix.David Faure2016-01-111-2/+2
* | winrt: Use "await" with its timeout for dns queriesOliver Wolff2016-01-051-17/+28
* | winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-053-158/+11
* | QNetworkReplyHttpImpl: convert another QDateTime::currentDateTime() to curren...Marc Mutz2016-01-041-1/+1
* | QNativeSocketEngine: fix undefined variable on FreeBSDDmitry Shachnev2016-01-021-1/+1
* | QSocks5SocketEngine: Always try to connect in connectToHost unless already co...Robin Burchell2015-12-301-6/+8
* | Docu: fix documentation of QHostAddress() default constructor.David Faure2015-12-221-1/+1
* | QtNetwork: Standardize error message about IPv6 addresses for nameservers.v5.6.0-beta1Friedemann Kleint2015-12-144-4/+9
* | Align signature with generic native socket engineMaurice Kalinowski2015-12-091-1/+1
* | QNetworkInterface: fix support for address labels on Linux interfacesThiago Macieira2015-12-081-7/+31
* | WinRT: Set TemporaryError in QNativeSocketEngine::accept() when no connection...Friedemann Kleint2015-12-071-1/+3
* | Doc: Added missing semicolons to snippetNico Vertriest2015-12-031-3/+3
* | QDnsLookup: fix grammar in a user-visible stringMarc Mutz2015-11-281-2/+2
* | QNAM Fix error messageDaniel Molkentin2015-11-281-2/+2
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-285-21/+21
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-274-113/+336
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-274-113/+336
| |\|
| | * Secure Transport - make it work on OS X 10.7Timur Pocheptsov2015-11-231-79/+212
| | * Secure Transport backend - make it work on OS X 10.7Timur Pocheptsov2015-11-232-13/+103
| | * Fix build with 'udpsocket' feature disabledAlex Trotsenko2015-11-142-22/+26
| | * Don't let closed http sockets pass as valid connectionsUlf Hermann2015-11-051-1/+6
* | | winrt: Make error messages of QNativeSocketEngine more verbose.Friedemann Kleint2015-11-271-7/+28
* | | Do not try to connect to null object if bearer plugin is missingJoni Poikelin2015-11-271-2/+4
|/ /