summaryrefslogtreecommitdiff
path: root/agent/interfaces.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix build on FreeBSD.Alexis Ballier2010-03-181-0/+1
| | | | POSIX (http://www.opengroup.org/onlinepubs/009695399/basedefs/netinet/in.h.html) specifies that sockaddr_in is defined in netinet/in.h. Include the header where this struct is used.
* 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