summaryrefslogtreecommitdiffstats
path: root/examples/network
Commit message (Expand)AuthorAgeFilesLines
...
* Torrent example: Fix some stack overflow issuesMårten Nordheim2023-02-211-2/+2
* Torrent: simplify QBitArray usageMårten Nordheim2023-02-211-7/+1
* examples: Connect Quit action to QCoreApplication::quit, not QWidget::closeTor Arne Vestbø2023-02-204-4/+5
* Torrent example: delete unimplemented functionsMårten Nordheim2023-02-141-3/+0
* Torrent example: Convert some timeouts from int to chronoMårten Nordheim2023-02-144-9/+11
* Torrent example: Remove manual little-big endian conversionMårten Nordheim2023-02-141-43/+24
* Delete googlesuggestMårten Nordheim2023-02-1411-500/+0
* HTTP example: Reflow QMessageBox usage in if-statementMårten Nordheim2023-02-021-3/+4
* Examples: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-2/+2
* Torrent example: Use QByteArray toPercentEncodingMårten Nordheim2023-01-301-6/+2
* Torrent example: don't try to announce to an empty URLMårten Nordheim2023-01-301-0/+2
* HTTP Example: Add proxy handlingMårten Nordheim2023-01-242-0/+32
* HTTP example: remove needlessly unset-ing window flagMårten Nordheim2023-01-241-2/+0
* HTTP example: Fix missing translation and improve othersMårten Nordheim2023-01-241-13/+12
* HTTP example: rename to HTTP ClientMårten Nordheim2023-01-242-2/+4
* Fortune* Example: Rename and add category/tagsMårten Nordheim2023-01-244-4/+12
* Fortune* Example: remove needless unset-ing of window flagMårten Nordheim2023-01-172-2/+0
* Fortune* Example: Bump QDataStream format versionMårten Nordheim2023-01-174-4/+4
* Fortune* Example: convert simple for-loop to ranged-forMårten Nordheim2023-01-174-22/+20
* Threaded Fortune Example: update example to use qintptr for descriptorsMårten Nordheim2023-01-172-3/+3
* Examples: Do not wrap custom types in Qt namespaceKai Köhne2023-01-0210-41/+1
* examples: port network examples to new connection styleSamuel Gaist2022-12-216-6/+6
* Remove showMaximized() workaround for Android in examplesTor Arne Vestbø2022-12-021-4/+0
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-3021-21/+21
* Doc: Fix typo and mismatch between code and descriptionAndreas Eliasson2022-11-302-2/+2
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-1721-48/+42
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-1722-84/+84
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-118-26/+26
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2322-22/+22
* Add license headers to cmake filesLucie Gérard2022-08-0322-0/+66
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-16141-6497/+284
* secure UDP server: do not use deprecated protocol (DTLS 1.0)Timur Pocheptsov2022-03-101-6/+0
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-2421-78/+0
* Enable QStyle::State_Horizontal when initializing QStyleOptionProgressBarZhang Hao2022-01-211-1/+1
* Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE propertiesKai Köhne2021-12-173-15/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-1321-23/+63
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-1322-44/+0
* CMake: Prefer unversioned commandsKai Köhne2021-12-132-2/+2
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-1021-78/+21
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-38/+0
* multistreamserver: fix compilationMarc Mutz2021-11-181-1/+1
* multistreamclient example: fix compilationMarc Mutz2021-11-161-1/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-1721-21/+21
* Remove mention of permission api in http exampleAssam Boudjelthia2021-07-301-8/+0
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-151-2/+3
* Use new permission api for http exampleAssam Boudjelthia2021-06-073-33/+6
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-21/+21
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-03-173-10/+10