summaryrefslogtreecommitdiff
path: root/src/portable/portablectl.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-05-061-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-051-1/+1
* Move os-util.[ch] to basic/Zbigniew Jędrzejewski-Szmek2021-02-221-1/+1
* portable: add 'reattach' verb and DBUS interfaceLuca Boccassi2021-02-101-14/+114
* Merge pull request #18375 from yuwata/cli-tools-also-read-kernel-command-lineZbigniew Jędrzejewski-Szmek2021-02-081-1/+1
|\
| * tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* | shared: rename machine-image.[ch] → discover-image.[ch]Lennart Poettering2021-02-031-1/+1
|/
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* sd-bus: add custom return code when $XDG_RUNTIME_DIR is not setZbigniew Jędrzejewski-Szmek2020-10-141-1/+1
* core: add [Enable|Disable]UnitFilesWithFlags DBUS methodsLuca Boccassi2020-09-041-8/+3
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-1/+1
* table add table_log_sort_error()fangxiuning2020-07-081-1/+1
* table add table_log_show_error()fangxiuning2020-07-081-1/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* portable: switch to BusLocator-oriented helpersVito Caputo2020-05-071-90/+11
* portablectl: block when stopping a unit on detach (--now)Luca Boccassi2020-02-181-3/+42
* portablectl: add --now and --enable to attach/detachLuca Boccassi2020-02-071-2/+225
* portablectl: optimize table creationYu Watanabe2020-01-101-30/+7
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-5/+5
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-13/+14
* Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek2019-04-121-2/+2
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-2/+2
* tree-wide: specify all table headers in lower-caseLennart Poettering2018-12-031-1/+1
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-1/+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
* 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
|/
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-3/+11
* tree-wide: do not assign values if not usedYu Watanabe2018-06-191-2/+2
* 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
* tree-wide: drop unused variablesYu Watanabe2018-05-251-1/+0
* add new portable service frameworkLennart Poettering2018-05-241-0/+965