summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Use standard error handling in qhostinfo_winrt.cppOliver Wolff2015-11-191-9/+19
* | winrt: Set error if host cannot be found in QHostInfoAgent::fromNameOliver Wolff2015-11-191-1/+6
* | winrt: no assert when device is in airplane mode/has no internet connectionOliver Wolff2015-11-191-0/+3
* | QNAM: clean the channel request data on server disconnectAlex Trotsenko2015-11-181-0/+4
* | winrt: Fixed listening to tcp socketOliver Wolff2015-11-181-3/+7
* | winrt: Clean up QNativeSocketEngineOliver Wolff2015-11-121-110/+112
* | winrt: Also list current profile in QNetworkInterface::allInterfacesOliver Wolff2015-11-091-52/+94
* | QNativeSocketEngine: fix build in debug mode under UnixAlex Trotsenko2015-11-091-4/+7
* | Make UnknownAccessibility not block requestsLorn Potter2015-11-062-2/+3
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-2/+3
|\|
| * Check if the session is valid before connecting to itAndy Shaw2015-10-271-2/+3
* | Doc: replaced mentions of deprecated functionNico Vertriest2015-11-031-10/+9
* | Compile-fix: add missing declaration in debug.Edward Welbourne2015-10-301-0/+4
* | QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-274-5/+8
* | QNetworkReplyHttpImpl: convert some QDateTime::currentDateTime() to currentDa...Marc Mutz2015-10-271-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-263-5/+6
|\ \