summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
Commit message (Expand)AuthorAgeFilesLines
* rlimit-util: rework rlimit_{from|to}_string() to work without "Limit" prefixLennart Poettering2018-05-171-7/+11
* tree-wide: use strv_free_and_replace() macroYu Watanabe2018-05-101-3/+1
* bus-util: print a friendly message when PID1 is not systemdYu Watanabe2018-05-091-4/+16
* bus-util: introduce bus_open_system_watch_bind_with_description()Yu Watanabe2018-04-171-1/+7
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-8/+4
* bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe2018-03-281-10/+15
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* bus-util: introduce bus_message_print_all_properties()Yu Watanabe2018-03-201-42/+79
* bus-util: make bus_map_all_properties() not copy stringYu Watanabe2018-03-201-6/+20
* bus-util: store boolean message to boolYu Watanabe2018-03-191-2/+2
* bus-util: fix format of NextElapseUSecRealtime= and LastTriggerUSec=Yu Watanabe2018-01-251-1/+1
* bus-util: add bool property setterJan Klötzke2018-01-221-0/+19
* networkd,resolved: make use of watch_bind feature to connect to the busLennart Poettering2018-01-051-0/+51
* tree-wide: install matches asynchronouslyLennart Poettering2018-01-051-15/+13
* sd-bus: port one use of SO_PEERCRED by getpeercred()Lennart Poettering2018-01-041-8/+4
* *: fix some inconsistent control statement styleVito Caputo2017-12-011-1/+1
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-6/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-6/+6
* shared/bus-util: format uid==-1 and gid==-1 as [not set]Zbigniew Jędrzejewski-Szmek2017-09-251-1/+11
* bus-util: remove unnecessary initializationsYu Watanabe2017-08-311-2/+2
* systemctl: show capabilities in human readable formatYu Watanabe2017-08-311-0/+10
* treewide: fix typos (#6566)Torstein Husebø2017-08-081-1/+1
* bus-util: do not print (uint64_t) -1 as is (#6522)Yu Watanabe2017-08-051-1/+27
* Drop kdbus bitsZbigniew Jędrzejewski-Szmek2017-07-231-42/+2
* bus-util: replace non-printable values with [unprintable]Zbigniew Jędrzejewski-Szmek2017-07-031-3/+15
* Revert "bus: when dumping string property values escape the chars we use as e...Zbigniew Jędrzejewski-Szmek2017-07-011-16/+3
* tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering2017-02-091-7/+8
* shared: split out code for adding multiple names to sd_bus_track objectLennart Poettering2016-11-161-0/+19
* bus-util: print RestrictNamespaces= as a stringDjalal Harouni2016-11-151-0/+18
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-1/+1
* bus-util: generalize helper for ID128 prpoertiesLennart Poettering2016-10-071-0/+17
* bus-util: turn on exit-on-disconnect for all command line toolsLennart Poettering2016-08-221-7/+17
* bus-util: make sure map_basic() returns EOPNOTSUPP if called for an unknown typeLennart Poettering2016-08-221-25/+17
* bus-util: treat an empty string as a NULLLennart Poettering2016-08-221-1/+1
* bus-util: support mapping signed integers with bus_map_properties()Lennart Poettering2016-08-221-6/+4
* sd-bus: make sure bus_map_all_properties() handle booleans rightLennart Poettering2016-06-211-1/+1
* Ensure kdbus isn't used (#3501)Dave Reisner2016-06-181-34/+0
* bus_util: add support to map double (#3479)Susant Sahani2016-06-091-0/+13
* shared: move unit-specific code from bus-util.h to bus-unit-util.hLennart Poettering2016-04-221-859/+0
* shared/install,systemctl,core: report offending file on installation errorZbigniew Jędrzejewski-Szmek2016-04-191-12/+9
* systemctl/core: ignore masked units in preset-allZbigniew Jędrzejewski-Szmek2016-04-161-2/+8
* tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek2016-04-131-2/+2
* Merge pull request #2962 from keszybz/value-optionLennart Poettering2016-04-061-17/+27
|\
| * machinectl: add --value optionZbigniew Jędrzejewski-Szmek2016-04-051-2/+2
| * systemctl: add --value optionZbigniew Jędrzejewski-Szmek2016-04-041-16/+26
* | bus-util: Fix reading uint32 propertiesMartin Pitt2016-04-011-1/+1
* | shared: fix a misspelling of "journalctl"Biao Lu2016-03-291-1/+1
|/