summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl-util.c
Commit message (Expand)AuthorAgeFilesLines
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-2/+2
* systemctl: refuse to acquire dbus connection with --globalYu Watanabe2023-03-131-0/+3
* basic: add RuntimeScope enumLennart Poettering2023-03-101-10/+6
* systemctl: list-dependencies: support --type= and --state=Mike Yuan2023-01-161-0/+29
* systemctl: include upheld units in dependenciesDavid Tardon2022-07-171-1/+3
* systemctl: drop color settings in log messageYu Watanabe2022-07-071-3/+1
* systemctl: simplify code a bitZbigniew Jędrzejewski-Szmek2022-06-091-4/+5
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-5/+5
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-6/+1
* systemctl: fix operations on relative pathsZbigniew Jędrzejewski-Szmek2022-03-181-9/+6
* tree-wide: use strv_contains() in more placesZbigniew Jędrzejewski-Szmek2022-03-181-1/+1
* tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-1/+1
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-5/+3
* systemctl: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2021-02-151-5/+3
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* systemctl: unit_file_find_fragment() doesn't log about errors, hence do it in...Lennart Poettering2021-01-141-1/+1
* systemctl: explicitly comment two cases where we don't log on error cases, on...Lennart Poettering2021-01-141-3/+6
* systemctl: properly initialize return params in all success casesLennart Poettering2021-01-141-2/+2
* 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
* systemctl: split up humungous systemctl.c fileLennart Poettering2020-10-071-0/+936