summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-expose-ports.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: introduce parse_ip_port (#4825)Susant Sahani2016-12-061-5/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+3
* tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering2015-09-291-2/+2
* util: introduce {send,receive}_one_fd()David Herrmann2015-09-221-41/+7
* nspawn: remove nspawn.h, it's empty nowLennart Poettering2015-09-071-1/+0
* nspawn: split all port exposure code into nspawn-expose-port.[ch]Lennart Poettering2015-09-071-0/+278