summaryrefslogtreecommitdiffstats
path: root/examples/network
Commit message (Expand)AuthorAgeFilesLines
* Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-193-6/+3
|\
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-183-6/+3
* | QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-132-2/+3
* | Fix some deprecation warnings in examplesFriedemann Kleint2019-02-061-1/+1
* | Network examples: cleanup foreach usageChristian Ehrlicher2019-01-0613-56/+69
* | Fix usage of QGuiApplication::set/resetOverrideCursorChristian Ehrlicher2018-11-051-3/+3
|/
* Fix builds without DTLSAllan Sandfeld Jensen2018-10-091-6/+2
* DTLS server - use the proper TLS configurationTimur Pocheptsov2018-08-101-0/+1
* Document DTLS examplesTimur Pocheptsov2018-08-0913-27/+255
* Document the DTLS APITimur Pocheptsov2018-08-092-0/+73
* Examples: Revamp LoopbackAndre Hartmann2018-07-303-41/+45
* QDtls - use conventional namesTimur Pocheptsov2018-07-272-7/+7
* QDtls - refactorTimur Pocheptsov2018-07-262-7/+7
* DTLS client - improve the exampleTimur Pocheptsov2018-07-102-13/+26
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0212-12/+12
|\
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-2112-12/+12
* | Add a secure UDP client exampleTimur Pocheptsov2018-06-2211-1/+1173
* | Add a secure UDP server exampleTimur Pocheptsov2018-06-2111-1/+1212
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-3/+3
|\|
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-3/+3
* | Examples: use CBOR in the network-chat broadcast messageThiago Macieira2018-06-023-19/+39
* | Examples: change the main network-chat protocol to CBORThiago Macieira2018-06-023-146/+138
* | Examples: fix network-chat in the presence of an IPv6 stackThiago Macieira2018-05-051-1/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-206-0/+7
|\
| * qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-126-0/+7
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-115-0/+5
|\|
| * qtlite: Skip building examples when configured with no-feature-udpsocketRainer Keller2018-01-115-0/+5
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-024-18/+52
|\|
| * Examples: Update multicast sender and receiver examples for IPv6Thiago Macieira2017-12-244-18/+52
* | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-9/+9
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-235-15/+15
|\|
| * Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-085-15/+15
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-1721-222/+235
|\|
| * QtNetwork (examples) - update googlesuggest exampleTimur Pocheptsov2017-10-055-42/+33
| * QtNetwork (examples) - update the second download manager exampleTimur Pocheptsov2017-10-025-41/+71
| * QtNetwork (examples) - update network download managerTimur Pocheptsov2017-10-021-26/+32
| * QtNetwork (examples) - update the fortune server exampleTimur Pocheptsov2017-09-283-54/+48
| * QtNetwork (examples) - update the fortune client exampleTimur Pocheptsov2017-09-283-21/+20
| * QtNetwork (examples) - update multicastreceiver exampleTimur Pocheptsov2017-09-282-27/+23
| * QtNetwork (examples) - update broadcastreceiver tooTimur Pocheptsov2017-09-272-14/+11
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2615-197/+202
|\|
| * QtNetwork (examples) - update multicastsenderTimur Pocheptsov2017-09-252-47/+26
| * QtNetwork (examples) - update secure socket client exampleTimur Pocheptsov2017-09-258-114/+135
| * Slightly revamp the http exampleMÃ¥rten Nordheim2017-09-223-22/+32
| * QtNetwork (examples) - update broadcastsenderTimur Pocheptsov2017-09-222-23/+18
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-196-15/+15
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-196-13/+13
|/
* Examples: Remove remains of winceFriedemann Kleint2017-07-141-6/+0
* Add some missing breaks in switch statementsMarc Mutz2017-05-101-0/+2