Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-11-30 | properly handle point-to-point interfaces in getifaddrs() | Jo-Philipp Wich | -3/+16 |
2014-07-29 | reimplement if_nameindex and getifaddrs using netlink | Timo Teräs | -146/+168 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -0/+1 |
2013-11-20 | fix fd leak (missing close-on-exec) in getifaddrs | Rich Felker | -1/+1 |
2013-07-09 | fix missing SOCK_CLOEXEC in various functions that use sockets internally | Rich Felker | -1/+1 |
2013-04-09 | getifaddrs: implement proper ipv6 netmasks | rofl0r | -2/+11 |
2013-04-06 | getifaddrs: remove unused label | rofl0r | -1/+0 |
2013-04-05 | getifaddrs: use if_nameindex to enumerate interfaces | rofl0r | -23/+9 |
2013-04-05 | getifaddrs: one less indent level | rofl0r | -30/+28 |
2013-04-05 | getifaddrs: less malloc | rofl0r | -55/+52 |
2013-04-05 | add getifaddrs | rofl0r | -0/+191 |