summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-expose-ports.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-26nspawn-expose-ports: fix a typo in error messageBen Boeckel1-1/+1
2018-10-16sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe1-2/+2
2018-10-15sd-netlink: introduce sd_netlink_slotYu Watanabe1-2/+2
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-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-12-06core: introduce parse_ip_port (#4825)Susant Sahani1-5/+5
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-26socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-3/+3
2015-09-29tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering1-2/+2
2015-09-22util: introduce {send,receive}_one_fd()David Herrmann1-41/+7
2015-09-07nspawn: remove nspawn.h, it's empty nowLennart Poettering1-1/+0
2015-09-07nspawn: split all port exposure code into nspawn-expose-port.[ch]Lennart Poettering1-0/+278