summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
Commit message (Expand)AuthorAgeFilesLines
* bus-util: drop unnecessary continueYu Watanabe2023-05-091-1/+1
* basic: add RuntimeScope enumLennart Poettering2023-03-101-14/+43
* manager: add GetMallocInfo() hidden/debug methodLuca Boccassi2023-02-231-0/+58
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* shared/bus-util: rename variables to follow newer styleZbigniew Jędrzejewski-Szmek2022-06-091-12/+10
* shared/bus-util: simplificationZbigniew Jędrzejewski-Szmek2022-06-091-17/+9
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-2/+0
* tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-4/+7
* busctl: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-3/+5
* shared/bus-util: make bus_log_*_error() functions functionsZbigniew Jędrzejewski-Szmek2021-11-041-0/+13
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* sd-bus: add API for connecting to a specific user's user bus of a specific co...Lennart Poettering2020-12-151-4/+11
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-5/+3
* various: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWNZbigniew Jędrzejewski-Szmek2020-08-241-2/+8
* shared: split out property get helpersLennart Poettering2020-06-301-147/+2
* shared: split out code for printing propertiesLennart Poettering2020-06-301-457/+0
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-223/+0
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-150/+0
* shared: split out BusObjectImplementor APIsLennart Poettering2020-06-301-171/+1
* shared/bus-util: fix misleading error handlingZbigniew Jędrzejewski-Szmek2020-06-221-1/+1
* tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-5/+1
* tree-wide: use public sd-bus functions in more placesZbigniew Jędrzejewski-Szmek2020-05-251-4/+4
* bus-util: actually register the object managerLennart Poettering2020-05-211-0/+6
* basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-6/+2
* bus-introspect: list the interfaces with "list"Zbigniew Jędrzejewski-Szmek2020-05-051-0/+16
* bus-util: add wrapper for interface introspectionZbigniew Jędrzejewski-Szmek2020-05-051-0/+104
* sd-bus: add helper struct for interface definitionsZbigniew Jędrzejewski-Szmek2020-05-051-0/+49
* bus: add sd_bus_message_new_method_call() helperVito Caputo2020-04-101-0/+11
* bus: s/BusAddress/BusLocator/Vito Caputo2020-04-101-27/+27
* Merge pull request #15332 from keszybz/coredump-filterLennart Poettering2020-04-091-0/+6
|\
| * manager: add CoredumpFilter= settingZbigniew Jędrzejewski-Szmek2020-04-091-0/+6
* | Merge pull request #15345 from keszybz/systemctl-show-spacesLennart Poettering2020-04-091-9/+12
|\ \
| * | systemctl: show Environment entries with whitespaceZbigniew Jędrzejewski-Szmek2020-04-091-9/+12
| |/
* | bus: introduce some sd-bus convenience helpersVito Caputo2020-04-041-0/+139
|/
* bus: drop dead code for kdbus supportZbigniew Jędrzejewski-Szmek2020-03-181-26/+6
* make namespace_flags_to_string() not return empty stringYu Watanabe2020-03-031-1/+1
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-356/+1
* shared/bus-util: Don't replace exsting strvKevin Kuehler2020-01-071-1/+1
* core: do not propagate polkit error to callerZbigniew Jędrzejewski-Szmek2019-11-151-2/+2
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* bus-util: make map_basic handle SD_BUS_TYPE_OBJECT_PATH typeYu Watanabe2019-10-151-1/+2
* sd-bus: adjust indentation of commentsZbigniew Jędrzejewski-Szmek2019-08-271-3/+4
* shared/but-util: drop trusted annotation from bus_open_system_watch_bind_with...Zbigniew Jędrzejewski-Szmek2019-08-271-4/+0
* bus-util: convert bus_log_{parse,create}_error into definesZbigniew Jędrzejewski-Szmek2019-07-291-8/+0
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+2