summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qnetworkinterface_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QNetworkInterface[unix]: fixup some memcpysMårten Nordheim2024-04-051-3/+6
* Network: cleanlinessMårten Nordheim2024-04-051-5/+5
* QNetworkInterface: replace CMake check for ifr_index with SFINAEThiago Macieira2023-09-091-16/+14
* CMake: modernize ipv6ifname and getifaddrs config checks with QT_CONFIGThiago Macieira2023-08-251-10/+6
* QNetworkInterface/Unix: replace one Q_ASSERT with static_assertsThiago Macieira2023-03-041-1/+2
* Remove if_types.h workaround for watchOSTor Arne Vestbø2022-08-041-3/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-211-2/+2
* Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-02-251-0/+2
* Add Solaris support in cmake buildNiclas Rosenvik2021-04-211-1/+9
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-4/+4
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* QNetworkInterface (Unix): port two local tracker (QSet/QLVA) to QDuplicateTra...Marc Mutz2020-06-081-10/+9
* Fix reporting the network interface type on macOS 10.14.5 and laterKarsten Heimrich2019-08-281-0/+1
* Work around FreeBSD 12.0 breaking source compatibility with IFM_FDDIThiago Macieira2019-01-011-0/+2
* qnetworkinterface_unix: Use qstrncpy instead of strlcpyDmitry Shachnev2018-11-221-2/+3
* QNetworkInterface: fix warning of unused functionAlex Trotsenko2017-12-291-0/+2
* A temporary fix for CI: define macros from the missing if_types.hTimur Pocheptsov2017-11-231-1/+5
* QNetworkInterface - fix iOS/tvOS/watchOS buildsTimur Pocheptsov2017-11-161-1/+5
* QNetworkInterface: add MTUThiago Macieira2017-11-071-1/+19
* QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-071-0/+11
* QNetworkInterface: add support for extracting address lifetimeThiago Macieira2017-11-071-1/+59
* QNetworkInterface: Add type()Thiago Macieira2017-11-071-0/+64
* QNetworkInterface: add a Linux backend directly using AF_NETLINKThiago Macieira2017-11-071-37/+1
* Stop including net/if.h from qplatformdefs.hThiago Macieira2017-10-081-0/+4
* QNetworkInterface: Fold the test for if_nameindex into the config testThiago Macieira2017-08-241-5/+0
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-0/+3
| |\
| | * QNetworkInterface: fix reporting of virtual interfaces on LinuxThiago Macieira2016-09-241-0/+3
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-18/+18
|\|
| * QNetworkInterface: don't add a QNetworkAddressEntry if no IP is knownThiago Macieira2016-01-211-17/+17
| * QNetworkInterface: fix handling of interfaces with no addressesThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-7/+31
|\|
| * QNetworkInterface: fix support for address labels on Linux interfacesThiago Macieira2015-12-081-7/+31
* | Haiku: Fix compilation of network libraryTobias Koenig2015-12-081-0/+4
* | Add QNetworkInterface::interface{IndexFromName,NameFromIndex}Thiago Macieira2015-10-151-8/+50
|/
* QNetworkInterface: Merge the two sections of code that do SIOCGIFxxxThiago Macieira2015-08-161-21/+21
* QNetworkInterface: prefer SIOCGIFINDEX over if_nametoindexThiago Macieira2015-08-161-1/+6
* Fix warning of unused variableThiago Macieira2015-08-151-2/+1
* IPv6 scope IDs are unsignedThiago Macieira2015-03-141-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Haiku: Make network module compile on HaikuTobias Koenig2015-01-141-0/+5
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* Fix problem with QNetworkAddressEntry returning a invalid netmask.Christian Strømme2013-11-271-6/+6
* Update Linux interface getting to make fewer syscallsThiago Macieira2013-08-241-29/+29