index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: Fix typos in documentation
Jonas Kvinge
2022-03-16
2
-2
/
+2
*
wasm: fix issue with passing username/password to network request
Lorn Potter
2022-03-10
1
-3
/
+7
*
Http2: Fix redirect-handling
Mårten Nordheim
2022-02-22
1
-6
/
+14
*
HTTP: Make redirect response parsing more generic
Mårten Nordheim
2022-02-14
2
-16
/
+29
*
Network: Emit authenticationRequired when using Ntlm
Sören Bohn
2022-02-02
1
-1
/
+6
*
QNetworkRequest: Document how Qt handles 301 and 302 status codes
Mårten Nordheim
2022-01-19
1
-0
/
+5
*
Convert date-time to UTC before claiming it's in GMT
Edward Welbourne
2022-01-18
1
-4
/
+4
*
QHttpNetworkConnection: Always set proxy settings to all channels
Andrey Mozzhuhin
2022-01-14
1
-2
/
+2
*
wasm: fix network reply status attribute
Lorn Potter
2021-11-09
1
-12
/
+18
*
Http/2 - handle PADDED flag correctly
Timur Pocheptsov
2021-10-12
1
-2
/
+3
*
wasm: fix network data URI scheme
Lorn Potter
2021-09-08
1
-2
/
+0
*
wasm: fix network crash on abort
Lorn Potter
2021-08-18
2
-46
/
+40
*
H2: emit encrypted for at least the first reply, similar to H1
Timur Pocheptsov
2021-07-21
1
-0
/
+4
*
QNetworkDiskCache: Fix tracking of size during storeItem()
Mårten Nordheim
2021-07-20
1
-3
/
+1
*
H2: remove a rather useless limit on the number of streams
Timur Pocheptsov
2021-06-16
2
-10
/
+3
*
Prefer previously used channels in QHttpNetworkConnection
Lars Schmertmann
2021-06-04
1
-19
/
+38
*
QSpdyProtocolHandler: don't rely on device being available
Mårten Nordheim
2021-05-20
1
-1
/
+2
*
HTTP/2 authentication required
Mårten Nordheim
2021-05-03
5
-29
/
+101
*
QNetworkDiskCache: Drop the file mmap-ing
Mårten Nordheim
2021-04-21
1
-12
/
+1
*
Update commercial license headers to src/dbus, src/gui, src/network
Tarja Sundqvist
2021-01-28
94
-1934
/
+1934
*
Http2: set the reply's error code and string on error
Mårten Nordheim
2020-12-09
1
-0
/
+2
*
Http2: don't call ensureConnection when there's no request available
Mårten Nordheim
2020-12-03
1
-1
/
+3
*
Http2: Remove errored-out requests from queue
Mårten Nordheim
2020-12-03
1
-0
/
+1
*
Doc: Fix documentation warnings in Qt Network
Topi Reinio
2020-11-19
1
-3
/
+9
*
HTTP2: fix crash from assertion
Mårten Nordheim
2020-11-19
2
-2
/
+7
*
QNAM: Work around QObject finicky orphan cleanup details
Mårten Nordheim
2020-11-06
1
-1
/
+11
*
Pass SameSite through QNetworkCookie
Allan Sandfeld Jensen
2020-10-28
2
-1
/
+9
*
wasm: fix network status code propagation
Lorn Potter
2020-09-25
2
-6
/
+14
*
QNetworkRequest: mark FollowRedirectsAttribute as deprecated
Mårten Nordheim
2020-09-15
1
-1
/
+1
*
QNAM: HTTP/2: Set user-agent for the HTTP proxy's header
Mårten Nordheim
2020-09-14
1
-4
/
+13
*
http: When falling back to http/1 use the socket's ssl config
Mårten Nordheim
2020-09-14
1
-10
/
+4
*
HTTP/2: Don't handle Remote Disconnected if we haven't switched yet
Mårten Nordheim
2020-09-14
1
-1
/
+2
*
QAuthenticator: condition using GSSAPI on credentials availability
Mårten Nordheim
2020-09-12
1
-1
/
+8
*
QAuthenticator: Don't assume we haven't tried the URL credentials
Mårten Nordheim
2020-09-12
1
-3
/
+4
*
QAuthenticator: Don't assume cached credentials are new
Mårten Nordheim
2020-09-11
1
-1
/
+2
*
QNAM: Don't error out if the server doesn't support any ALPN we request
Mårten Nordheim
2020-09-10
1
-2
/
+2
*
Huffman compression: handle QByteArray's elements as unsigned char
Timur Pocheptsov
2020-09-09
1
-2
/
+4
*
QNetworkReply(http): Ignore ssl errors in all reserved channels
Mårten Nordheim
2020-09-08
1
-2
/
+6
*
QNAM: Don't close the connection due to not having a layer preference
Mårten Nordheim
2020-09-08
1
-2
/
+5
*
QNAM: Remove network connectivity pre-check
Mårten Nordheim
2020-07-30
3
-93
/
+0
*
wasm: fix network headers logic
Lorn Potter
2020-07-30
1
-6
/
+8
*
wasm: fix setTransferTimeout
Lorn Potter
2020-07-29
4
-6
/
+8
*
wasm: do not close QIODevice on error
Lorn Potter
2020-06-30
1
-3
/
+0
*
Http: Fix POST-to-GET redirects still uploading or transmitting CL
Mårten Nordheim
2020-06-30
5
-0
/
+38
*
Fix warning about networkAccessibleChanged() signal being deprecated
Thiago Macieira
2020-06-24
1
-4
/
+4
*
wasm: fix crash when getting error like 404
Lorn Potter
2020-06-20
1
-1
/
+0
*
QNAM: Move QNetworkConnectionMonitor along during moveToThread
Mårten Nordheim
2020-06-17
2
-16
/
+17
*
wasm: set status codes from network operation
Lorn Potter
2020-06-12
2
-0
/
+15
*
wasm: fix network POST data corruption
Lorn Potter
2020-06-11
2
-5
/
+5
*
Fix deprecation warning
Volker Hilsheimer
2020-06-10
1
-0
/
+3
[next]