summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)AuthorFilesLines
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
2018-11-20portablectl: define main through macroZbigniew Jędrzejewski-Szmek1-9/+6
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-19util-lib: move main() definition macros to its own header fileLennart Poettering1-0/+1
2018-11-17portabled: add missing STOPPING=1 notificationZbigniew Jędrzejewski-Szmek1-0/+3
2018-11-17portabled: define main through macroZbigniew Jędrzejewski-Szmek1-16/+9
2018-11-15Merge pull request #10742 from poettering/c-utf8Zbigniew Jędrzejewski-Szmek1-3/+2
2018-11-14fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering1-2/+1
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering1-1/+1
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-4/+4
2018-10-08portabled: generate a more useful error when invalid image types are attempte...Lennart Poettering1-0/+4
2018-10-08portable: create/remove the 'attached' unit file directory when we canLennart Poettering1-3/+17
2018-10-08portable: properly handle if the unit file directory for portable service ima...Lennart Poettering1-6/+19
2018-10-08portable: make use of the new unit file pathLennart Poettering1-6/+6
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-3/+11
2018-07-23tree-wide: drop empty lines in commentsYu Watanabe1-1/+0
2018-06-25portable: fix error handlingYu Watanabe1-1/+1
2018-06-25tree-wide: add multiple inclusion guardYu Watanabe2-0/+2
2018-06-20tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocationsLennart Poettering1-1/+1
2018-06-19tree-wide: do not assign values if not usedYu Watanabe1-2/+2
2018-06-19portable: update polkit messagesYu Watanabe1-4/+4
2018-06-14portable: add SystemCallFilter=@system-service to the three main portable ser...Lennart Poettering3-0/+6
2018-06-12tree-wide: unify how we define bit mak enumsLennart Poettering1-3/+3
2018-06-03path-util: introduce path_simplify()Yu Watanabe1-2/+2
2018-05-31tree-wide: drop some double newlinesLennart Poettering1-1/+0
2018-05-31portablectl: no need to validate profile name before checking whether it is '...Lennart Poettering1-3/+3
2018-05-31portablectl: support 'help' parameter on --copy=Lennart Poettering1-1/+6
2018-05-31portablectl: don't join strv if we don't want to display itLennart Poettering1-5/+7
2018-05-31portablectl: coccinelle says we should use TAKE_PTR() here, do soLennart Poettering1-2/+1
2018-05-31portable: fix memleakYu Watanabe1-4/+2
2018-05-26portablectl: fix memleaksYu Watanabe1-1/+1
2018-05-26portable: fix memleakYu Watanabe1-3/+2
2018-05-25tree-wide: drop unused variablesYu Watanabe1-1/+0
2018-05-24add new portable service frameworkLennart Poettering21-0/+4412