summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | timesync,shared: move logic requesting bus name to sharedYu Watanabe2018-05-221-0/+121
* | 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