| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA[network/kernel]: Mark some files significant | Mårten Nordheim | 2025-07-28 | 1 | -0/+1 |
| * | Network: add MTU implementation when getifaddrs is defined | Assam Boudjelthia | 2024-05-23 | 1 | -8/+18 |
| * | QNetworkInterface[unix]: fixup some memcpys | Mårten Nordheim | 2024-04-05 | 1 | -3/+6 |
| * | Network: cleanliness | Mårten Nordheim | 2024-04-05 | 1 | -5/+5 |
| * | QNetworkInterface: replace CMake check for ifr_index with SFINAE | Thiago Macieira | 2023-09-09 | 1 | -16/+14 |
| * | CMake: modernize ipv6ifname and getifaddrs config checks with QT_CONFIG | Thiago Macieira | 2023-08-25 | 1 | -10/+6 |
| * | QNetworkInterface/Unix: replace one Q_ASSERT with static_asserts | Thiago Macieira | 2023-03-04 | 1 | -1/+2 |
| * | Remove if_types.h workaround for watchOS | Tor Arne Vestbø | 2022-08-04 | 1 | -3/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | QtNetwork: replace remaining uses of QLatin1String by QLatin1StringView | Sona Kurazyan | 2022-04-21 | 1 | -2/+2 |
| * | Fix compiler warnings about unused parameters | Pasi Petäjäjärvi | 2022-02-25 | 1 | -0/+2 |
| * | Add Solaris support in cmake build | Niclas Rosenvik | 2021-04-21 | 1 | -1/+9 |
| * | Another round of replacing 0 with nullptr | Allan Sandfeld Jensen | 2020-10-07 | 1 | -2/+2 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-07-07 | 1 | -4/+4 |
| * | Port Q_STATIC_ASSERT(_X) to static_assert | Giuseppe D'Angelo | 2020-06-19 | 1 | -1/+1 |
| * | QNetworkInterface (Unix): port two local tracker (QSet/QLVA) to QDuplicateTra... | Marc Mutz | 2020-06-08 | 1 | -10/+9 |
| * | Fix reporting the network interface type on macOS 10.14.5 and later | Karsten Heimrich | 2019-08-28 | 1 | -0/+1 |
| * | Work around FreeBSD 12.0 breaking source compatibility with IFM_FDDI | Thiago Macieira | 2019-01-01 | 1 | -0/+2 |
| * | qnetworkinterface_unix: Use qstrncpy instead of strlcpy | Dmitry Shachnev | 2018-11-22 | 1 | -2/+3 |
| * | QNetworkInterface: fix warning of unused function | Alex Trotsenko | 2017-12-29 | 1 | -0/+2 |
| * | A temporary fix for CI: define macros from the missing if_types.h | Timur Pocheptsov | 2017-11-23 | 1 | -1/+5 |
| * | QNetworkInterface - fix iOS/tvOS/watchOS builds | Timur Pocheptsov | 2017-11-16 | 1 | -1/+5 |
| * | QNetworkInterface: add MTU | Thiago Macieira | 2017-11-07 | 1 | -1/+19 |
| * | QNetworkInterface: Add the DNS eligibility | Thiago Macieira | 2017-11-07 | 1 | -0/+11 |
| * | QNetworkInterface: add support for extracting address lifetime | Thiago Macieira | 2017-11-07 | 1 | -1/+59 |
| * | QNetworkInterface: Add type() | Thiago Macieira | 2017-11-07 | 1 | -0/+64 |
| * | QNetworkInterface: add a Linux backend directly using AF_NETLINK | Thiago Macieira | 2017-11-07 | 1 | -37/+1 |
| * | Stop including net/if.h from qplatformdefs.h | Thiago Macieira | 2017-10-08 | 1 | -0/+4 |
| * | QNetworkInterface: Fold the test for if_nameindex into the config test | Thiago Macieira | 2017-08-24 | 1 | -5/+0 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-09-29 | 1 | -0/+3 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-09-28 | 1 | -0/+3 |
| | |\ |
|
| | | * | QNetworkInterface: fix reporting of virtual interfaces on Linux | Thiago Macieira | 2016-09-24 | 1 | -0/+3 |
| * | | | Use QString::fromLatin1() less to avoid string allocations | Anton Kudryavtsev | 2016-09-15 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-26 | 1 | -18/+18 |
| |\| |
|
| | * | QNetworkInterface: don't add a QNetworkAddressEntry if no IP is known | Thiago Macieira | 2016-01-21 | 1 | -17/+17 |
| | * | QNetworkInterface: fix handling of interfaces with no addresses | Thiago Macieira | 2016-01-21 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2015-12-18 | 1 | -7/+31 |
| |\| |
|
| | * | QNetworkInterface: fix support for address labels on Linux interfaces | Thiago Macieira | 2015-12-08 | 1 | -7/+31 |
| * | | Haiku: Fix compilation of network library | Tobias Koenig | 2015-12-08 | 1 | -0/+4 |
| * | | Add QNetworkInterface::interface{IndexFromName,NameFromIndex} | Thiago Macieira | 2015-10-15 | 1 | -8/+50 |
| |/ |
|
| * | QNetworkInterface: Merge the two sections of code that do SIOCGIFxxx | Thiago Macieira | 2015-08-16 | 1 | -21/+21 |
| * | QNetworkInterface: prefer SIOCGIFINDEX over if_nametoindex | Thiago Macieira | 2015-08-16 | 1 | -1/+6 |
| * | Fix warning of unused variable | Thiago Macieira | 2015-08-15 | 1 | -2/+1 |
| * | IPv6 scope IDs are unsigned | Thiago Macieira | 2015-03-14 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Haiku: Make network module compile on Haiku | Tobias Koenig | 2015-01-14 | 1 | -0/+5 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | expand tabs and related whitespace fixes in *.{cpp,h,qdoc} | Oswald Buddenhagen | 2014-01-13 | 1 | -1/+1 |