summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* H2 - make integer conversion explicit (signed->unsigned)Timur Pocheptsov2021-06-151-2/+2
* H2: remove a rather useless limit on the number of streamsTimur Pocheptsov2021-06-142-10/+3
* Update public suffix listMårten Nordheim2021-06-142-14309/+14419
* QHttpSocketEngine: Fix memory leakMårten Nordheim2021-06-101-1/+1
* Doc: Fix warnings about wrong snippet path or missing .pro fileNico Vertriest2021-06-021-1/+1
* Add #include <mutex>Kimmo Ollila2021-05-251-0/+2
* Prefer previously used channels in QHttpNetworkConnectionLars Schmertmann2021-05-111-19/+38
* Fix changes' docTimur Pocheptsov2021-05-051-1/+1
* QLocalSocket: fix inclusions in namespaced buildsGiuseppe D'Angelo2021-05-021-1/+4
* HTTP/2 authentication requiredMårten Nordheim2021-04-295-29/+101
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-271-2/+1
* QNetworkDiskCache: Switch to unique_ptr in most casesMårten Nordheim2021-04-211-4/+6
* QNetworkDiskCache: Drop the file mmap-ingMårten Nordheim2021-04-211-12/+1
* CMake: Introduce zlib find script to work around hardcoded iOS SDKAlexandru Croitor2021-04-191-1/+1
* QNetworkCookie: Rename sameSite to sameSitePolicyMårten Nordheim2021-04-142-8/+8
* QNetworkInformation: delete the instance as a post-routineMårten Nordheim2021-04-141-2/+24
* QNetworkInformation: Private the destructorMårten Nordheim2021-04-122-3/+9
* QNetworkInformation: Remove the default argumentMårten Nordheim2021-04-122-30/+23
* QNetworkInformation: make supports(...) not virtualMårten Nordheim2021-04-121-1/+1
* doc: Fix typoAlbert Astals Cid2021-04-121-1/+1
* 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
* QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-181-2/+3
* openssl: fix the build on LinuxShawn Rutledge2021-03-182-1/+5
* Suppress warning (MSVC, C4250)Timur Pocheptsov2021-03-172-1/+11
* Stop using QSslConfigurationPrivate inside the plugin codeTimur Pocheptsov2021-03-1612-249/+334
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-1642-2468/+3244
* Doc: Add hyperlink to relevant sectionv6.1.0-beta2Paul Wicking2021-03-121-2/+2
* Make qdecompresshelper archive bomb check only trigger for large filesØystein Heskestad2021-03-072-0/+10
* QNetworkInterface/Unix: fix DNS eligibility of global addressesThiago Macieira2021-03-071-7/+8
* Fix a BIC introduced by extending the namespace QSsl in _p.h filesTimur Pocheptsov2021-03-0543-243/+215
* Convert QDtls classes to the new plugin-based designTimur Pocheptsov2021-03-0411-278/+749
* QHostInfo: simplify assignment operatorVolker Hilsheimer2021-03-041-4/+5
* QSsl: fix UB pointer useTimur Pocheptsov2021-03-022-7/+7
* Convert elliptic curves and DH params to work with QTlsBackendTimur Pocheptsov2021-03-0113-396/+372
* Assert that we have a socketEngine before calling itVolker Hilsheimer2021-02-281-0/+1
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-02-2520-1726/+540
* QtNetwork: Fix build with QT_NO_SSLv6.1.0-beta1Friedemann Kleint2021-02-221-2/+2
* A follow-up fix for potentially missing OpenSSL symbol resolvingTimur Pocheptsov2021-02-225-2/+28
* QNetworkInterface/Linux: make the IFLA_OPER_STATE set IsRunningThiago Macieira2021-02-211-2/+2
* Remove assignment to variable which is never readAlex Blasche2021-02-191-1/+0
* QNetworkInformation: Address API review feedbackMårten Nordheim2021-02-181-2/+4
* QNetworkInformation: Revise locking during creationMårten Nordheim2021-02-181-11/+8
* Fix QNetworkInterface IsUp and IsRunning enum documentationAndreas Hartmetz2021-02-181-3/+5
* qssl.h - address comments from API reviewTimur Pocheptsov2021-02-181-13/+13
* Port QSslKey to the new plugin-based implementationTimur Pocheptsov2021-02-1824-1940/+248
* Revert "Remove the qmake project files" for snippetsNico Vertriest2021-02-181-0/+3
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-153-1/+5
* QNetworkInformation fixupsMårten Nordheim2021-02-123-5/+6
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-0727-192/+2890