summaryrefslogtreecommitdiffstats
path: root/src/busctl/busctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-041-1/+1
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-041-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