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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
254
-9832
/
+533
*
QNetworkCacheMetaData: replace qSwap with member-swap
Marc Mutz
2022-05-11
1
-1
/
+1
*
Fix documentation for QNetworkReply::redirected
Florian Bruhin
2022-05-04
2
-5
/
+5
*
QtNetwork: includemocs
Marc Mutz
2022-04-28
4
-0
/
+8
*
QHttp: Fix handling of redirect loaded from cache
Mårten Nordheim
2022-04-27
1
-0
/
+1
*
QNetworkReply: update decompress error message and handling
Mårten Nordheim
2022-04-27
4
-17
/
+72
*
Fix unused variables in qtbase
Andrei Golubev
2022-04-25
1
-1
/
+1
*
QtNetwork: replace remaining uses of QLatin1String by QLatin1StringView
Sona Kurazyan
2022-04-21
10
-19
/
+19
*
QtNetwork: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-21
43
-286
/
+342
*
QtNetwork: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-21
21
-59
/
+58
*
QHttp: Don't reorder content-length header for no reason
Mårten Nordheim
2022-04-21
1
-2
/
+3
*
Replace uses of _qs with _s in sources and examples
Sona Kurazyan
2022-04-19
2
-2
/
+6
*
Network[doc]: Update Qt6-changes for QNetworkInformation in 6.3
Mårten Nordheim
2022-04-07
1
-0
/
+3
*
Network[doc]: Update Qt6-changes with QNetworkInformation details
Mårten Nordheim
2022-04-07
1
-2
/
+11
*
QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: privat...
Marc Mutz
2022-04-06
12
-6
/
+23
*
QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...
Marc Mutz
2022-04-05
28
-18
/
+57
*
Doc: QNetworkProxyFactory: Mention libproxy in systemProxyForQuery
Hu Jialun
2022-04-01
1
-0
/
+5
*
QNetworkInformation: Deprecate vague load functions
Mårten Nordheim
2022-03-31
2
-5
/
+31
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
4
-4
/
+4
*
Fix -Wunused-but-set-variable in QTcpSocket documentation snippet
Tor Arne Vestbø
2022-03-18
1
-1
/
+2
*
Add missing includes for some of our _win.cpp files
Mårten Nordheim
2022-03-18
2
-0
/
+3
*
Misc: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
Network: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
3
-0
/
+3
*
QtNetwork: compile-optimize inline swap functions
Marc Mutz
2022-03-17
17
-23
/
+23
*
Fix deprecated use of QBA/Q*String::count
Mårten Nordheim
2022-03-15
2
-13
/
+13
*
Doc: Use new global include snippets in Qt Network landing page
Andreas Eliasson
2022-03-15
1
-6
/
+7
*
HTTP2: port to QByteArrayView where it's trivial
Marc Mutz
2022-03-11
6
-8
/
+8
*
HPack: make padding_is_valid static constexpr
Marc Mutz
2022-03-11
1
-0
/
+1
*
Doc: List third-party attributions on Qt Network landing page
Kai Köhne
2022-03-10
1
-1
/
+7
*
wasm: fix issue with passing username/password to network request
Lorn Potter
2022-03-10
1
-3
/
+7
*
QHostInfo/Unix: Fix resolv never unloading
Mårten Nordheim
2022-03-09
1
-1
/
+0
*
QAbstractSocket: update setSocketOption documentation
Mårten Nordheim
2022-03-08
1
-0
/
+4
*
Fix deprecated uses of QScopedPointer
Mårten Nordheim
2022-03-08
3
-14
/
+20
*
QPublicSuffixDatabase: don't go thru QString for debug output
Marc Mutz
2022-03-07
1
-1
/
+1
*
wasm: fix network reply error finished() signaling
Lorn Potter
2022-03-05
1
-0
/
+1
*
QAbstractSocket: remove note about WinRT
Mårten Nordheim
2022-03-05
1
-3
/
+0
*
Network: Use system publicsuffix database copy when available
Ievgenii Meshcheriakov
2022-03-03
4
-6
/
+174
*
Fix Q_FLAG declaration over enumerations
Giuseppe D'Angelo
2022-03-02
1
-1
/
+1
*
CMake: Rename FindZSTD to FindWrapZSTD
Alexandru Croitor
2022-02-28
1
-1
/
+1
*
Fix compiler warnings about unused parameters
Pasi Petäjäjärvi
2022-02-25
1
-0
/
+2
*
Make sure all qtbase private headers include at least one other
Thiago Macieira
2022-02-24
5
-7
/
+8
*
Network: Use public suffix database in DAFSA format
Ievgenii Meshcheriakov
2022-02-24
5
-14912
/
+4435
*
QNX: Fix support for abstract Unix-domain socket
Pasi Petäjäjärvi
2022-02-24
2
-1
/
+5
*
Fix getsockopt option_value initial initialization
Pasi Petäjäjärvi
2022-02-24
1
-2
/
+3
*
Http2: Fix redirect-handling
Mårten Nordheim
2022-02-20
1
-6
/
+14
*
QHttp: Move the emission of requestSent
Mårten Nordheim
2022-02-18
1
-1
/
+2
*
Update public suffix list
Ievgenii Meshcheriakov
2022-02-18
2
-14451
/
+14277
*
Do not highlight the HTTP Example anymore in Qt Creator
Zhang Hao
2022-02-16
1
-2
/
+0
*
Compile QNetworkAccessDebugPipeBackend only in developer builds
Joerg Bornemann
2022-02-15
1
-1
/
+5
*
HTTP: Make redirect response parsing more generic
Mårten Nordheim
2022-02-11
2
-16
/
+29
[next]