summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-util.c
AgeCommit message (Expand)Author
2014-01-13libsystemd-bus: rename to libsystemdTom Gundersen
2014-01-05bus: open user, not system, bus in bus_open_user_systemd()Mantas Mikulėnas
2014-01-02Move bus path definitions to def.hZbigniew Jędrzejewski-Szmek
2013-12-19bus: fix exit-on-idle for driverdLennart Poettering
2013-12-17bus-util: return errors when encounteredThomas Hindoe Paaboel Andersen
2013-12-14bus: return negative errno on errorZbigniew Jędrzejewski-Szmek
2013-12-13event: rework sd-event exit logicLennart Poettering
2013-12-13bus: make sure exit-on-idle logic works on kdbus systems that do not generate...Lennart Poettering
2013-12-12timedated: make sure GetAll() succeeds in systems lacking /dev/rtc (such as c...Lennart Poettering
2013-12-03bus: don't make use of the private bus socket if kdbus is availableLennart Poettering
2013-12-03bus: internalize a lot of protocol definitionsLennart Poettering
2013-12-01bus: bus_open_user_systemd() fall back to bus if runtime dir is not setKay Sievers
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-28bus: add bus_name_has_owner() helperDavid Herrmann
2013-11-25delete unused variablesThomas Hindoe Paaboel Andersen
2013-11-21bus: properly serialize unit file change listLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-20bus: fix error-path in bus_map_all_properties()David Herrmann
2013-11-12bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering
2013-11-12bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering
2013-11-09bus: fix build with old glibcZbigniew Jędrzejewski-Szmek
2013-11-08systemctl: restore ability to directly connect to PID1 from systemctlLennart Poettering
2013-11-08systemctl: port to libsystemd-busMarc-Antoine Perennou
2013-11-07bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering
2013-11-07bus: fix bus_print_property with strvMarc-Antoine Perennou
2013-11-07bus: make bus_print_all_properties work for non machinectl casesSimon Peeters
2013-11-07consistently use "int" when retrieving "bool" from bus messagesKay Sievers
2013-11-05bus: fix deserialization of polkit responseLennart Poettering
2013-11-05bus: update bus_map_all_properties()Kay Sievers
2013-11-05bus: make it easy to serialize C99 bools and uids/gids/pids via vtable proper...Lennart Poettering
2013-11-02bus: make bus_map_all_properties() call idempotentKay Sievers
2013-11-02bus: use internal helper to read org.freedesktop.DBus.Properties::GetAll vari...Kay Sievers
2013-10-30bus-util: avoid infinite loopTom Gundersen
2013-10-30localectl: port to libsystemd-busKay Sievers
2013-10-30run: add support for executing commands remotely via SSH or in a containerLennart Poettering
2013-10-30bus: move ssh support into public API of libsystem-busLennart Poettering
2013-10-30machinectl: port to sd-busTom Gundersen
2013-10-22bus: avoid 'bool' storage when retrieving 'b' from the messageKay Sievers
2013-10-18bus: automatically flush bus queue when we exit the event loopLennart Poettering
2013-10-18fsck: port to sd-busTom Gundersen
2013-10-16bus: fix default exit on idle timeoutLennart Poettering
2013-10-16timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering