| Commit message (Expand) | Author | Age | Files | Lines |
| * | Specify TCP Keep Alive parameters via QNetworkRequest | Mate Barany | 7 days | 1 | -0/+99 |
| * | Remove unused header ctype.h from qnetworkrequest.cpp | Mate Barany | 2025-11-26 | 1 | -1/+0 |
| * | CRA[network/access]: Mark the rest significant | Mårten Nordheim | 2025-07-28 | 1 | -0/+1 |
| * | QNetworkRequest: fix minor typo referencing non-existent method | Dheerendra Purohit | 2025-05-29 | 1 | -1/+1 |
| * | Document that QNetworkRequest::setRawHeader() lowercases header names | Juha Vuolle | 2024-12-03 | 1 | -0/+3 |
| * | Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasing | Marc Mutz | 2024-11-08 | 1 | -3/+1 |
| * | QNetworkRequest: document the new saturation behavior of transferTimeout() | Marc Mutz | 2024-08-28 | 1 | -1/+4 |
| * | Network: Add a note about ReasonPhrase not being available in h2 | Mårten Nordheim | 2024-06-14 | 1 | -1/+2 |
| * | Http: Add support for full localsocket paths | Mårten Nordheim | 2024-05-24 | 1 | -0/+10 |
| * | Use QHttpHeaders: Update internal users of QNRequest, QNReply, QNProxy | Lena Biliaieva | 2024-05-07 | 1 | -126/+299 |
| * | Add QHttpHeaders methods to QNetworkCacheMetaData | Lena Biliaieva | 2024-05-02 | 1 | -0/+53 |
| * | Add QHttpHeaders to QNetworkRequest | Lena Biliaieva | 2024-04-29 | 1 | -0/+66 |
| * | Inline old QNetworkRequest transferTimeout int overloads | Juha Vuolle | 2024-02-14 | 1 | -8/+2 |
| * | Change QNetworkRequest/Reply rawHeader functions to take QASV | Juha Vuolle | 2024-01-30 | 1 | -4/+5 |
| * | QNetworkRequest: export the static constexpr (inline) member variables | Thiago Macieira | 2024-01-17 | 1 | -0/+2 |
| * | Make QNetworkRequest::KnownHeaders a Q_ENUM | Marc Mutz | 2023-12-09 | 1 | -0/+2 |
| * | Support for std::chrono as transferTimeout type | Juha Vuolle | 2023-12-08 | 1 | -11/+46 |
| * | qnetworkrequest, qnetworkreply: port some methods to QBAV | Anton Kudryavtsev | 2023-10-30 | 1 | -5/+5 |
| * | qhttpnetworkrequest: use range based for more | Anton Kudryavtsev | 2023-08-31 | 1 | -8/+4 |
| * | qnetworkrequest: use _ba literal more | Anton Kudryavtsev | 2023-08-31 | 1 | -13/+13 |
| * | qnetworkrequest: extract method | Anton Kudryavtsev | 2023-08-31 | 1 | -30/+20 |
| * | qnetworkrequest: reduce branches in loop | Anton Kudryavtsev | 2023-08-28 | 1 | -9/+9 |
| * | qnetworkrequest: port parseMatchImpl to QBAV | Anton Kudryavtsev | 2023-08-28 | 1 | -10/+8 |
| * | qnetworkrequest: port parseHeaderName to QBAV | Anton Kudryavtsev | 2023-08-28 | 1 | -3/+3 |
| * | qnetworkrequest: extract method | Anton Kudryavtsev | 2023-08-27 | 1 | -23/+13 |
| * | qnetworkrequest: use new parseCookies overload | Anton Kudryavtsev | 2023-08-27 | 1 | -3/+2 |
| * | QNetworkHeadersPrivate::findRawHeader: use algorithms more | Anton Kudryavtsev | 2023-08-26 | 1 | -7/+5 |
| * | qnetworkrequest: use QBAV more | Anton Kudryavtsev | 2023-08-25 | 1 | -3/+3 |
| * | QNetworkHeadersPrivate::findRawHeader: port to QBAV | Anton Kudryavtsev | 2023-08-25 | 1 | -1/+1 |
| * | Network: Remove unneeded Q_QDOC check for http feature | Kai Köhne | 2023-06-30 | 1 | -5/+5 |
| * | Doc: Remove duplicate words | Andreas Eliasson | 2023-02-28 | 1 | -1/+1 |
| * | Adapt to QTimeZone replacing Qt::TimeSpec usage | Edward Welbourne | 2022-12-10 | 1 | -4/+6 |
| * | QNetworkAccessManager: Configurable number of HTTP1 TCP connections | Markus Goetz | 2022-12-09 | 1 | -0/+28 |
| * | QNetworkRequest: don't assume QByteArray::constData() is NUL-terminated | Marc Mutz | 2022-12-08 | 1 | -13/+17 |
| * | QNetworkRequest: Make header parsing locale-independent | Marc Mutz | 2022-12-08 | 1 | -1/+2 |
| * | Replace usages of Q_CLANG_QDOC with Q_QDOC | Luca Di Sera | 2022-10-21 | 1 | -5/+5 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -2/+2 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
| * | wasm: allow useCredentials access control to be set | Lorn Potter | 2022-09-28 | 1 | -0/+7 |
| * | QHttp2Configuration: in QNAM, use old, higher values in flow control | Timur Pocheptsov | 2022-08-30 | 1 | -5/+4 |
| * | Remove mentions of SSL 3 in documentation | Mårten Nordheim | 2022-05-30 | 1 | -3/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Fix documentation for QNetworkReply::redirected | Florian Bruhin | 2022-05-04 | 1 | -4/+4 |
| * | QtNetwork: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-21 | 1 | -1/+3 |
| * | QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public... | Marc Mutz | 2022-04-05 | 1 | -0/+3 |
| * | QNetworkRequest: Document how Qt handles 301 and 302 status codes | Mårten Nordheim | 2022-01-18 | 1 | -0/+5 |
| * | Convert date-time to UTC before claiming it's in GMT | Edward Welbourne | 2022-01-17 | 1 | -4/+4 |
| * | QNAM: Reintroduce h2c with an attribute | Mårten Nordheim | 2021-12-04 | 1 | -3/+14 |
| * | Don't send the default SETTINGS_INITIAL_WINDOW_SIZE | Timur Pocheptsov | 2021-10-12 | 1 | -6/+7 |
| * | QNAM: Allow to configure when connections to a host are torn down | Markus Goetz | 2021-07-27 | 1 | -0/+6 |