summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-072-145/+0
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-071-0/+2
* Add SameSite API to QNetworkCookieAllan Sandfeld Jensen2020-12-073-7/+84
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-052-6/+2
* Http2: don't call ensureConnection when there's no request availableMårten Nordheim2020-12-021-1/+3
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-021-0/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-2/+2
* HTTP2: fix crash from assertionMårten Nordheim2020-11-192-2/+7
* QNAM: Work around QObject finicky orphan cleanup detailsMårten Nordheim2020-11-061-1/+11
* QDecompressHelper: use the new readPointer function in QByteDataBufferMårten Nordheim2020-11-061-43/+29
* Hide comparison operators for QtNetwork value types from non-ADLVolker Hilsheimer2020-10-304-28/+47
* Pass SameSite through QNetworkCookieAllan Sandfeld Jensen2020-10-282-1/+9
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-9/+11
* QNetworkRequest: Close gap in enumMårten Nordheim2020-10-081-1/+1
* Docs: Update default redirect policy enumerationMårten Nordheim2020-09-291-3/+4
* wasm: fix network status code propagationLorn Potter2020-09-252-6/+14
* QDecompressHelper: limit decompression ratioMårten Nordheim2020-09-227-0/+93
* QNAM: try to send headers and body togetherGiuseppe D'Angelo2020-09-182-12/+38
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-111-1/+8
* QAuthenticator: Don't assume we haven't tried the URL credentialsMårten Nordheim2020-09-111-3/+4
* QAuthenticator: Don't assume cached credentials are newMårten Nordheim2020-09-111-1/+2
* QNAM: Enable HTTP/2 by defaultMårten Nordheim2020-09-104-14/+16
* QNAM: fix stall due to edge case when connected with no request queuedMårten Nordheim2020-09-101-2/+12
* Huffman compression: handle QByteArray's elements as unsigned charTimur Pocheptsov2020-09-071-2/+4
* wasm: enable httpmultipartLorn Potter2020-09-049-6/+32
* qnetworkaccessbackend_p.h: Add missing "We mean it comment"Friedemann Kleint2020-09-021-0/+11
* Doc: Fix documentation warnings in Qt NetworkTopi Reinio2020-08-311-3/+9
* Fix warningMaurice Kalinowski2020-08-281-2/+2
* Redo QNetworkAccessBackend and various cleanups around itMårten Nordheim2020-08-2714-457/+791
* Remove QFtp sources etc. in favor of alternate distributionMårten Nordheim2020-08-278-3220/+0
* Make QNetworkAccessManager::supportedSchemes virtualMårten Nordheim2020-08-242-9/+7
* http: When falling back to http/1 use the socket's ssl configMårten Nordheim2020-08-241-10/+4
* QNetworkReply(http): Ignore ssl errors in all reserved channelsMårten Nordheim2020-08-241-2/+6
* QDecompressHelper: Fix warnings in zstd codeMårten Nordheim2020-08-171-4/+1
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-143-2/+86
* 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
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-063-0/+125
* Make use of QDecompressHelper for HTTP downloadsMårten Nordheim2020-08-056-139/+63
* Privately introducing QDecompressHelper for network purposesMårten Nordheim2020-08-053-0/+599
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-312-3/+3
* wasm: fix setTransferTimeoutLorn Potter2020-07-294-6/+8
* wasm: fix network headers logicLorn Potter2020-07-291-6/+8
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-2/+2