summaryrefslogtreecommitdiff
path: root/src/basic/socket-util.c
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-10-06sd-device/networkd: unify code to get a socket for issuing netdev ioctls onLennart Poettering
2016-09-27basic: fix for IPv6 status (#4224)Susant Sahani
2016-07-22core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering
2016-06-15socket-util: Run the fallback when the kernel complains about the null buffer...Kai Ruhnau
2016-06-15tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering
2016-05-09util-lib: add new ifname_valid() call that validates interface namesLennart Poettering
2016-05-06core: rework how we flush incoming traffic when a socket unit goes downLennart Poettering
2016-02-24treewide: fix typos and then/that useTorstein Husebø
2016-02-16networkd: 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