summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* QNetworkDiskCache: optimize expire()Ahmad Samir2023-01-121-30/+39
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-2/+2
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-102-7/+11
* QOffsetStringArray: add contains() methodMarc Mutz2022-12-091-12/+12
* QHttp1Configuration: make fit for releaseMarc Mutz2022-12-092-49/+90
* QNetworkAccessManager: Configurable number of HTTP1 TCP connectionsMarkus Goetz2022-12-098-4/+224
* QNetworkRequest: don't assume QByteArray::constData() is NUL-terminatedMarc Mutz2022-12-082-21/+29
* QNetworkRequest: Make header parsing locale-independentMarc Mutz2022-12-082-2/+4
* getProxyAuth: stop using deprecated APITimur Pocheptsov2022-11-081-42/+64
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Trim headers considered unsafe from the WASM net requestsMikolaj Boc2022-10-291-6/+49
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-213-10/+10
* wasm: fix crash when network reply is closedLorn Potter2022-10-192-5/+22
* QNetworkReply: Fix typos in the documentationIevgenii Meshcheriakov2022-10-181-2/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-115-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-0413-76/+76
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-282-4/+4
* wasm: allow useCredentials access control to be setLorn Potter2022-09-283-0/+11
* QNetworkReply: honor legacy behavior of setting Accept-EncodingMårten Nordheim2022-09-221-1/+6
* QNetworkReplyFileImpl: Don't emit 'finished' in the ctorMårten Nordheim2022-09-161-1/+2
* 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-122-4/+6
* Http2: Drop an unnecessary copy of incoming dataMårten Nordheim2022-09-121-2/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-303-7/+7
* QAuthenticator: Fix crash when using NTLM / NegotiateMårten Nordheim2022-08-171-4/+16
* QtHttp: Lower the severity of some log outputMårten Nordheim2022-08-041-5/+4
* Provide more details of failed connectionAndré Klitzing2022-07-231-0/+2
* Port QByteDataBuffer to qsizetypeMarc Mutz2022-07-201-1/+1
* QHttpHeaderParser: fix int/qsizetype nagsMårten Nordheim2022-06-271-3/+3
* QHttpHeaderParser: fix clang-tidy nagsMårten Nordheim2022-06-271-8/+7
* QHttpHeaderParser: Allow larger fields but restrict total sizeLars Schmertmann2022-06-272-11/+40
* Isolate http2protocol_p.h includeAlexey Edelev2022-06-221-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Remove mentions of SSL 3 in documentationMårten Nordheim2022-05-301-3/+2
* Use SPDX license identifiersLucie Gérard2022-05-1692-3499/+187
* QNetworkCacheMetaData: replace qSwap with member-swapMarc Mutz2022-05-111-1/+1
* Fix documentation for QNetworkReply::redirectedFlorian Bruhin2022-05-042-5/+5
* QtNetwork: includemocsMarc Mutz2022-04-281-0/+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-273-17/+62
* Fix unused variables in qtbaseAndrei Golubev2022-04-251-1/+1
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-214-11/+11
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2117-103/+124
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-217-20/+19
* QHttp: Don't reorder content-length header for no reasonMårten Nordheim2022-04-211-2/+3
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+3
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: privat...Marc Mutz2022-04-0610-5/+20
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-056-4/+13