summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSsl: fix UB pointer useTimur Pocheptsov2021-03-022-7/+7
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-03-0220-1726/+540
* Assert that we have a socketEngine before calling itVolker Hilsheimer2021-02-251-0/+1
* QtNetwork: Fix build with QT_NO_SSLFriedemann Kleint2021-02-221-2/+2
* A follow-up fix for potentially missing OpenSSL symbol resolvingTimur Pocheptsov2021-02-225-2/+28
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-201-6/+7
* Doc: Fix warnings about wrong snippet path or missing .pro fileNico Vertriest2021-02-191-1/+1
* Port QSslKey to the new plugin-based implementationTimur Pocheptsov2021-02-1924-1940/+248
* qssl.h - address comments from API reviewTimur Pocheptsov2021-02-191-13/+13
* Remove assignment to variable which is never readAlex Blasche2021-02-191-1/+0
* QNetworkInterface/Linux: make the IFLA_OPER_STATE set IsRunningThiago Macieira2021-02-181-2/+2
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-1827-192/+2890
* QNetworkInformation: Address API review feedbackMårten Nordheim2021-02-181-2/+4
* QNetworkInformation: Revise locking during creationMårten Nordheim2021-02-181-11/+8
* Remove redundant invalid socket checkEdward Welbourne2021-02-182-10/+6
* Doc: Fix documentation warnings qtbaseNico Vertriest2021-02-181-1/+1
* Use newlines more consistently in generate compile-test codeEdward Welbourne2021-02-152-42/+26
* Simplify test-snippets in configure.cmakeEdward Welbourne2021-02-152-36/+18
* Update two .prev_configure.cmake files that seem to be out of dateEdward Welbourne2021-02-151-4/+4
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-153-1/+5
* Revert "Remove the qmake project files" for snippetsNico Vertriest2021-02-121-0/+3
* QNetworkInformation fixupsMårten Nordheim2021-02-113-5/+6
* CMake: Port the snippet project setup to CMakeVenugopal Shivashankar2021-02-103-6/+11
* Fix QNetworkInterface IsUp and IsRunning enum documentationAndreas Hartmetz2021-02-101-3/+5
* Several fixes to porting guidesAlex Blasche2021-02-101-1/+1
* Schannel: fix suspicious sizeof marked by clangMårten Nordheim2021-02-081-1/+1
* Remove QNetworkStatusMonitorMårten Nordheim2021-02-066-467/+10
* SCNetworkReachability based backend for QNetworkInformationMårten Nordheim2021-02-061-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