about summary refs log tree commit diff
path: root/src/network/getifaddrs.c
Commit message (Expand)AuthorAgeFilesLines
* properly handle point-to-point interfaces in getifaddrs()Jo-Philipp Wich2015-11-301-3/+16
* reimplement if_nameindex and getifaddrs using netlinkTimo Teräs2014-07-291-146/+168
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-0/+1
* fix fd leak (missing close-on-exec) in getifaddrsRich Felker2013-11-201-1/+1
* fix missing SOCK_CLOEXEC in various functions that use sockets internallyRich Felker2013-07-091-1/+1
* getifaddrs: implement proper ipv6 netmasksrofl0r2013-04-091-2/+11
* getifaddrs: remove unused labelrofl0r2013-04-061-1/+0
* getifaddrs: use if_nameindex to enumerate interfacesrofl0r2013-04-051-23/+9
* getifaddrs: one less indent levelrofl0r2013-04-051-30/+28
* getifaddrs: less mallocrofl0r2013-04-051-55/+52
* add getifaddrsrofl0r2013-04-051-0/+191