summaryrefslogtreecommitdiff
path: root/src/network/getifaddrs.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-30properly handle point-to-point interfaces in getifaddrs()Jo-Philipp Wich1-3/+16
2014-07-29reimplement if_nameindex and getifaddrs using netlinkTimo Teräs1-146/+168
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-0/+1
2013-11-20fix fd leak (missing close-on-exec) in getifaddrsRich Felker1-1/+1
2013-07-09fix missing SOCK_CLOEXEC in various functions that use sockets internallyRich Felker1-1/+1
2013-04-09getifaddrs: implement proper ipv6 netmasksrofl0r1-2/+11
2013-04-06getifaddrs: remove unused labelrofl0r1-1/+0
2013-04-05getifaddrs: use if_nameindex to enumerate interfacesrofl0r1-23/+9
2013-04-05getifaddrs: one less indent levelrofl0r1-30/+28
2013-04-05getifaddrs: less mallocrofl0r1-55/+52
2013-04-05add getifaddrsrofl0r1-0/+191