summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)AuthorFilesLines
2019-11-18tree-wide: clean up --help texts a bitLennart Poettering1-5/+5
2019-10-24basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek1-1/+1
2019-10-15Merge pull request #13726 from bluca/portable_detach_symlinkAnita Zhang1-1/+1
2019-10-08Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek1-2/+4
2019-10-08Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek1-13/+14
2019-10-04portabled: allow to detach an image with a unit in linked-runtime stateLuca Boccassi1-1/+1
2019-07-19Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek1-0/+1
2019-07-04portabled: Make use of SYNTHETIC_ERRNO()Lennart Poettering1-4/+2
2019-06-25tree-wide: replace strjoina() with prefix_roota()Yu Watanabe1-3/+3
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe1-3/+3
2019-05-08Merge pull request #12411 from keszybz/pr/12394Lennart Poettering1-0/+1
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek1-0/+1
2019-04-29codespell: fix spelling errorsBen Boeckel1-1/+1
2019-04-12Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek1-2/+2
2019-04-12Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek1-2/+0
2019-04-12Add fdopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek1-6/+4
2019-04-03portabled: fix method nameLennart Poettering1-1/+1
2019-04-03portabled: reorder methods in vtableLennart Poettering1-1/+1
2019-04-03portabled: fix dbus policyLennart Poettering1-3/+3
2019-03-28util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering1-1/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2-0/+8
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering1-0/+1
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering1-0/+1
2019-01-17tree-wide: make sure to flush/close all bus connections when our daemons exitLennart Poettering1-1/+1
2018-12-14locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2-5/+5
2018-12-12tree-wide: Remove O_CLOEXEC from fdopenChris Down2-2/+2
2018-12-06lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe2-0/+2
2018-12-03tree-wide: specify all table headers in lower-caseLennart Poettering1-1/+1
2018-12-03Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering6-31/+16
2018-12-02util-lib: split out env file parsing code into env-file.cLennart Poettering1-1/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering1-0/+1
2018-12-02portable: introduce portable_metadata_hash_ops and use itYu Watanabe3-24/+9
2018-12-02machine-image: introduce image_hash_ops and use itYu Watanabe4-7/+7
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-16/+12
2018-11-20portablectl: make "arg_host" constYu Watanabe1-1/+1
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