summaryrefslogtreecommitdiff
path: root/src/busctl
Commit message (Expand)AuthorAgeFilesLines
* busctl: port busctl to JSON_FORMAT_OFF tooLennart Poettering2021-01-091-44/+16
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-3/+3
* Merge pull request #17967 from poettering/connect-user-busLennart Poettering2020-12-151-1/+1
|\
| * sd-bus: add API for connecting to a specific user's user bus of a specific co...Lennart Poettering2020-12-151-1/+1
* | busctl: add a timestamp to the output of the busctl monitor commandd0327472020-12-161-0/+6
|/
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-093-3/+3
* sd-bus: add custom return code when $XDG_RUNTIME_DIR is not setZbigniew Jędrzejewski-Szmek2020-10-141-2/+2
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-2/+1
* busctl: add missing shortopt -lJuergen Hoetzel2020-09-151-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-5/+3
* tree-wide: drop pointless zero initialization (#16884)fangxiuning2020-08-281-1/+1
* bus: use bus_log_parse_error to print messagefangxiuning2020-07-121-1/+1
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-1/+1
* table add table_log_show_error()fangxiuning2020-07-081-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* busctl: drop unneeded paramZbigniew Jędrzejewski-Szmek2020-05-261-25/+11
* busctl: verify args early and always print results to stdoutZbigniew Jędrzejewski-Szmek2020-05-261-14/+17
* sd-bus: internalize setting of bus is_system/is_userZbigniew Jędrzejewski-Szmek2020-05-251-5/+2
* tree-wide: use public sd-bus functions in more placesZbigniew Jędrzejewski-Szmek2020-05-251-1/+1
* busctl: use set_put_strdup()Zbigniew Jędrzejewski-Szmek2020-05-251-27/+9
* busctl: improve error messages on duplicate members/interfacesLennart Poettering2020-05-191-8/+16
* busctl: use structured initializationLennart Poettering2020-05-191-13/+21
* basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-1/+1
* busctl: wrap long linesZbigniew Jędrzejewski-Szmek2020-04-101-36/+69
* busctl: use the pager everywhereZbigniew Jędrzejewski-Szmek2020-04-101-9/+10
* Remove message->priority fieldZbigniew Jędrzejewski-Szmek2020-04-071-1/+0
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-161-1/+1
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-161-2/+20
* sd-bus: export sd_bus_message_dumpZbigniew Jędrzejewski-Szmek2020-01-231-3/+3
* sd-bus: make dump flags publicZbigniew Jędrzejewski-Szmek2020-01-231-2/+2
* tree-wide: use table_log_add_error()Yu Watanabe2020-01-101-6/+6
* busctl: introduce --full command line optionYu Watanabe2020-01-101-0/+10
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-4/+4
* tree-wide: drop double newlineYu Watanabe2019-11-041-2/+0
* 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