summaryrefslogtreecommitdiff
path: root/examples/network
Commit message (Expand)AuthorAgeFilesLines
* Torrent example: update usage of integer typesMårten Nordheim2023-04-116-63/+64
* Doc: Use the \examplecategory macro to tag examplesTopi Reinio2023-04-117-7/+7
* Remove loopback network exampleMårten Nordheim2023-03-239-283/+0
* Clean up multicast examplesMårten Nordheim2023-03-237-6/+10
* HTTP example: update screenshotMårten Nordheim2023-03-023-1/+1
* DNS Lookup: Use ideomatic cstdio includeMårten Nordheim2023-03-021-19/+21
* DNS Lookup: Change local function to return struct instead of enumMårten Nordheim2023-03-021-36/+38
* DNS Lookup: Use standard functions to print version/helpMårten Nordheim2023-03-021-4/+3
* DNS Lookup: reflow some code to avoid exceeding column limitMårten Nordheim2023-03-021-15/+31
* DNS Lookup: Use std::optional instead of casting enum to intMårten Nordheim2023-03-021-5/+5
* DNS Lookup: Avoid unneeded allocations in parsing functionMårten Nordheim2023-03-021-11/+11
* Delete the Network Download (Manager)? examplesMårten Nordheim2023-03-0214-622/+0
* Doc: fix links to renamed network examplesVolker Hilsheimer2023-03-014-7/+6
* Fortune* Example: update screenshotsMårten Nordheim2023-02-284-0/+0
* Torrent example: Fix use-after-free crashMårten Nordheim2023-02-211-0/+4
* 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