summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qhostinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* QHostInfo: fix lookupHost() signature immediatelyMarc Mutz2024-01-231-1/+4
* Fix QThreadPool::maxThreadCount() usageIvan Solovev2024-01-081-1/+1
* QHostInfo::lookupHost: do not violate lookupHostImpl preconditionsGiuseppe D'Angelo2023-09-081-0/+4
* QHostInfo::abortLookup: ignore -1Giuseppe D'Angelo2023-09-071-0/+3
* QHostInfoResult::postResultsReady: streamline the implementationGiuseppe D'Angelo2023-09-061-28/+15
* QHostInfoResult: use the same semantics as the contextless connect()Giuseppe D'Angelo2023-09-061-8/+10
* QHostInfo: add a Qt 7 noteGiuseppe D'Angelo2023-09-061-1/+1
* QHostInfo::lookupHostImpl: code tidiesGiuseppe D'Angelo2023-09-051-4/+9
* QHostInfo::lookupHostImpl: add another precondition checkGiuseppe D'Angelo2023-09-051-0/+1
* QHostInfo: remove usused -Result and -Runnable ctorsMarc Mutz2023-08-181-7/+0
* QHostInfo: add -Result and -Runnable ctors taking SlotObjUniquePtrMarc Mutz2023-08-181-4/+18
* QHostInfo: port lookupHostImpl() to SlotObjUniquePtr internallyMarc Mutz2023-08-141-12/+9
* QHostInfo: use new QMetaCallEvent::create() overloadMarc Mutz2023-08-101-1/+1
* QHostInfo: de-inline -Result and -Runnable dtorsMarc Mutz2023-08-071-0/+6
* QHostInfo: use SlotObjUniquePtrMårten Nordheim2023-08-061-1/+1
* QHostInfo: fix remaining slotObj leaksMarc Mutz2023-08-041-0/+4
* QHostInfo: fix leaking slot objectMårten Nordheim2023-07-191-1/+0
* Doc: Fix documentation warningsTopi Reinio2023-04-291-1/+1
* Add helper template for metacall event creationVolker Hilsheimer2023-04-181-11/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-1/+3
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-051-0/+2
* QtNetwork: Include moc filesMårten Nordheim2022-01-151-0/+2
* wasm: implement host lookup for socket tunnelingMorten Johan Sørvig2021-12-151-1/+21
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-181-18/+2
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-3/+2
* QHostInfo: simplify assignment operatorVolker Hilsheimer2021-03-031-4/+5
* QHostInfo: address a Qt 6 todoMårten Nordheim2020-08-241-15/+9
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-3/+3
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-3/+5
* Fix living QObject member after shutdown of QCoreApplicationAndré Klitzing2020-06-231-2/+19
* QtNetwork: Delete bearer managementMårten Nordheim2020-04-051-1/+0
* QHostInfo: Remove useless codeMårten Nordheim2020-01-151-21/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-1/+1
|\
| * Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
|/
* Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-1/+3
* Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-101-7/+5
* Unify and simplify the QHostInfo::lookupHost overloadsVolker Hilsheimer2019-08-071-86/+68
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-301-9/+41
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-9/+41
| |\
| | * QHostInfo: Always post results through the event loop to the receiverVolker Hilsheimer2019-07-261-9/+41
* | | QHostInfo: un-QObject-ify QHostInfoLookupManagerMarc Mutz2019-07-191-2/+3
* | | QHostInfo: remove unused QAbstractHostInfoLookupManagerMarc Mutz2019-07-191-11/+6
* | | QHostInfo: port from recursive to non-recursive mutexMarc Mutz2019-07-181-5/+4
* | | QHostInfo: add nothrow move constructorMarc Mutz2019-07-181-3/+28
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-21/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-21/+13
| |\|