index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
getifaddrs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Setup stub unit test infrastructure
EuAndreh
2024-01-05
1
-0
/
+8
*
getifaddrs: fix UB via taking address of null pointer union dereference
Alexey Izbyshev
2023-02-28
1
-7
/
+7
*
properly handle point-to-point interfaces in getifaddrs()
Jo-Philipp Wich
2015-11-30
1
-3
/
+16
*
reimplement if_nameindex and getifaddrs using netlink
Timo Teräs
2014-07-29
1
-145
/
+167
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
1
-0
/
+1
*
fix fd leak (missing close-on-exec) in getifaddrs
Rich Felker
2013-11-20
1
-1
/
+1
*
fix missing SOCK_CLOEXEC in various functions that use sockets internally
Rich Felker
2013-07-09
1
-1
/
+1
*
getifaddrs: implement proper ipv6 netmasks
rofl0r
2013-04-09
1
-2
/
+11
*
getifaddrs: remove unused label
rofl0r
2013-04-06
1
-1
/
+0
*
getifaddrs: use if_nameindex to enumerate interfaces
rofl0r
2013-04-05
1
-23
/
+9
*
getifaddrs: one less indent level
rofl0r
2013-04-05
1
-30
/
+28
*
getifaddrs: less malloc
rofl0r
2013-04-05
1
-55
/
+52
*
add getifaddrs
rofl0r
2013-04-05
1
-0
/
+191