summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Plug a memory leak introduced in e24a4976bebd7ca90deac2b40c08900625773Volker Hilsheimer2019-07-311-6/+6
* QHostInfo: Always post results through the event loop to the receiverVolker Hilsheimer2019-07-262-10/+49
* QHostInfo: fix a race condition on QHostInfoCache::enabledMarc Mutz2019-07-092-17/+7
* QHostInfo: fix a race condition on wasDeletedMarc Mutz2019-07-051-7/+12
* Document that QHostInfo does not guarantee to return all IP addressesVolker Hilsheimer2019-04-251-3/+8
* Fix typo in QHostAddress::SpecialAddress descriptionVolker Hilsheimer2019-04-231-2/+2
* QHostInfo: use dlsym() with RTLD_DEFAULT in case libs cannot be loadedDavide Beatrici2019-04-062-13/+27
* QDnsLookup: fix "Resolver functions not found" error on FreeBSDDavide Beatrici2019-04-062-14/+33
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-0/+2
|\
| * Work around FreeBSD 12.0 breaking source compatibility with IFM_FDDIThiago Macieira2019-01-011-0/+2
* | Doc: Complete doc on QHostAddress::clear()Nico Vertriest2019-01-081-1/+2
|/
* qnetworkinterface_unix: Use qstrncpy instead of strlcpyDmitry Shachnev2018-11-221-2/+3
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-152-19/+4
* wasm: enable Network for nothreadLorn Potter2018-09-284-3/+36
* Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-0/+4
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-303-19/+21
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-2/+2
|\
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-251-2/+2
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-4/+4
|/
* Fix change-of-sign warning found by ICCThiago Macieira2018-06-011-1/+1
* Fix build for Android with android-clangLiang Qi2018-05-251-1/+1
* Fix build for Android with android-clangLiang Qi2018-05-161-2/+2
* Compile when using -no-feature-networkinterfaceAndy Shaw2018-04-181-0/+4
* QNetworkInterface/Linux: fix support for P-t-P tunnelsThiago Macieira2018-03-261-1/+8
* Fix 5.11 API review findings in QtNetworkFriedemann Kleint2018-03-102-2/+2
* doc: Add more missing return types to \fn commandsMartin Smith2018-01-242-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-1/+1
| |\
| | * Add overrideAlbert Astals Cid2018-01-101-1/+1
* | | doc: Fix all remaining non-link qdoc warningsMartin Smith2018-01-201-1/+1
* | | doc: Add template clauses in qhostinfo.cppMartin Smith2018-01-122-4/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-6/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-5/+22
| |\|
| | * Fix out of bounds reads in qdnslookup_unixTimur Pocheptsov2017-12-011-5/+22
* | | QNetworkInterface: fix warning of unused functionAlex Trotsenko2017-12-291-0/+2
* | | Fix signed/unsigned comparisonTimur Pocheptsov2017-12-211-1/+1
* | | doc: Ensure clangqdoc sees declarationsMartin Smith2017-12-062-3/+10
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-302-9/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-9/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+1
| | |\|
| | | * Fix indentationJesus Fernandez2017-11-051-1/+1
| | * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-8/+3
* | | | A temporary fix for CI: define macros from the missing if_types.hTimur Pocheptsov2017-11-232-1/+26
|/ / /
* | | QNetworkInterface - fix iOS/tvOS/watchOS buildsTimur Pocheptsov2017-11-163-1/+247
* | | QNetworkInterface/Win: fix MTU of Windows loopback interfacesThiago Macieira2017-11-141-1/+1
* | | Add a feature for DNS lookup supportUlf Hermann2017-11-083-9/+17
* | | QNetworkInterface: add MTUThiago Macieira2017-11-076-1/+50
* | | QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-079-29/+139
* | | QNetworkInterface: add support for extracting address lifetimeThiago Macieira2017-11-076-2/+209
* | | QNetworkInterface: Add type()Thiago Macieira2017-11-076-4/+265