summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* SecureTransport: Set requested ciphers specified in the configurationAndy Shaw2020-07-242-0/+95
* QSslSocket::flush - purge the function marked for removal in Qt6Timur Pocheptsov2020-07-232-20/+0
* Fix OCSP-Stapling error if identity cannot be verifiedAndré Klitzing2020-07-171-0/+5
* QSslCertificate: remove manual parsing code for ASN.1 (on OpenSSL)Giuseppe D'Angelo2020-07-172-104/+8
* Android: Enable configuring for a single abi architectureAndy Shaw2020-07-101-1/+1
* CMake: Fix various issues with the Android buildAlexandru Croitor2020-07-091-0/+1
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-082-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0712-33/+33
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* qnetworkproxy_mac - do not use the deprecated APITimur Pocheptsov2020-07-061-3/+10
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-063-3/+3
* Only use one macro per lineLars Schmertmann2020-07-034-5/+10
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-022-5/+5
* QSslConfiguration::setCiphers - introduce the overload taking QStringTimur Pocheptsov2020-07-013-0/+35
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-295-120/+122
* wasm: do not close QIODevice on errorLorn Potter2020-06-291-3/+0
* SSL configure test: Fix confusing warningFriedemann Kleint2020-06-262-3/+3
* Use QList instead of QVector in networkJarek Kobus2020-06-2632-134/+126
* Fix living QLibrary member after shutdown of QCoreApplicationMike Achtelik2020-06-231-1/+19
* Fix living QObject member after shutdown of QCoreApplicationAndré Klitzing2020-06-231-2/+19
* QNAM: Make QNetworkConnectionMonitor able to move to another threadMårten Nordheim2020-06-224-14/+51
* QSslSocket: remove certificate-related settersTimur Pocheptsov2020-06-223-208/+3
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-202-3/+2
* wasm: fix crash when getting error like 404Lorn Potter2020-06-201-1/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-196-10/+10
* Fix CMake documentation snippet for QtNetworkKai Koehne2020-06-192-4/+4
* wasm: fix network reply timeout and error handlingLorn Potter2020-06-191-12/+21
* QNAM: Fix my silly leftover mistakeMårten Nordheim2020-06-181-1/+0
* QSslSocket: delete deprecated cipher settings APITimur Pocheptsov2020-06-162-156/+0
* Android: Add support for proxiesAndy Shaw2020-06-167-3/+279
* QNAM: Remove network connectivity pre-checkMårten Nordheim2020-06-155-76/+0
* Http: Fix POST-to-GET redirects still uploading or transmitting CLMårten Nordheim2020-06-125-0/+38
* QtNetwork: Remove leftover deprecation macrosMårten Nordheim2020-06-122-30/+0
* QNAM: docs cleanup from NetworkAccessibleMårten Nordheim2020-06-122-56/+0
* wasm: fix network POST data corruptionLorn Potter2020-06-112-5/+5
* Long live std::pair!Giuseppe D'Angelo2020-06-101-2/+0
* Port QtNetwork from QStringRef to QStringViewLars Knoll2020-06-1010-34/+34
* Remove accidental leftover debug printoutMårten Nordheim2020-06-101-1/+0
* QNetworkInterface (Unix): port two local tracker (QSet/QLVA) to QDuplicateTra...Marc Mutz2020-06-081-10/+9
* QSsl: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-081-4/+5
* Doc: add missing PatternSyntax documentation to QSslCertificateSamuel Gaist2020-06-071-0/+18
* Remove winrtOliver Wolff2020-06-0632-3726/+47
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-049-64/+1
* QNetworkReplyHttpImpl: resolve a todo after the bearer removalMårten Nordheim2020-06-042-24/+3
* H2 protocol handler: make sure inflateEnd gets called on z-streamTimur Pocheptsov2020-06-031-0/+3
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-0210-6/+22
* Convert Q_ASSERT to Q_STATIC_ASSERTDimitrios Apostolou2020-06-021-1/+1
* CMake: Regenerate rest of configure.cmake filesAlexandru Croitor2020-05-291-6/+6
* CA fetcher (Windows) - relax the logic a bitTimur Pocheptsov2020-05-298-58/+252