summaryrefslogtreecommitdiff
path: root/src/busctl/busctl.c
Commit message (Expand)AuthorAgeFilesLines
* busctl: set a description for the bus connectionLennart Poettering2023-05-161-0/+2
* busctl: add --xml-interface to the help messageMasatake YAMATO2023-04-111-0/+1
* busctl: also assume --full if not writing to terminalZbigniew Jędrzejewski-Szmek2023-03-281-3/+6
* busctl: use size_t for set sizeZbigniew Jędrzejewski-Szmek2023-03-281-9/+9
* busctl: do not truncate property values when --fullZbigniew Jędrzejewski-Szmek2023-03-281-1/+1
* basic: add RuntimeScope enumLennart Poettering2023-03-101-6/+18
* busctl: simplify peeking the typeLennart Poettering2023-01-161-20/+10
* busctl: fix introspecting DBus propertiesYu Watanabe2023-01-151-2/+19
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-221-3/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-5/+2
* busctl: Add introspect support for methods with same name but different signa...Sebastian Scheibner2022-09-061-1/+8
* busctl: Fix warning about invaild introspection dataSebastian Scheibner2022-09-061-8/+12
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+1
* bus-dump: change capture output to use pcapng (#21738)Stephen Hemminger2021-12-251-1/+10
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-11/+11
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-11/+11
* | tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-3/+3
* | busctl: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-1/+1
|/
* busctl: use set_ensure_consume()Yu Watanabe2021-10-101-9/+1
* basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...Lennart Poettering2021-10-051-1/+1
* tree-wide: port everything over to new sd-id128 compund literal blissLennart Poettering2021-08-201-3/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-4/+4
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-4/+4
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-4/+4
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-051-5/+3
* Merge pull request #18596 from keszybz/systemctl-quiet-legendLennart Poettering2021-02-171-20/+11
|\
| * tree-wide: add a helper to parse boolean optargZbigniew Jędrzejewski-Szmek2021-02-171-20/+11
* | tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-7/+5
* | Merge pull request #18481 from keszybz/rpm-restart-post-transZbigniew Jędrzejewski-Szmek2021-02-161-2/+2
|\ \ | |/ |/|
| * sd-bus: standarize on NULL for empty signature in method callsZbigniew Jędrzejewski-Szmek2021-02-121-2/+2
* | Move and rename parse_json_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-1/+2
|/
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+5
* busctl: show --help in pagerLennart Poettering2021-01-211-0/+2
* busctl/homectl: port the obvious cases to table_print_with_pager()Lennart Poettering2021-01-211-10/+1
* busctl: port busctl to JSON_FORMAT_OFF tooLennart Poettering2021-01-091-44/+16
* 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-091-1/+1
* 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