index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
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
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
doc
/
snippets
/
code
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change doc snippet license
Lucie Gérard
2024-02-02
4
-4
/
+4
*
Take QJsonDocument as a parameter
Juha Vuolle
2024-01-30
1
-1
/
+1
*
Rename QRestReply data accessors as read* functions
Juha Vuolle
2024-01-30
1
-2
/
+2
*
Update QRestAccessManager documentation
Juha Vuolle
2024-01-29
1
-24
/
+29
*
Rename qnetworkrequestfactory's request() to createRequest()
Juha Vuolle
2024-01-12
1
-4
/
+4
*
Change QRestReply json return type to QJsonDocument
Juha Vuolle
2024-01-12
1
-2
/
+2
*
Add PATCH support for QRestAccessManager
Juha Vuolle
2023-12-08
1
-0
/
+8
*
QRestAM custom HTTP 'method' support
Juha Vuolle
2023-12-08
1
-0
/
+7
*
Add REST client convenience wrappers
Juha Vuolle
2023-12-08
1
-0
/
+84
*
QNetworkRequestFactory convenience class
Juha Vuolle
2023-12-08
1
-0
/
+27
*
QSslConfiguration: remove example
Timur Pocheptsov
2023-12-05
1
-7
/
+0
*
Remove unused documentation code snippets
Friedemann Kleint
2023-04-17
2
-12
/
+0
*
QNetworkDiskCache: Update doc snippets
Mårten Nordheim
2023-03-23
1
-3
/
+6
*
Documentation: Port code snippets to new connection syntax
Friedemann Kleint
2023-01-11
3
-12
/
+7
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
25
-1181
/
+50
*
QtNetwork: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-21
3
-3
/
+8
*
TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecated
Mårten Nordheim
2021-06-25
1
-1
/
+1
*
Remove QFtp sources etc. in favor of alternate distribution
Mårten Nordheim
2020-08-27
1
-109
/
+0
*
QAbstractSocket: Resolve remaining Qt6 TODOs
Mårten Nordheim
2020-08-24
1
-13
/
+1
*
QSslConfiguration::setCiphers - introduce the overload taking QString
Timur Pocheptsov
2020-07-01
1
-0
/
+7
*
QNAM: docs cleanup from NetworkAccessible
Mårten Nordheim
2020-06-12
1
-9
/
+0
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-1
/
+1
|
\
|
*
More qOverload cleanups in qtbase
Timur Pocheptsov
2020-03-24
1
-1
/
+1
*
|
QtNetwork: Delete bearer management
Mårten Nordheim
2020-04-05
3
-127
/
+0
*
|
Remove QRegExp usage from QSslCertificate and QSslSocket
Lars Knoll
2020-03-31
1
-8
/
+0
|
/
*
Document how to use CMake for Qt Network
Kai Koehne
2020-03-09
1
-3
/
+0
*
QSslCertificate: migrate to QRegularExpression
Samuel Gaist
2020-01-23
1
-0
/
+8
*
Clarify Q{Abstract,Local}Socket::waitForDisconnected() documentation
Kari Oikarinen
2019-11-01
2
-3
/
+6
*
QUdpSocket: Convert snippet to functor connect
Andre Hartmann
2019-04-08
1
-2
/
+2
*
Doc: Move literal code block to a separate file
Cristian Maureira-Fredes
2018-10-15
4
-0
/
+223
*
Document the DTLS API
Timur Pocheptsov
2018-08-09
2
-0
/
+263
*
QNetworkAccessManager: Port doc snippet to functor-connect
Andre Hartmann
2018-07-27
1
-7
/
+7
*
Replace outdated BSD license text
Kai Koehne
2017-03-03
1
-1
/
+11
*
Doc: Use canonical contact URL in license header
Kai Koehne
2017-02-28
1
-1
/
+1
*
Introduce SCTP sockets support
Alex Trotsenko
2016-07-27
1
-0
/
+53
*
Long live QNetworkDatagram!
Thiago Macieira
2016-06-20
1
-8
/
+1
*
QtNetwork: eradicate Q_FOREACH loops [rvalues]
Marc Mutz
2016-05-04
3
-5
/
+7
*
Unify license header usage.
Jani Heikkinen
2016-03-29
19
-57
/
+247
*
Updated license headers
Jani Heikkinen
2016-01-15
2
-28
/
+40
*
Doc: Added missing semicolons to snippet
Nico Vertriest
2015-12-03
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-10-23
1
-1
/
+2
|
\
|
*
Doc: Edit description of QSslSocket::AddCaCertificates()
Topi Reinio
2015-10-23
1
-1
/
+2
*
|
QtNetwork documentation: Emphasize QTcpServer::addPendingConnection().
Friedemann Kleint
2015-09-21
1
-1
/
+2
|
/
*
Updated BSD licensed file headers
Jani Heikkinen
2015-02-15
19
-57
/
+57
*
Update copyright headers
Jani Heikkinen
2015-02-11
21
-108
/
+108
*
Update license headers and add new license files
Matti Paaso
2014-09-24
2
-38
/
+22
*
Fix QNetworkRequest::setRawHeader() for QT_NO_CAST_FROM_BYTEARRAY
Richard J. Moore
2014-04-08
1
-1
/
+1
*
Whitespace cleanup: remove trailing whitespace
Axel Waggershauser
2013-03-16
1
-1
/
+1
*
Merge branch 'release' into stable
Sergio Ahumada
2013-01-31
3
-7
/
+7
|
\
|
*
Fix some more old references and links to Nokia
Sergio Ahumada
2013-01-28
3
-7
/
+7
[next]