summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QAuth.: Reset the nonce-count when the server requests using a new nonceMårten Nordheim2020-08-051-1/+3
* Android: Install the qmldir files when configuring for a single abiAndy Shaw2020-08-031-1/+1
* QNAM: Remove network connectivity pre-checkMårten Nordheim2020-07-303-93/+0
* wasm: fix network headers logicLorn Potter2020-07-301-6/+8
* wasm: fix setTransferTimeoutLorn Potter2020-07-294-6/+8
* winrt: Fix build with -no-sslOliver Wolff2020-07-281-1/+1
* QNativeSocketEngine/Win: fix write() in case of splittingAlex Trotsenko2020-07-281-3/+1
* Fix OCSP-Stapling error if identity cannot be verifiedAndré Klitzing2020-07-171-0/+5
* Android: Enable configuring for a single abi architectureAndy Shaw2020-07-101-1/+1
* qnetworkproxy_mac - do not use the deprecated APITimur Pocheptsov2020-07-071-3/+10
* wasm: do not close QIODevice on errorLorn Potter2020-06-301-3/+0
* Http: Fix POST-to-GET redirects still uploading or transmitting CLMårten Nordheim2020-06-305-0/+38
* Fix living QObject member after shutdown of QCoreApplicationAndré Klitzing2020-06-291-2/+19
* Fix warning about networkAccessibleChanged() signal being deprecatedThiago Macieira2020-06-241-4/+4
* Fix living QLibrary member after shutdown of QCoreApplicationMike Achtelik2020-06-231-1/+19
* Don't use QNetworkConfiguration when using -no-feature-bearermanagementAndy Shaw2020-06-234-3/+17
* wasm: fix crash when getting error like 404Lorn Potter2020-06-201-1/+0
* QNetworkStatusMonitor(Win): make it possible to reinit COMMårten Nordheim2020-06-181-0/+1
* QNAM: Move QNetworkConnectionMonitor along during moveToThreadMårten Nordheim2020-06-176-30/+67
* Bearer classes: Don't mark as deprecated for MSVC 2015Mårten Nordheim2020-06-171-2/+3
* Android: Add support for proxiesAndy Shaw2020-06-164-1/+239
* wasm: set status codes from network operationLorn Potter2020-06-122-0/+15
* wasm: fix network POST data corruptionLorn Potter2020-06-112-5/+5
* Fix deprecation warningVolker Hilsheimer2020-06-101-0/+3
* QAuthenticator: Reprioritize authentication methodsMårten Nordheim2020-06-081-1/+1
* Doc: add missing PatternSyntax documentation to QSslCertificateSamuel Gaist2020-06-071-0/+18
* H2 protocol handler: make sure inflateEnd gets called on z-streamTimur Pocheptsov2020-06-031-0/+3
* CA fetcher (Windows) - relax the logic a bitTimur Pocheptsov2020-06-028-58/+256
* QNetworkReplyFileImpl: Fix typoMårten Nordheim2020-05-281-1/+1
* Enable warnings-are-errors also for snippetsKai Koehne2020-05-261-0/+2
* wasm: fix heap crash when making multiple network callsLorn Potter2020-05-252-20/+23
* Make OpenSSL back-end work with 3.0 alphaTimur Pocheptsov2020-05-216-20/+112
* QSslSocket::addCaCertificates - do not duplicate certsTimur Pocheptsov2020-05-201-2/+2
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-201-1/+3
* CA fetcher - do not add CA root if it's already presentTimur Pocheptsov2020-05-201-0/+2
* QNAM/QNetConMon: Update handling of QNetworkConnectionMonitor::startMårten Nordheim2020-05-192-6/+16
* wasm: fix network reply timeout and error handlingLorn Potter2020-05-191-25/+30
* QNAM: Don't check if a session is needed for a cache lookupMårten Nordheim2020-04-302-0/+7
* QAuthenticator: make sure we load the SSPI libraryMårten Nordheim2020-04-301-1/+7
* Merge "Merge remote-tracking branch 'origin/5.15.0' into 5.15"Liang Qi2020-04-292-4/+5
|\
| * Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-282-4/+5
| |\
| | * Doc: Remove manual duplicate alias descriptionsPaul Wicking2020-04-281-2/+0
| | * Fix 32bit int overflowAllan Sandfeld Jensen2020-04-271-2/+5
| | * Merge remote-tracking branch 'origin/5.14' into 5.15.0Liang Qi2020-04-221-0/+2
| | |\
* | | | wasm: fix network download crashLorn Potter2020-04-291-1/+1
|/ / /
* | | QNAM/QNetConMon: emit networkAccessibleChanged on changesMårten Nordheim2020-04-281-0/+3
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-221-0/+2
|\ \ \ | |/ / |/| / | |/
| * QAuthenticator: Reset the authentication challengeMårten Nordheim2020-04-211-0/+2
| * OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-166-7/+36
* | Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-162-3/+3