summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0611-36/+31
* Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-013-0/+14
* Fix crashes with libproxy+webkitgtk: it's not threadsafeThiago Macieira2017-08-272-25/+120
* QHostInfo: Remove Darwin refusal to use getnameinfo(3)Thiago Macieira2017-08-241-2/+1
* QNetworkInterface: Fold the test for if_nameindex into the config testThiago Macieira2017-08-242-6/+2
* Avoid dereferencing nullptrMårten Nordheim2017-08-181-1/+1
* Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-172-1/+4
* Check for loopback address if network access is unavailableMårten Nordheim2017-08-151-2/+10
* QNAM: requeue pipelined HTTP requests after unrecoverable socket errorsRomain Pokrzywka2017-08-141-2/+5
* Fix write and read-write ioctls on certain 64-bit OSThiago Macieira2017-08-101-1/+1
* configure: un-namespace remaining non-inline configure testsOswald Buddenhagen2017-08-021-3/+3
* configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-5/+53
* Fix bytesAvailable() on UDP under WindowsAlex Trotsenko2017-07-301-1/+4
* Fix compilation failing for WinRT with QT_NO_SSLMårten Nordheim2017-07-271-1/+1
* QAsn1Element - fix toDateTime functionTimur Pocheptsov2017-07-181-3/+31
* Convert features.localserver to QT_[REQUIRE_]CONFIGTimur Pocheptsov2017-07-059-65/+33
* QSslSocket - fix two memory management issues (Secure Transport)Timur Pocheptsov2017-07-041-2/+2
* Respect the application and system configuration settings for the proxyAndy Shaw2017-06-301-1/+1
* QNativeSocketEnginePrivate::nativeAccept(): Add missing breakFriedemann Kleint2017-06-281-0/+1
* winrt: Fix build for Windows Kit 10.0.10586.0Oliver Wolff2017-06-281-5/+4
* qsslsocket_mac - check that SecCertificateRef is not nullTimur Pocheptsov2017-06-131-2/+4
* Doc: Tweak documentation about a default QHostAddressKai Koehne2017-06-121-6/+10
* Document QHostAddress::swapKai Koehne2017-06-121-0/+8
* Ssl socket - fix broken certificate verificationTimur Pocheptsov2017-06-021-2/+25
* winrt: Get rid of one deferral when handling socket dataOliver Wolff2017-06-022-30/+10
* QSslCertificate: don't init() if SSL is not supportedJüri Valdmann2017-05-301-2/+3
* winrt: Move handling of new socket connections into workerOliver Wolff2017-05-232-151/+166
* QSslSocket (OpenSSL) make supportsSsl return false, if v >= 1.1Timur Pocheptsov2017-05-211-1/+10
* Doc: Remove platform support table for bearer managementKai Koehne2017-05-121-28/+1
* Use QNetworkReply::ProtocolFailure in HTTP/2 failuresThiago Macieira2017-05-081-4/+4
* Fix build without features.networkproxyTasuku Suzuki2017-04-282-3/+10
* QSslSocket (SecureTransport) - use anchors only from QSslConfigurationTimur Pocheptsov2017-04-261-1/+2
* Doc: correct \sa statementNico Vertriest2017-04-211-3/+1
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-2/+2
* QNetworkReplyHttpImpl - check 'isOpen' twiceTimur Pocheptsov2017-04-191-0/+6
* Doc: add missing doc for parametersNico Vertriest2017-04-182-5/+5
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-1/+1
|\
| * Fix reusing FTP connection after abortJesus Fernandez2017-04-071-1/+1
* | Make networkAccessibility() return the actual state of the networkAndy Shaw2017-04-111-2/+2
* | Fix GCC warning about dereferencing type-punned pointersThiago Macieira2017-04-061-1/+2
* | Fix build when SCTP is enabledThiago Macieira2017-04-061-0/+4
* | QNetworkRequest - do not set ManualRedirectPolicyTimur Pocheptsov2017-04-041-4/+2
* | Allow Secure Transport backend to use a temporary keychainTimur Pocheptsov2017-04-042-6/+125
* | Fix build without features.networkinterfaceTasuku Suzuki2017-04-042-0/+6
* | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-302-2/+2
* | Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-293-2/+14
* | Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-272-7/+21
|\|
| * QSslSocket: fix connection to a international domain nameOlivier Goffart2017-03-232-7/+21
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-214-38/+71
|\|