summaryrefslogtreecommitdiff
path: root/src/busctl
AgeCommit message (Expand)AuthorFilesLines
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe1-4/+2
2019-06-04busctl: always prefix bus error message with local stringZbigniew Jędrzejewski-Szmek1-6/+17
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek1-0/+1
2019-04-23busctl: add introspect --xml-interfaceZbigniew Jędrzejewski-Szmek1-0/+13
2019-04-12Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek1-4/+1
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering1-1/+1
2019-02-06busctl: shorten code a bit by using SYNTHETIC_ERRNO()Yu Watanabe1-28/+14
2019-02-06busctl: introduce 'emit' command to emit a signalYu Watanabe1-0/+54
2019-02-06busctl: re-indent help messageYu Watanabe1-37/+37
2019-01-17tree-wide: whenever we allocate a new bus object, close it before dropping fi...Lennart Poettering1-1/+1
2018-12-14locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering1-3/+3
2018-12-03json: add new display flag JSON_FORMAT_COLOR_AUTOLennart Poettering1-1/+1
2018-12-02tree-wide: make hash_ops typesafeYu Watanabe1-7/+3
2018-11-28busctl: use new JSON_BUILD_PAIR_CONDITIONAL() for minimizing bus message JSON...Lennart Poettering1-11/+11
2018-11-28busctl: support json mode also for 'busctl monitor'Lennart Poettering1-2/+43
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2-184/+150
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-20busctl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-12/+8
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-11/+11
2018-10-20busctl: include error cause in log messageYu Watanabe1-19/+19
2018-10-14busctl: drop unused variableYu Watanabe1-1/+1
2018-10-11busctl: add a --json= output modeLennart Poettering1-26/+436
2018-09-19busctl,sd-lldp: explicitly specify type of argument in compare functionYu Watanabe1-3/+2
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-5/+3
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-1/+11
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