summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+6
* wasm: fix network status code propagationLorn Potter2020-09-252-6/+14
* Doc: Make network snippets a subdirs/lib projectPaul Wicking2020-09-242-8/+12
* Skip IPv6 address if DAD failedTimur Pocheptsov2020-09-181-0/+3
* QNetworkRequest: mark FollowRedirectsAttribute as deprecatedMårten Nordheim2020-09-151-1/+1
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-141-43/+58
* QAuthenticator: move debug printing to a logging categoryMårten Nordheim2020-09-141-1/+5
* QNAM: HTTP/2: Set user-agent for the HTTP proxy's headerMårten Nordheim2020-09-141-4/+13
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-143-1/+18
* http: When falling back to http/1 use the socket's ssl configMårten Nordheim2020-09-141-10/+4
* HTTP/2: Don't handle Remote Disconnected if we haven't switched yetMårten Nordheim2020-09-141-1/+2
* QAuthenticator: Don't reset phase on every set* callMårten Nordheim2020-09-131-11/+30
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-124-14/+68
* QAuthenticator: Don't assume we haven't tried the URL credentialsMårten Nordheim2020-09-121-3/+4
* QAuthenticator: Don't assume cached credentials are newMårten Nordheim2020-09-111-1/+2
* QAuthenticator(Negotiate): Try provided credentialMårten Nordheim2020-09-101-4/+17
* QAuthenticator: Don't use Negotiate if unsupportedMårten Nordheim2020-09-101-0/+2
* QNAM: Don't error out if the server doesn't support any ALPN we requestMårten Nordheim2020-09-101-2/+2
* Huffman compression: handle QByteArray's elements as unsigned charTimur Pocheptsov2020-09-091-2/+4
* QNetworkInterface: disable Netlink-based Linux support on AndroidThiago Macieira2020-09-091-1/+1
* QNetworkReply(http): Ignore ssl errors in all reserved channelsMårten Nordheim2020-09-081-2/+6
* QNAM: Don't close the connection due to not having a layer preferenceMårten Nordheim2020-09-081-2/+5
* QLocalSocket: Print value OperationError on debug outputMarcel Krems2020-08-291-0/+3
* 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