summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-062-2/+2
* Only use one macro per lineLars Schmertmann2020-07-034-5/+10
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-022-5/+5
* wasm: do not close QIODevice on errorLorn Potter2020-06-291-3/+0
* Use QList instead of QVector in networkJarek Kobus2020-06-267-27/+23
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-2/+1
* wasm: fix crash when getting error like 404Lorn Potter2020-06-201-1/+0
* 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
* 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
* QNAM: docs cleanup from NetworkAccessibleMårten Nordheim2020-06-121-47/+0
* wasm: fix network POST data corruptionLorn Potter2020-06-112-5/+5
* Port QtNetwork from QStringRef to QStringViewLars Knoll2020-06-104-16/+16