| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA[network/socket]: Mark proxy engines critical | Mårten Nordheim | 2025-07-28 | 1 | -0/+1 |
| * | Use QHttpHeaders: Update internal users of QNRequest, QNReply, QNProxy | Lena Biliaieva | 2024-05-07 | 1 | -4/+7 |
| * | Network: Use QHttpHeaders in QHttpHeaderParser | Lena Biliaieva | 2024-01-25 | 1 | -1/+2 |
| * | QHttpSocketEngine: de-duplicate some code | Ahmad Samir | 2023-10-07 | 1 | -11/+14 |
| * | QAbstractSocketEngine: port to QDeadlineTimer | Ahmad Samir | 2023-10-07 | 1 | -16/+10 |
| * | Fix not emitting proxyAuthenticationRequired signal for NTLM | Øystein Heskestad | 2023-10-02 | 1 | -12/+24 |
| * | Make sockets' accept() methods return qintptr | Mårten Nordheim | 2022-08-24 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtNetwork: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-21 | 1 | -18/+11 |
| * | network: Fix typos in source code comments | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | Move QNAM's http header parsing into separate class | Øystein Heskestad | 2021-09-09 | 1 | -1/+1 |
| * | Allow to set TCP network listen(2) backlog | Daniel Nicoletti | 2021-07-19 | 1 | -1/+2 |
| * | QHttpSocketEngine: Fix memory leak | Mårten Nordheim | 2021-06-09 | 1 | -1/+1 |
| * | QAuthenticator: condition using GSSAPI on credentials availability | Mårten Nordheim | 2020-09-11 | 1 | -1/+1 |
| * | Remove bearermanagement usage inside QNAM and QNetworkProxy | Mårten Nordheim | 2020-04-01 | 1 | -3/+0 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Lars Knoll | 2020-02-28 | 1 | -7/+8 |
| |\ |
|
| | * | QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' instead | Alexander Akulich | 2020-02-27 | 1 | -1/+1 |
| | * | Revert "QAbstractSocket: deprecate 'error' member-function" | Alexander Akulich | 2020-02-26 | 1 | -6/+7 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Liang Qi | 2020-02-13 | 1 | -1/+1 |
| |\| |
|
| | * | QNetworkAccessManager: deprecate bearer related functions | Mårten Nordheim | 2020-01-30 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/dev' into merge-dev | Leander Beernaert | 2020-01-24 | 1 | -15/+14 |
| |\| |
|
| | * | QAbstractSocket: deprecate 'error' member-function | Timur Pocheptsov | 2020-01-10 | 1 | -7/+6 |
| | * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -8/+8 |
| * | | Merge branch 'wip/qt6' into wip/cmake | Alexandru Croitor | 2019-08-15 | 1 | -1/+1 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-19 | 1 | -1/+1 |
| | |\ |
|
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-07-18 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | QHttpSocketEngine: The 'Connection' options are case insensitive | Mårten Nordheim | 2019-07-15 | 1 | -1/+1 |
| * | | | | Merge commit 'dev' into 'wip/cmake-merge' | Tobias Hunger | 2019-04-16 | 1 | -5/+5 |
| |\| | | |
|
| | * | | | Add support for SPNEGO/Negotiate authentication | Sandro Mani | 2019-02-25 | 1 | -1/+1 |
| | |/ / |
|
| | * / | Fix: "Emit keyword being used with non-signal" | Alessandro Portale | 2019-02-12 | 1 | -4/+4 |
| | |/ |
|
| * / | Fix Windows build | Alexandru Croitor | 2019-03-18 | 1 | -0/+2 |
| |/ |
|
| * | QByteArray: add compare() with case sensitivity options | Thiago Macieira | 2018-06-22 | 1 | -3/+2 |
| * | Modernize use of 'http' feature | Ulf Hermann | 2017-11-06 | 1 | -2/+2 |
| * | QHttpSocketEngine: replace dummy buffer + read() with skip() | Alex Trotsenko | 2017-09-19 | 1 | -11/+6 |
| * | Introduce SCTP sockets support | Alex Trotsenko | 2016-07-27 | 1 | -11/+11 |
| * | QHttpSocketEngine: set error on unsupported operations | Alex Trotsenko | 2016-05-12 | 1 | -7/+27 |
| * | QtNetwork: eradicate Q_FOREACH loops [rvalues] | Marc Mutz | 2016-05-04 | 1 | -2/+2 |
| * | QtNetwork: use printf-style qWarning/qDebug where possible (I) | Marc Mutz | 2016-03-04 | 1 | -1/+1 |
| * | Integrate network sockets into the multichannel infrastructure | Alex Trotsenko | 2016-03-01 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-21 | 1 | -1/+4 |
| |\ |
|
| | * | QHttpSocketEngine: ensure pending EOF triggers a notification | Alex Trotsenko | 2016-01-18 | 1 | -1/+4 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | QHttpSocketEngine: remove unused members | Alex Trotsenko | 2015-11-26 | 1 | -4/+0 |
| |/ |
|
| * | Libraries: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -1/+1 |
| * | QAbstractSocketEngine: introduce QIpPacketHeader for datagrams | Thiago Macieira | 2015-08-22 | 1 | -4/+2 |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Liang Qi | 2015-03-31 | 1 | -16/+4 |
| |\ |
|
| | * | Introduce qt_subtract_from_timeout to reduce code duplication. | Daniel Teske | 2015-03-09 | 1 | -16/+4 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| |/ |
|
| * | Fix silly mistake: 0 is a valid file descriptor | Thiago Macieira | 2014-12-24 | 1 | -1/+1 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |