summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* logind: add SetBrightness() bus call for setting brightness of leds/backlight...Lennart Poettering2019-05-241-0/+10
* cgroup: Readd some plumbing for DefaultMemoryMinChris Down2019-05-081-1/+1
* cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-121-1/+1
* bus-util: treat org.freedesktop.DBus.Error.ServiceUnknown nicely when polkit ...Yu Watanabe2019-04-041-2/+2
* util-lib: use FLAGS_SET() where appropriateLennart Poettering2019-04-021-1/+1
* systemctl: format IPIngressBytes= or friends nicelyYu Watanabe2019-03-041-0/+2
* bus-util: drop unnecessary re-formattingYu Watanabe2019-03-041-20/+34
* tree-wide: whenever we allocate a new bus object, close it before dropping fi...Lennart Poettering2019-01-171-4/+4
* tree-wide: remove various unused functionsLennart Poettering2018-12-021-38/+0
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-5/+3
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-2/+2
* bus-util: drop now-unused functionsZbigniew Jędrzejewski-Szmek2018-09-201-162/+0
* bus-util: make --property= optionally take valueYu Watanabe2018-09-121-35/+72
* bus-util: update commentYu Watanabe2018-06-291-5/+4
* bus-util: drop unnecessary !!Yu Watanabe2018-06-291-1/+1
* bus-util: make log level lower in request_name_destroy_callback()Yu Watanabe2018-06-271-1/+1
* bus-util: fix error handlingYu Watanabe2018-06-251-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* timedatectl: add 'show' command to display machine-readable outputYu Watanabe2018-06-141-1/+2
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-3/+3
* shared/bus-util: use the new cleanup functionality to avoid a memleakZbigniew Jędrzejewski-Szmek2018-06-061-11/+51
* bus-util: avoid unneeded initalization to zeroZbigniew Jędrzejewski-Szmek2018-06-061-4/+6
* Use const char* for timestamp strings which we don't plan to modifyZbigniew Jędrzejewski-Szmek2018-05-311-1/+2
* tree-wide: fix typo in comments and NEWSYu Watanabe2018-05-291-1/+1
* machined: move bus_reply_pair_array() into generic utilitiesLennart Poettering2018-05-241-0/+31
* Merge pull request #8817 from yuwata/cleanup-nsflagsLennart Poettering2018-05-241-1/+1
|\
| * nsflsgs: drop namespace_flag_{from,to}_string()Yu Watanabe2018-05-051-1/+1