summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyhttpimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QElapsedTimer: port some restart() calls to start()Giuseppe D'Angelo2025-03-181-6/+4
* Fix calls to non-started QElapsedTimer functionsGiuseppe D'Angelo2025-03-171-3/+6
* Do not keep the headers and message body in case of temporary redirectMate Barany2025-02-201-3/+3
* Mark some security sensitive files in networkDimitrios Apostolou2024-12-021-0/+1
* Http: fix how we treat must-revalidateMårten Nordheim2024-10-311-2/+0
* fix: Redundant conditionTian Shilin2024-08-211-1/+1
* Remove default case from QNetworkReplyHttpImplPrivate::convertMate Barany2024-07-291-1/+1
* Pass QNetworkRequest::Priority by valueMate Barany2024-07-181-1/+1
* Http: Add support for full localsocket pathsMårten Nordheim2024-05-241-0/+7
* Http: Support unix+http: scheme in http backendMårten Nordheim2024-05-151-4/+8
* QNetworkReplyHttpImpl: simplify setting headers in postRequest()Lena Biliaieva2024-05-071-3/+3
* Use QHttpHeaders: Update internal users of QNRequest, QNReply, QNProxyLena Biliaieva2024-05-071-118/+120
* Http: fix issues after early abort()Mårten Nordheim2024-03-121-2/+6
* Change type of internal locationHeader constexpr to QL1SVJuha Vuolle2024-02-081-1/+1
* Remove unnecessary case-insensitive header name comparisonsJuha Vuolle2024-02-081-5/+3
* Replace QHttpHeaders::toListOfPairs() usage with iterationJuha Vuolle2024-02-081-2/+5
* Network: Use QHttpHeaders in QHttpHeaderParserLena Biliaieva2024-01-251-2/+2
* Support for std::chrono as transferTimeout typeJuha Vuolle2023-12-081-2/+3
* QNetworkReplyHttpImplPrivate: de-duplicate literalsAnton Kudryavtsev2023-11-011-3/+5
* qnetworkrequest, qnetworkreply: port some methods to QBAVAnton Kudryavtsev2023-10-301-3/+3
* Support body for an HTTP GET requestMate Barany2023-10-171-3/+13
* http: fix leakage of network cache qiodeviceMårten Nordheim2023-10-061-1/+1
* qnetworkreplyhttpimpl: use QBAV moreAnton Kudryavtsev2023-09-251-5/+7
* QNetworkReply: fix potential nullptr access in loadFromCacheIfAllowed()Vladimir Belyavsky2023-09-061-1/+2
* qnetworkreplyhttpimpl: optimize fetchCacheMetaDataAnton Kudryavtsev2023-09-021-21/+31
* qnetworkreplyhttpimpl: use const moreAnton Kudryavtsev2023-08-311-1/+1
* qnetworkreplyhttpimpl: port parseHttpOptionHeader to QBAVAnton Kudryavtsev2023-08-311-4/+4
* qnetworkreplyhttpimpl: use _ba literal moreAnton Kudryavtsev2023-08-311-26/+31
* qnetworkreplyhttpimpl: use range based for moreAnton Kudryavtsev2023-08-311-11/+8
* QtNetwork: replace clashing statics with lambdas II: isSeparatorMarc Mutz2023-07-041-6/+5
* QNAM: Fix double-connect for manual redirect handlingMårten Nordheim2023-04-281-3/+3
* QNetwork[http]: Discard or ignore corrupted cache entriesMårten Nordheim2023-03-091-0/+6
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-2/+4
* QNetworkAccessManager: Configurable number of HTTP1 TCP connectionsMarkus Goetz2022-12-091-0/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-8/+8
* QNetworkReply: honor legacy behavior of setting Accept-EncodingMårten Nordheim2022-09-221-1/+6
* Http: Don't clear (de)compressed data on errorMårten Nordheim2022-09-141-3/+4
* QNetworkReply: Fix missing final emission of readyReadMårten Nordheim2022-09-121-4/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QHttp: Fix handling of redirect loaded from cacheMårten Nordheim2022-04-271-0/+1
* QNetworkReply: update decompress error message and handlingMårten Nordheim2022-04-271-11/+20
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-211-1/+1
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-9/+8
* QNetworkReply: rename socketConnecting to socketStartedConnectingMårten Nordheim2022-01-311-2/+2
* QtNetwork: Include moc filesMårten Nordheim2022-01-151-0/+2
* QNAM: Reintroduce h2c with an attributeMårten Nordheim2021-12-041-0/+6
* network: Fix typos in source code commentsJonas Kvinge2021-10-121-3/+3
* QNetworkReply: hold QAtomicInt in shared_ptr, not QSharedPointerMarc Mutz2021-07-281-2/+2
* QNAM: Allow to configure when connections to a host are torn downMarkus Goetz2021-07-271-0/+3