summaryrefslogtreecommitdiff
path: root/src/portable
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: make sure to flush/close all bus connections when our daemons exitLennart Poettering2019-01-171-1/+1
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-142-5/+5
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-122-2/+2
* lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe2018-12-062-0/+2
* tree-wide: specify all table headers in lower-caseLennart Poettering2018-12-031-1/+1
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-036-31/+16
|\
| * portable: introduce portable_metadata_hash_ops and use itYu Watanabe2018-12-023-24/+9
| * machine-image: introduce image_hash_ops and use itYu Watanabe2018-12-024-7/+7
* | util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-1/+1
* | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-16/+12
* portablectl: make "arg_host" constYu Watanabe2018-11-201-1/+1
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* portablectl: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-9/+6
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* portabled: add missing STOPPING=1 notificationZbigniew Jędrzejewski-Szmek2018-11-171-0/+3
* portabled: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-16/+9
* Merge pull request #10742 from poettering/c-utf8Zbigniew Jędrzejewski-Szmek2018-11-151-3/+2
|\
| * fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-2/+1
| * fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* | basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-4/+4
|/
* portabled: generate a more useful error when invalid image types are attempte...Lennart Poettering2018-10-081-0/+4
* portable: create/remove the 'attached' unit file directory when we canLennart Poettering2018-10-081-3/+17
* portable: properly handle if the unit file directory for portable service ima...Lennart Poettering2018-10-081-6/+19
* portable: make use of the new unit file pathLennart Poettering2018-10-081-6/+6
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-3/+11
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-1/+0
* portable: fix error handlingYu Watanabe2018-06-251-1/+1
* tree-wide: add multiple inclusion guardYu Watanabe2018-06-252-0/+2
* tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocationsLennart Poettering2018-06-201-1/+1
* tree-wide: do not assign values if not usedYu Watanabe2018-06-191-2/+2
* portable: update polkit messagesYu Watanabe2018-06-191-4/+4
* portable: add SystemCallFilter=@system-service to the three main portable ser...Lennart Poettering2018-06-143-0/+6
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-06-121-3/+3
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-2/+2
* tree-wide: drop some double newlinesLennart Poettering2018-05-311-1/+0
* portablectl: no need to validate profile name before checking whether it is '...Lennart Poettering2018-05-311-3/+3
* portablectl: support 'help' parameter on --copy=Lennart Poettering2018-05-311-1/+6
* portablectl: don't join strv if we don't want to display itLennart Poettering2018-05-311-5/+7
* portablectl: coccinelle says we should use TAKE_PTR() here, do soLennart Poettering2018-05-311-2/+1
* portable: fix memleakYu Watanabe2018-05-311-4/+2
* portablectl: fix memleaksYu Watanabe2018-05-261-1/+1
* portable: fix memleakYu Watanabe2018-05-261-3/+2
* tree-wide: drop unused variablesYu Watanabe2018-05-251-1/+0
* add new portable service frameworkLennart Poettering2018-05-2421-0/+4412