summaryrefslogtreecommitdiffstats
path: root/examples/network
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation warnings agains u"..."_qs in dnslookup.cppEdward Welbourne2023-06-071-5/+5
* Network chat: Update example meta infoMårten Nordheim2023-05-311-1/+3
* Network chat: style fixesMårten Nordheim2023-05-312-4/+2
* Network chat: simplify lookup functionMårten Nordheim2023-05-311-5/+1
* Network chat: when removing an entry in multihash, specify which oneMårten Nordheim2023-05-311-1/+1
* Network chat: avoid double lookups into hashMårten Nordheim2023-05-311-8/+11
* Network chat: Use QStringBuilderMårten Nordheim2023-05-312-0/+5
* Network chat: make ctors explicitMårten Nordheim2023-05-314-5/+5
* Network chat: default-initialize or direct-initialize membersMårten Nordheim2023-05-315-19/+10
* Network chat: update includesMårten Nordheim2023-05-317-14/+14
* 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