summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-067-1/+168
* Mark QSslError(SslError error) as explicitLars Schmertmann2020-08-062-6/+6
* Make use of QDecompressHelper for HTTP downloadsMårten Nordheim2020-08-056-139/+63
* QAuth.: Reset the nonce-count when the server requests using a new nonceMårten Nordheim2020-08-051-1/+3
* Privately introducing QDecompressHelper for network purposesMårten Nordheim2020-08-055-0/+601
* QSslSocket: remove a redundant forward declarationTimur Pocheptsov2020-08-041-1/+0
* QtNetwork: use Q_DISABLE_COPY_MOVETimur Pocheptsov2020-08-046-6/+6
* Android: Install the qmldir files when configuring for a single abiAndy Shaw2020-08-031-1/+1
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-313-11/+11
* CMake: Regenerate projectsAlexandru Croitor2020-07-312-2/+2
* wasm: fix setTransferTimeoutLorn Potter2020-07-294-6/+8
* wasm: fix network headers logicLorn Potter2020-07-291-6/+8
* QSslSocket (OpenSSL, Windows) - make sure we ignore stale fetch resultsTimur Pocheptsov2020-07-283-1/+28
* QSslSocket (OpenSSL) - fix a minor type errorTimur Pocheptsov2020-07-282-2/+2
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-282-68/+2
* QNativeSocketEngine/Win: fix write() in case of splittingAlex Trotsenko2020-07-281-3/+1
* 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