summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* Address Coverity defect about buffer overrunDimitrios Apostolou2020-05-281-3/+23
* Regenerate qurltlds_p.hDimitrios Apostolou2020-05-281-13868/+13941
* QNetworkReplyFileImpl: Fix typoMårten Nordheim2020-05-271-1/+1
* Fix deprecation warning by not going through QCharVolker Hilsheimer2020-05-251-2/+2
* wasm: set status codes from network operationLorn Potter2020-05-252-9/+20
* wasm: fix heap crash when making multiple network callsLorn Potter2020-05-252-20/+23
* QSslCertificate: overhaul ASN.1 datetime parsingGiuseppe D'Angelo2020-05-222-45/+60
* Add missing overrideAlexander Volkov2020-05-211-1/+1
* QSslSocket::addCaCertificates - do not duplicate certsTimur Pocheptsov2020-05-201-2/+2
* Make OpenSSL back-end work with 3.0 alphaTimur Pocheptsov2020-05-206-20/+112
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-192-2/+2
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-191-4/+4
* QAuthenticator: Reprioritize authentication methodsMårten Nordheim2020-05-191-1/+1
* QNetworkReply: Remove some bearer management leftoversMårten Nordheim2020-05-155-113/+3
* Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-131-1/+1
* CA fetcher - do not add CA root if it's already presentTimur Pocheptsov2020-05-111-0/+2