summaryrefslogtreecommitdiff
path: root/src/busctl
Commit message (Expand)AuthorAgeFilesLines
* 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-16/+17
* busctl: port "busctl list" to format_table.hLennart Poettering2019-07-291-89/+122
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-4/+2
* busctl: always prefix bus error message with local stringZbigniew Jędrzejewski-Szmek2019-06-041-6/+17
* Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* busctl: add introspect --xml-interfaceZbigniew Jędrzejewski-Szmek2019-04-231-0/+13
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-4/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* busctl: shorten code a bit by using SYNTHETIC_ERRNO()Yu Watanabe2019-02-061-28/+14
* busctl: introduce 'emit' command to emit a signalYu Watanabe2019-02-061-0/+54
* busctl: re-indent help messageYu Watanabe2019-02-061-37/+37
* tree-wide: whenever we allocate a new bus object, close it before dropping fi...Lennart Poettering2019-01-171-1/+1
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-3/+3
* json: add new display flag JSON_FORMAT_COLOR_AUTOLennart Poettering2018-12-031-1/+1
* tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-7/+3
* busctl: use new JSON_BUILD_PAIR_CONDITIONAL() for minimizing bus message JSON...Lennart Poettering2018-11-281-11/+11
* busctl: support json mode also for 'busctl monitor'Lennart Poettering2018-11-281-2/+43
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-222-184/+150
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* busctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-12/+8
* basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-11/+11
* busctl: include error cause in log messageYu Watanabe2018-10-201-19/+19
* busctl: drop unused variableYu Watanabe2018-10-141-1/+1
* busctl: add a --json= output modeLennart Poettering2018-10-111-26/+436
* busctl,sd-lldp: explicitly specify type of argument in compare functionYu Watanabe2018-09-191-3/+2
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-5/+3
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-1/+11
* busctl: make parameter constLennart Poettering2018-06-251-1/+1
* busctl: make use of log_error_errno() where we canLennart Poettering2018-06-141-97/+49
* busctl: add 'const' where we canLennart Poettering2018-06-141-1/+1
* busctl: use fflush_and_check() where appropriateLennart Poettering2018-06-141-4/+4
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-143-10/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-143-6/+0
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-5/+5
* string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe2018-05-111-8/+4
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-192-4/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-063-39/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-4/+3
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-7/+7
* busctl: drop redundant pager_open()Yu Watanabe2018-03-191-2/+0
* busctl: add missing oom checkYu Watanabe2018-03-191-0/+3
* busctl: use dispatch_verb()Yu Watanabe2018-03-191-179/+151
* Comment the fact that some tools need to termintate their bus connect firstFranck Bui2018-01-121-0/+2
* Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui2018-01-121-1/+2
* busctl: add a new --watch-bind switchLennart Poettering2018-01-051-1/+22
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-4/+4
* busctl: let's make use of the log_error_errno() callsLennart Poettering2017-12-141-8/+4
* busctl: modernize code a bitLennart Poettering2017-12-141-7/+3