summaryrefslogtreecommitdiff
path: root/agent/interfaces.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix copyright headers for all filesYouness Alaoui2010-02-161-0/+1
* use g_strlcpy instead of strncpy for nice_interfaces_get_ip_for_interface tooYouness Alaoui2009-11-131-1/+1
* include sys/socket even if HAVE_GETIFADDRS isn't definedYouness Alaoui2009-07-241-1/+2
* Remove deprecated g_strcasecmpYouness Alaoui2009-06-151-1/+2
* Fix bug where a discovered peer-reflexive pair does not get nominatedYouness Alaoui2009-02-041-1/+0
* Add nice_interfaces APIYouness Alaoui2009-01-141-0/+518