summaryrefslogtreecommitdiffstats
path: root/examples/network
Commit message (Expand)AuthorAgeFilesLines
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* More qOverload cleanups in qtbaseTimur Pocheptsov2020-03-241-2/+1
* QAbstractSocket: Fix usage of deprecated error signal in exampleMårten Nordheim2020-03-241-1/+1
* Examples: use QDialog::showMaximaized() for AndroidAssam Boudjelthia2020-03-031-1/+5
* Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-285-6/+6
* QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-277-13/+11
* Examples: request Android storage permissions when using QStandardPathsAssam Boudjelthia2020-02-262-1/+24
* Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-263-4/+4
* Remove bearer management from remaining network examplesMårten Nordheim2020-02-196-139/+9
* Remove the bearermonitor exampleMårten Nordheim2020-02-1910-2012/+0
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* 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
* Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-2/+2
* 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
* 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
* 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
* 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