summaryrefslogtreecommitdiffstats
path: root/examples/network
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing full stops in briefsPaul Wicking2018-06-2112-12/+12
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-3/+3
* 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
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-1/+0
|\
| * use regular configure mechanism for openssl library referencesOswald Buddenhagen2017-02-221-1/+0
| * Example: migrate network-chat to use QRegularExpressionSamuel Gaist2017-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-2/+1
|\|
| * examples: Use QOverload to select overloaded signals and slotsAlexander Volkov2016-12-221-2/+1
* | Make network-chat example use QProcessEnvironmentJake Petroules2016-12-162-12/+7
|/
* Fix SCTP API according to Qt conventionsFriedemann Kleint2016-11-221-1/+1
* Convert the old feature systemLars Knoll2016-09-151-2/+1
* Modularize configure.json/.priLars Knoll2016-09-151-0/+1
* Add support for Apple watchOSJake Petroules2016-08-191-1/+1
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-3/+3
* Polish SCTP examplesAlex Trotsenko2016-08-0322-75/+329
* Introduce SCTP sockets supportAlex Trotsenko2016-07-2724-0/+1632
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-1/+1
| |\
| | * Examples: Fix stringification of the Qt versionThiago Macieira2016-07-021-1/+1
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-063-4/+4
* | | Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-1514-23/+23
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-3/+3
| |\|
| | * Fix httpwindow example.Jake Petroules2016-05-261-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-05110-362/+1291
|\| |