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
/
examples
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert uses of QTime as a timer to QElapsedTimer
Edward Welbourne
2019-06-14
4
-7
/
+7
*
SecureUDPServer example: use std::unique_ptr instead of QSharedPointer
Marc Mutz
2019-05-15
2
-16
/
+15
*
HTTP example: use std::unique_ptr instead of QScopedPointer
Marc Mutz
2019-05-15
2
-10
/
+22
*
Torrent example: Replace the last Java-style iterator with STL ones
Marc Mutz
2019-05-23
1
-5
/
+7
*
Torrent example: replace a QMultiMap with a sorted vector
Marc Mutz
2019-05-25
1
-7
/
+7
*
Torrent example: add missing qAsConst()
Marc Mutz
2019-05-23
1
-2
/
+2
*
Torrent example: rewrite some very convoluted code
Marc Mutz
2019-05-24
1
-17
/
+13
*
Torrent example: replace Java-style iteration with STL iterators
Marc Mutz
2019-05-23
1
-5
/
+5
*
Migrate Windows system libs to external dependencies
Joerg Bornemann
2019-05-08
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-02-19
3
-6
/
+3
|
\
|
*
Add cmdline feature to qmake
Joerg Bornemann
2019-02-18
3
-6
/
+3
*
|
QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00
Christian Ehrlicher
2019-02-13
2
-2
/
+3
*
|
Fix some deprecation warnings in examples
Friedemann Kleint
2019-02-06
1
-1
/
+1
*
|
Network examples: cleanup foreach usage
Christian Ehrlicher
2019-01-06
13
-56
/
+69
*
|
Fix usage of QGuiApplication::set/resetOverrideCursor
Christian Ehrlicher
2018-11-05
1
-3
/
+3
|
/
*
Fix builds without DTLS
Allan Sandfeld Jensen
2018-10-09
1
-6
/
+2
*
DTLS server - use the proper TLS configuration
Timur Pocheptsov
2018-08-10
1
-0
/
+1
*
Document DTLS examples
Timur Pocheptsov
2018-08-09
13
-27
/
+255
*
Document the DTLS API
Timur Pocheptsov
2018-08-09
2
-0
/
+73
*
Examples: Revamp Loopback
Andre Hartmann
2018-07-30
3
-41
/
+45
*
QDtls - use conventional names
Timur Pocheptsov
2018-07-27
2
-7
/
+7
*
QDtls - refactor
Timur Pocheptsov
2018-07-26
2
-7
/
+7
*
DTLS client - improve the example
Timur Pocheptsov
2018-07-10
2
-13
/
+26
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-07-02
12
-12
/
+12
|
\
|
*
Doc: Add missing full stops in briefs
Paul Wicking
2018-06-21
12
-12
/
+12
*
|
Add a secure UDP client example
Timur Pocheptsov
2018-06-22
11
-1
/
+1173
*
|
Add a secure UDP server example
Timur Pocheptsov
2018-06-21
11
-1
/
+1212
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-06-07
1
-3
/
+3
|
\
\
|
|
/
|
*
Make sure we can build with -no-feature-draganddrop
Joerg Bornemann
2018-05-29
1
-3
/
+3
*
|
Examples: use CBOR in the network-chat broadcast message
Thiago Macieira
2018-06-02
3
-19
/
+39
*
|
Examples: change the main network-chat protocol to CBOR
Thiago Macieira
2018-06-02
3
-146
/
+138
*
|
Examples: fix network-chat in the presence of an IPv6 stack
Thiago Macieira
2018-05-05
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-20
6
-0
/
+7
|
\
|
*
qtlite: Skip building examples when configured with no-feature-itemviews
Rainer Keller
2018-01-12
6
-0
/
+7
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-11
5
-0
/
+5
|
\
\
|
|
/
|
*
qtlite: Skip building examples when configured with no-feature-udpsocket
Rainer Keller
2018-01-11
5
-0
/
+5
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-02
4
-18
/
+52
|
\
\
|
|
/
|
*
Examples: Update multicast sender and receiver examples for IPv6
Thiago Macieira
2017-12-24
4
-18
/
+52
*
|
Update usage of QFontMetrics::width() to new API
Eskil Abrahamsen Blomfeldt
2017-12-08
1
-9
/
+9
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-23
5
-15
/
+15
|
\
\
|
|
/
|
*
Change almost all other uses of qrand() to QRandomGenerator
Thiago Macieira
2017-11-08
5
-15
/
+15
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-10-17
21
-222
/
+235
|
\
\
|
|
/
|
*
QtNetwork (examples) - update googlesuggest example
Timur Pocheptsov
2017-10-05
5
-42
/
+33
|
*
QtNetwork (examples) - update the second download manager example
Timur Pocheptsov
2017-10-02
5
-41
/
+71
|
*
QtNetwork (examples) - update network download manager
Timur Pocheptsov
2017-10-02
1
-26
/
+32
|
*
QtNetwork (examples) - update the fortune server example
Timur Pocheptsov
2017-09-28
3
-54
/
+48
|
*
QtNetwork (examples) - update the fortune client example
Timur Pocheptsov
2017-09-28
3
-21
/
+20
|
*
QtNetwork (examples) - update multicastreceiver example
Timur Pocheptsov
2017-09-28
2
-27
/
+23
|
*
QtNetwork (examples) - update broadcastreceiver too
Timur Pocheptsov
2017-09-27
2
-14
/
+11
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-09-26
15
-197
/
+202
|
\
\
|
|
/
[next]