summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qnetworkinterface_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid one extra if_indextoname per address in QNetworkInterfaceThiago Macieira2013-08-061-5/+9
* Remove unused socket from QNetworkInterface Unix codeThiago Macieira2013-08-061-6/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Include scope ids in QHostAddress from QNetworkInterfaceShane Kearns2012-05-111-2/+12
* Disable code using if_nameindex on Android.Robin Burchell2012-05-021-0/+5
* Build with the LSB build envHarald Fernengel2012-03-151-1/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Always assume IPv6 supportMarkus Goetz2011-07-041-2/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fix incorrect hardware address on systems without getifaddrs()Craig Scott2011-05-201-1/+1