summaryrefslogtreecommitdiffstats
path: root/src/busctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use isatty_safe() moreLennart Poettering2024-08-201-1/+1
* busctl: add --num-matches= for monitor verbLuca Boccassi2024-08-091-0/+20
* busctl: add support for --timeout to monitor verbLuca Boccassi2024-08-081-1/+6
* busctl: send BUSERROR= to caller via sd_notify() protocolLennart Poettering2024-06-201-6/+27
* tree-wide: port over to new builder apisLennart Poettering2024-06-191-6/+8
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-67/+67
* systemctl,busctl: sort includesMike Yuan2024-03-261-1/+1
* busctl: teach busctl a --capsule=/-C switch tooLennart Poettering2024-03-141-2/+19
* busctl: don't hit an assert if we call invalid bus method namesLennart Poettering2024-03-011-0/+9
* 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
|/