summaryrefslogtreecommitdiff
path: root/agent/interfaces.c
Commit message (Expand)AuthorAgeFilesLines
* interfaces: Add API to find the interface index from a local addressOlivier Crête2022-07-251-0/+150
* interfaces: Skip special interfaces on Apple OSesOle André Vadla Ravnås2021-04-191-0/+25
* interfaces: Skip special interfaces on Apple OSesOle André Vadla Ravnås2021-04-201-0/+18
* interfaces: Accept only IPv4/IPv4 addresses using ioctl() methodOlivier Crête2021-02-251-17/+30
* interfaces: Fix small warnings on Win32Olivier Crête2021-02-161-2/+1
* interfaces: skip unhandled interface families earlyFabrice Bellet2020-12-141-0/+4
* interfaces: IPv6 addresses can have a scope and be very longOlivier Crête2020-12-071-1/+1
* Ignore interfaces in windowsAmi Perlmutter2020-08-131-0/+25
* interfaces: Fix code style for function declarationsNirbheek Chauhan2020-07-091-3/+6
* interfaces: Fix fetching of interfaces on Win32Nirbheek Chauhan2020-07-091-89/+85
* interfaces: Remove unused win32 codeNirbheek Chauhan2020-07-091-36/+0
* interfaces: Port to GetBestInterfaceEx for UWP compatNirbheek Chauhan2020-07-091-2/+15
* interfaces: Add debug logging to sockaddr_to_stringNirbheek Chauhan2020-07-091-3/+14
* interfaces: Use the private address detector from NiceAddressOlivier Crête2020-05-061-36/+5
* interfaces: Use union for sockaddr/sockaddr_inOlivier Crête2020-05-061-7/+11
* interfaces: fix network to host conversion for private addressesFabrice Bellet2020-03-021-4/+4
* interfaces: ignore only interfaces we really want to (II)Stefan Becker2020-02-281-4/+5
* interfaces: use fallback if getifaddrs failedsergey radionov2020-02-061-121/+139
* interfaces: ignore only interfaces we really want toJakub Adam2019-07-121-0/+1
* interfaces: allow list of ignored prefixesStefan Becker2019-06-271-19/+53
* interfaces: ignore non-running interfacesStefan Becker2019-06-271-0/+13
* interfaces: detect IPv6 ULA & link-local addressesStefan Becker2019-06-271-0/+10
* interfaces: add missing support for IGNORED_IFACE_PREFIXStefan Becker2019-06-261-0/+5
* interfaces: support multiple loopbacksStefan Becker2019-06-261-4/+4
* agent: Fix spellingJakub Adam2019-01-141-4/+4
* interfaces: ignore predefined network interfacesFabrice Bellet2017-06-081-0/+6
* agent: Fix a utility function being defined unnecessarilyPhilip Withnall2015-04-241-28/+28
* agent: Add a missing cast when compiling without HAVE_GETIFADDRSPhilip Withnall2015-04-241-1/+1
* agent: Move utility function outside #ifdefPhilip Withnall2015-04-241-5/+5
* Remove duplicate ips from nice_interfacesYouness Alaoui2015-01-301-6/+23
* interfaces: Add missing bracketsOlivier Crête2014-07-121-2/+3
* agent: Fix an old-style function definition in the Windows codePhilip Withnall2014-07-071-1/+1
* agent: Switch to GetAdapterAddresses() to find local IPs on WindowsPhilip Withnall2014-07-071-50/+104
* agent: Use getnameinfo() instead of inet_ntop() to stringify addressesPhilip Withnall2014-07-071-23/+17
* agent: Add a missing precondition assertionPhilip Withnall2014-07-071-0/+1
* interfaces: License was meant to be the same as the restOlivier Crête2014-07-071-12/+29
* agent: Remove unused #includePhilip Withnall2014-03-061-1/+0
* agent: Avoid calling nice_address_to_string() when debugging is disabledOlivier Crête2014-01-311-1/+1
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-181-18/+30
* Changes windows specific headers to lower caseSiraj Razick2011-12-191-1/+1
* Add support for windows's compilation through MinGWNader Morshed2011-11-301-3/+21
* Fix support for solarisApostolos Syropoulos2011-09-071-0/+4
* Use IN6_IS_ADDR_LINKLOCAL in a more portable wayTimothy Redaelli2011-03-311-1/+1
* Remove unnessesary changesMarcus Lundblad2010-12-141-0/+1
* Removed unused variableMarcus Lundblad2010-12-141-1/+0
* Remaining changes for RFC 5766Marcus Lundblad2010-12-141-1/+1
* remove unused variableYouness Alaoui2010-09-281-1/+0
* interfaces: With IPV6, we can have more than one loopback addressOlivier Crête2010-06-271-4/+4
* interfaces: Also return IPv6 addressesOlivier Crête2010-06-271-25/+50
* Fix build on FreeBSD.Alexis Ballier2010-03-181-0/+1