summaryrefslogtreecommitdiff
path: root/src/basic/socket-util.c
AgeCommit message (Expand)Author
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering
2015-10-26util-lib: move ether_addr_to_string() into ether-addr-util.cLennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-07-31basic: fix error/memleak in socket-utilDavid Herrmann
2015-07-29socket-util: library calls shouldn't log on their ownLennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers