summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* QDnsLookup/Unix: handle more error conditions from res_nsend()Thiago Macieira4 days1-8/+16
* Network: Add Q_GADGET to types exposed in signals and slotsUlf Hermann10 days3-0/+3
* QNetworkInterface[unix]: fixup some memcpysMårten Nordheim2024-04-051-3/+6
* Network: cleanlinessMårten Nordheim2024-04-052-6/+6
* Network: Use QHttpHeaders in QHttpHeaderParserLena Biliaieva2024-01-252-14/+13
* QHostInfo: fix lookupHost() signature immediatelyMarc Mutz2024-01-232-2/+8
* Fix QThreadPool::maxThreadCount() usageIvan Solovev2024-01-081-1/+1
* Remove the use of Q_NETWORK_PRIVATE_EXPORTAlexey Edelev2023-12-221-1/+0
* network: use CIS compare moreAnton Kudryavtsev2023-11-011-4/+4
* QNetworkInfo: if no builtin defaults are found, load anythingMårten Nordheim2023-10-311-9/+22
* QNetworkInfo: Simplify flags checkMårten Nordheim2023-09-261-1/+1
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-1/+1
* QNetworkConnectionEvents: fix potential nullptr accessVladimir Belyavsky2023-09-181-0/+6
* QNetworkInterface: replace CMake check for ifr_index with SFINAEThiago Macieira2023-09-091-16/+14
* QHostInfo::lookupHost: do not violate lookupHostImpl preconditionsGiuseppe D'Angelo2023-09-081-0/+4
* QHostInfo::abortLookup: ignore -1Giuseppe D'Angelo2023-09-071-0/+3
* network: use string view types moreAnton Kudryavtsev2023-09-061-1/+1
* qnetworkproxy[libproxy]: Add missing includeMårten Nordheim2023-09-061-0/+1
* Add dummy backend to QNetworkInformationMate Barany2023-09-061-1/+33
* QHostInfoResult::postResultsReady: streamline the implementationGiuseppe D'Angelo2023-09-062-32/+19
* QHostInfoResult: use the same semantics as the contextless connect()Giuseppe D'Angelo2023-09-062-11/+14
* QHostInfo: add a Qt 7 noteGiuseppe D'Angelo2023-09-062-2/+2
* QHostInfo::lookupHostImpl: code tidiesGiuseppe D'Angelo2023-09-051-4/+9
* QHostInfo::lookupHostImpl: add another precondition checkGiuseppe D'Angelo2023-09-051-0/+1
* QHostInfo::lookupHost: enable QT_NO_CONTEXTLESS_CONNECTGiuseppe D'Angelo2023-09-051-0/+2
* Tidy up QAuthenticatorPrivate::calculateResponseAnton Kudryavtsev2023-09-041-2/+1
* qauthenticator: use QBAV moreAnton Kudryavtsev2023-09-041-3/+2
* qauthenticator: reduce allocations in parseHttpResponseAnton Kudryavtsev2023-09-041-14/+14
* Fix living QLibProxyWrapper after shutdown of QCoreApplicationAndré Klitzing2023-09-011-1/+1
* QHostInfo::localDomainName: use QBAV moreAnton Kudryavtsev2023-09-011-6/+9
* QAuthenticator: replace split with tokenizeAnton Kudryavtsev2023-08-271-2/+10
* QHostAddress::toString: use QSB moreAnton Kudryavtsev2023-08-271-1/+1
* CMake: modernize ipv6ifname and getifaddrs config checks with QT_CONFIGThiago Macieira2023-08-251-10/+6
* QAuthenticator: postpone creation of QBAAnton Kudryavtsev2023-08-251-2/+2
* QAuthenticator: use QSB moreAnton Kudryavtsev2023-08-251-1/+1
* Add Q_CLASSINFO to QNetworkInformationMate Barany2023-08-241-0/+1
* QHostInfo: remove usused -Result and -Runnable ctorsMarc Mutz2023-08-182-18/+0
* QHostInfo: add -Result and -Runnable ctors taking SlotObjUniquePtrMarc Mutz2023-08-182-4/+22
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-1/+1
* QHostInfo: port lookupHostImpl() to SlotObjUniquePtr internallyMarc Mutz2023-08-141-12/+9
* Make QNetworkInformation thread safeMate Barany2023-08-142-9/+41
* QHostInfo: use new QMetaCallEvent::create() overloadMarc Mutz2023-08-101-1/+1
* QHostInfo: de-inline -Result and -Runnable dtorsMarc Mutz2023-08-072-0/+10
* Add copy(SlotObjUniquePtr), use it in QHostInfoResult & SlotObjSharedPtrMarc Mutz2023-08-061-3/+1
* QHostInfo: use SlotObjUniquePtrMårten Nordheim2023-08-062-10/+4
* QHostInfo: fix remaining slotObj leaksMarc Mutz2023-08-041-0/+4
* Don't include resolv.h when libresolv is disabledJacek Poplawski2023-07-261-1/+4
* QHostInfo: fix leaking slot objectMårten Nordheim2023-07-192-1/+8
* QNetworkInterface/Linux: fix mismatch of pointer and pointeeThiago Macieira2023-07-111-3/+6
* QDnsLookup/Unix: cache previously decoded domain namesThiago Macieira2023-06-031-3/+29