summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-0727-192/+2890
* Remove QNetworkStatusMonitorMårten Nordheim2021-02-056-467/+10
* SCNetworkReachability based backend for QNetworkInformationMårten Nordheim2021-02-051-1/+1
* qtlskey_schannel_p.cpp: fix a compilation errorLi Xinwei2021-02-021-0/+1
* NetworkListManager based backend for QNetworkInformationMårten Nordheim2021-02-023-9/+9
* Schannel - fix a compilation errorTimur Pocheptsov2021-02-011-0/+1
* QSsl::TlsKey - provide the interface and implementationsTimur Pocheptsov2021-02-0121-16/+2475
* Remove the 'corewlan' featureAlexey Edelev2021-02-013-33/+433
* Shrink the memory footprint of QLocalSocketPrivatePiotr Mikolajczyk2021-02-011-3/+2
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-286-197/+129
* Fix static analysis warnings concerning QNetworkInformationMårten Nordheim2021-01-272-0/+7
* Port QLocalServer to the new property systemTimur Pocheptsov2021-01-275-12/+23
* QDnsLookup - port to the new property systemTimur Pocheptsov2021-01-273-18/+52
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-272-22/+25
* Update public suffix list to today's latestEdward Welbourne2021-01-272-14313/+14346
* Fix schannel compilation issuesMårten Nordheim2021-01-271-3/+3
* QSsl: add a new private APITimur Pocheptsov2021-01-229-320/+767
* QSslSocket - introduce the API providing information about backendsTimur Pocheptsov2021-01-218-7/+516
* Long live QNetworkInformationMårten Nordheim2021-01-204-1/+759
* QSsl: fix OpenSSL DLL names for Windows on ARMCameron Gutman2021-01-191-5/+9
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-446/+0
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-01-111-1/+3
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-081-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-0710-520/+0
* QSslCertificate(OpenSSL) - harden protection against nullpointersTimur Pocheptsov2021-01-051-2/+25
* CMake: Do not link "prefixed" openssl libs on AndroidJoerg Bornemann2020-12-212-12/+2
* QSslCertificate::operator == - cleanup error queueTimur Pocheptsov2020-12-171-2/+9
* QSslSocket_schannel: Don't compare against undefined valueMårten Nordheim2020-12-161-1/+1
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-071-0/+2
* Add SameSite API to QNetworkCookieAllan Sandfeld Jensen2020-12-073-7/+84
* TLS utils - remove useless static_assertTimur Pocheptsov2020-12-071-4/+0
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-052-6/+2
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-042-1/+4
* macOS: Make sure that the reserved characters are not escapedAndy Shaw2020-12-041-1/+1
* QSocks5SocketEngine: fix reference to dangling dataMårten Nordheim2020-12-041-1/+5
* Http2: don't call ensureConnection when there's no request availableMårten Nordheim2020-12-021-1/+3
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-021-0/+1
* qsocks5socketengine: use qintptr when referring to socket descsMårten Nordheim2020-12-011-1/+1
* QSocks5SocketEngine: Add missing return on errorMårten Nordheim2020-12-011-0/+4
* CMake: Fix QMAKE_LIB of WrapOpenSSLHeaders libraryJoerg Bornemann2020-11-301-1/+1
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-302-0/+8
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-11-302-6/+12
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-303-3/+3
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-4/+3
* QDtls - remove redundant RAII structTimur Pocheptsov2020-11-201-13/+1
* Update docs about how to configure OpenSSLKai Koehne2020-11-191-7/+6
* QSocks5SocketEngine: Fix out-of-bounds access of QBAMårten Nordheim2020-11-191-3/+1
* HTTP2: fix crash from assertionMårten Nordheim2020-11-192-2/+7
* Fix schannel TLS 1.3 reneg delayMårten Nordheim2020-11-191-0/+2