summaryrefslogtreecommitdiff
path: root/src/basic/socket-util.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-05-25networkd: FIONREAD is not reliable on some socketsLennart Poettering
2016-02-10coredump: rework coredumping logicLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-22Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack
2015-12-10Use /proc/net/sockstat6 to detect IPv6 supportJorgen Schaefer
2015-12-03journal: unbreak sd_journal_sendvZbigniew Jędrzejewski-Szmek
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-12-01journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
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