summaryrefslogtreecommitdiffstats
path: root/examples/network
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-1123-26/+159
|\
| * Regenerate examplesAlexandru Croitor2020-02-0423-26/+159
* | QSpinBox: remove deprecated signal valueChanged(const QString &)Vitaly Fanaskov2020-02-101-1/+1
|/
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-1/+1
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2449-329/+337
|\|
| * Build the securesocketclient example for other SSL backendsMÃ¥rten Nordheim2020-01-141-1/+1
| * QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-135-6/+6
| * QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-103-4/+4
| * Cleanup network examplesChristian Ehrlicher2019-11-0645-318/+326
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-171-2/+2
|\|
| * Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-2/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-116-23/+22
|\|
| * Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-144-7/+7
| * SecureUDPServer example: use std::unique_ptr instead of QSharedPointerMarc Mutz2019-05-152-16/+15
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-1423-48/+48
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-1223-19/+41
* | Fix linking of examplesSimon Hausmann2019-06-1219-19/+19
* | Allow to build examples as standalone projectKevin Funk2019-06-0523-415/+616
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-033-15/+29
|\|
| * HTTP example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-152-10/+22
| * Torrent example: Replace the last Java-style iterator with STL onesMarc Mutz2019-05-231-5/+7
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-033-32/+28
|\|
| * Torrent example: replace a QMultiMap with a sorted vectorMarc Mutz2019-05-251-7/+7
| * Torrent example: add missing qAsConst()Marc Mutz2019-05-231-2/+2
| * Torrent example: rewrite some very convoluted codeMarc Mutz2019-05-241-17/+13
| * Torrent example: replace Java-style iteration with STL iteratorsMarc Mutz2019-05-231-5/+5
| * Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
* | Regenerate more projects that are using uicAlexandru Croitor2019-05-235-9/+59
* | Rerun pro2cmake on projects that use .ui filesAlexandru Croitor2019-05-223-5/+11
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1619-68/+79
|\|
| * 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
| |/
* / CMake: Add more examplesTobias Hunger2019-03-2623-0/+510
|/
* 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