summaryrefslogtreecommitdiffstats
path: root/src/busctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* meson: Start adding devel and rc suffixes to the project versionDaan De Meyer2024-02-141-1/+1
* busctl: avoid asserting on NULL messageFrantisek Sumsal2023-12-241-13/+13
* various: clean up isatty() handlingMike Yuan2023-12-221-1/+1
* busctl: send READY=1 when we become a monitorFrantisek Sumsal2023-11-081-0/+2
* busctl: do not print start/stop monitoring messages with --quiet/--jsonLuca Boccassi2023-08-301-2/+4
* busctl: fix showing array of dictionary in JSON formatYu Watanabe2023-08-081-8/+14
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-4/+1
* meson: move declarations of busctl, stdio-bridge, and runYu Watanabe2023-08-011-0/+8
* bus: add some minimal bounds check on signaturesLuca Boccassi2023-07-161-1/+4
* busctl: use json_variant_append_array()Yu Watanabe2023-07-131-25/+29
* json: free array in json_variant_unref_many()Daan De Meyer2023-07-121-41/+21
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-7/+7
* tree-wide: use memstream-utilYu Watanabe2023-05-311-7/+7
* tree-wide: check memstream buffer after closing the handleFrantisek Sumsal2023-05-241-0/+3
* busctl: Add space before "tree" paths for copyingMatt Johnston2023-05-181-1/+1
* 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
* meson: Use dicts for test definitionsJan Janssen2023-02-211-2/+6
* meson: Do not include headers in source listsJan Janssen2023-01-241-4/+3
* busctl: simplify peeking the typeLennart Poettering2023-01-161-20/+10
* busctl: fix introspecting DBus propertiesYu Watanabe2023-01-151-2/+19
* busctl-introspect: use _cleanup_David Tardon2022-12-141-23/+11
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* 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-132-7/+3
* 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
* Use https for freedesktop.orgMichael Biebl2022-06-281-7/+7
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+1
* test: Use TEST macros in more placesJan Janssen2022-03-161-10/+2
* meson: Use files() for testsJan Janssen2022-01-111-3/+3
* 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
|/
* test: shorten code a bitYu Watanabe2021-10-111-42/+4
* test: add a test for parsing xml obtained by DBus Introspect methodYu Watanabe2021-10-102-0/+416
* busctl: add missing headerYu Watanabe2021-10-101-0/+1
* busctl: shorten code a bitYu Watanabe2021-10-101-2/+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-032-5/+5
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-4/+4