summaryrefslogtreecommitdiff
path: root/src/basic/socket-label.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-05bus: touch() the AF_UNIX sockets we listen() on after the factLennart Poettering1-0/+5
2018-01-05socket-label: tweak socket_address_listen() a bitLennart Poettering1-4/+7
2018-01-05socket-label: simplify things a bit by using socket_address_get_path()Lennart Poettering1-3/+6
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-09-22socket-label: let's use IN_SET, so that we have to call socket_address_family...Lennart Poettering1-1/+1
2016-03-10socket_address_listen: do not rely on errno (2)Zbigniew Jędrzejewski-Szmek1-19/+15
2016-03-10socket_address_listen - do not rely on errnoPetr Lautrbach1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-22systemd-activate: Add support for datagram socketsSusant Sahani1-2/+4
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-1/+5
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-5/+6
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering1-5/+2
2015-07-01socket: Set SO_REUSEPORT before bind()Christos Trochalakis1-1/+8
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers1-0/+164