summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-143-10/+10
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-145-2/+96
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-136-39/+22
* QNAM: Don't error out if the server doesn't support any ALPN we requestMårten Nordheim2020-08-131-2/+2
* QNAM: Don't close the connection due to not having a layer preferenceMårten Nordheim2020-08-131-2/+5
* QNAM: HTTP/2: Set user-agent for the HTTP proxy's headerMårten Nordheim2020-08-131-4/+13
* QNAM: Fix proxy auth handling when requesting but not yet changed to h2Mårten Nordheim2020-08-132-2/+4
* HTTP/2: Don't handle Remote Disconnected if we haven't switched yetMårten Nordheim2020-08-121-1/+2
* QDecompressHelper: Change order of encodingsUlf Hermann2020-08-121-1/+1
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-1112-26/+38
* 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