summaryrefslogtreecommitdiff
path: root/src/busctl
AgeCommit message (Expand)AuthorFilesLines
2018-06-25busctl: make parameter constLennart Poettering1-1/+1
2018-06-14busctl: make use of log_error_errno() where we canLennart Poettering1-97/+49
2018-06-14busctl: add 'const' where we canLennart Poettering1-1/+1
2018-06-14busctl: use fflush_and_check() where appropriateLennart Poettering1-4/+4
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering3-10/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering3-6/+0
2018-06-13tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek1-5/+5
2018-05-11string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe1-8/+4
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering2-4/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek3-39/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-4/+3
2018-03-19tree-wide: voidify pager_open()Yu Watanabe1-7/+7
2018-03-19busctl: drop redundant pager_open()Yu Watanabe1-2/+0
2018-03-19busctl: add missing oom checkYu Watanabe1-0/+3
2018-03-19busctl: use dispatch_verb()Yu Watanabe1-179/+151
2018-01-12Comment the fact that some tools need to termintate their bus connect firstFranck Bui1-0/+2
2018-01-12Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui1-1/+2
2018-01-05busctl: add a new --watch-bind switchLennart Poettering1-1/+22
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-4/+4
2017-12-14busctl: let's make use of the log_error_errno() callsLennart Poettering1-8/+4
2017-12-14busctl: modernize code a bitLennart Poettering1-7/+3
2017-12-14tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering1-0/+3
2017-12-03busctl: list all short options in help textMarcus Folkesson1-1/+1
2017-11-28Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek1-6/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek3-0/+3
2017-11-14busctl: fix minor memory leak in busctl (#7331)Lennart Poettering1-3/+4
2017-11-10tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...Lennart Poettering1-2/+1
2017-05-25busctl: monitor - ignore the final NameLost messageTom Gundersen1-3/+3
2017-05-11busctl: monitor - only start printing messages once we have become a monitor ...Tom Gundersen1-0/+23
2017-04-04Move busctl sources to src/busctlZbigniew Jędrzejewski-Szmek3-0/+2900