summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Linux: Add abstract address support for QLocal{Socket,Server}Piotr Mikolajczyk2021-04-018-46/+254
* QLocalSocket/Win: fix possible UB in _q_pipeClosed()Alex Trotsenko2021-03-311-5/+2
* QLocalSocket: fix signal name in docsAlex Trotsenko2021-03-311-1/+1
* Suppress warning (MSVC, C4250)Timur Pocheptsov2021-03-192-1/+11
* QHostAddress: prepare moving NetworkLayerProtocol from QAbstractSocketThiago Macieira2021-03-183-55/+85
* QAbstractSocket: fake a bind(QHostAddress::SpecialAddress)Thiago Macieira2021-03-185-0/+40
* QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-181-2/+3
* Stop using QSslConfigurationPrivate inside the plugin codeTimur Pocheptsov2021-03-1812-249/+334
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-1742-2467/+3247
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-03-171-1/+1
* Port from QScopedPointer to std::unique_ptrVolker Hilsheimer2021-03-154-6/+18
* QSslError: port to unique_ptrGiuseppe D'Angelo2021-03-142-3/+11
* Merge "Remove unreachable code"Tang Peng2021-03-111-1/+0
|\
| * Remove unreachable codeTang Peng2021-03-111-1/+0
* | Doc: Add hyperlink to relevant sectionPaul Wicking2021-03-111-2/+2
|/
* Merge "QNetworkInterface/Unix: fix DNS eligibility of global addresses"Thiago Macieira2021-03-061-7/+8
|\
| * QNetworkInterface/Unix: fix DNS eligibility of global addressesThiago Macieira2021-03-051-7/+8
* | Fix a BIC introduced by extending the namespace QSsl in _p.h filesTimur Pocheptsov2021-03-0543-243/+215
|/
* Make qdecompresshelper archive bomb check only trigger for large filesØystein Heskestad2021-03-052-0/+10
* Fix Android buildJoerg Bornemann2021-03-041-0/+1
* Convert QDtls classes to the new plugin-based designTimur Pocheptsov2021-03-0411-278/+749
* QHostInfo: simplify assignment operatorVolker Hilsheimer2021-03-031-4/+5
* Convert elliptic curves and DH params to work with QTlsBackendTimur Pocheptsov2021-03-0313-396/+372
* 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