| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA[network/access]: Mark the rest significant | Mårten Nordheim | 2025-07-28 | 1 | -0/+1 |
| * | Replace all QPair/qMakePair with std::pair in qtbase/network | Isak Fyksen | 2024-10-24 | 1 | -1/+3 |
| * | QNetworkReply::setWellKnownHeaders: use QByteArrayView | Ivan Solovev | 2024-09-04 | 1 | -1/+1 |
| * | Add QHttpHeaders to QNetworkReply | Lena Biliaieva | 2024-04-30 | 1 | -0/+4 |
| * | Change QNetworkRequest/Reply rawHeader functions to take QASV | Juha Vuolle | 2024-01-30 | 1 | -2/+2 |
| * | qnetworkrequest, qnetworkreply: port some methods to QBAV | Anton Kudryavtsev | 2023-10-30 | 1 | -0/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public... | Marc Mutz | 2022-04-05 | 1 | -1/+2 |
| * | QNetworkReply: rename socketConnecting to socketStartedConnecting | Mårten Nordheim | 2022-01-31 | 1 | -1/+1 |
| * | QNetworkReply: Add two new signals | Markus Goetz | 2021-07-20 | 1 | -0/+2 |
| * | QtNetwork remove deprecated signals | Timur Pocheptsov | 2020-06-04 | 1 | -4/+0 |
| * | QtNetwork deprecations: suppress internal warnings | Mårten Nordheim | 2020-03-12 | 1 | -1/+1 |
| * | QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' instead | Mårten Nordheim | 2020-03-03 | 1 | -0/+4 |
| * | Revert "QNetworkReply: deprecate the 'error' getter" | Alexander Akulich | 2020-02-28 | 1 | -6/+1 |
| * | Uncomment erroneously commented 'error' | Timur Pocheptsov | 2020-01-14 | 1 | -1/+1 |
| * | QNetworkReply: deprecate the 'error' getter | Timur Pocheptsov | 2020-01-13 | 1 | -1/+6 |
| * | QNetworkReply: Fix SSL configuration handling | Friedemann Kleint | 2019-11-01 | 1 | -2/+4 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -3/+3 |
| * | Add a user-controlled auto-redirect policy | Timur Pocheptsov | 2017-01-19 | 1 | -0/+1 |
| * | Add qtnetworkglobal.h and qtnetworkglobal_p.h | Lars Knoll | 2016-07-03 | 1 | -0/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | QtNetwork: Use Q_NULLPTR instead of 0 in all public headers | Marc Mutz | 2015-07-19 | 1 | -1/+1 |
| * | QNetworkAccessManager: Support HTTP redirection | Mandeep Sandhu | 2015-03-09 | 1 | -0/+3 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | QtNetwork: use Q_ENUM instead of Q_ENUMS | Olivier Goffart | 2015-02-08 | 1 | -1/+1 |
| * | QNetworkAccessManager: introduce support for TLS PSK | Giuseppe D'Angelo | 2015-01-23 | 1 | -0/+2 |
| * | Add Q_DECL_OVERRIDE in the src subdirectory | Olivier Goffart | 2014-12-03 | 1 | -3/+3 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Add more specific HTTP error codes to QNetworkReply::NetworkError | Mandeep Sandhu | 2014-01-30 | 1 | -1/+9 |
| * | Add an encrypted() signal to QNetworkAccessManager and QNetworkReply. | Richard Moore | 2013-02-19 | 1 | -0/+1 |
| * | Remove QT_{BEGIN,END}_HEADER macro usage | Sergio Ahumada | 2013-01-29 | 1 | -4/+0 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | QtNetwork: use nullary version of qRegisterMetaType<T>("T") | Marc Mutz | 2012-07-25 | 1 | -0/+2 |
| * | QNetworkReply: Change abort() function into a slot | Jonathan Liu | 2012-06-01 | 1 | -1/+1 |
| * | Define QNetworkReply::BackgroundRequestNotAllowedError | Shane Kearns | 2012-04-11 | 1 | -0/+1 |
| * | Define QNetworkReply::NetworkSessionFailed error | Shane Kearns | 2012-04-11 | 1 | -0/+1 |
| * | QtNetwork: make some constructors explicit | Marc Mutz | 2012-03-14 | 1 | -1/+1 |
| * | Test for QT_NO_SSL instead of QT_NO_OPENSSL | Shane Kearns | 2012-02-21 | 1 | -2/+2 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Remove use of QT_MODULE from library | Gunnar Sletta | 2012-01-25 | 1 | -1/+0 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Using proper virtual functions instead of Q_INVOKABLE tricks. | Jonas M. Gastal | 2012-01-09 | 1 | -0/+4 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+180 |