index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd-bus
/
bus-util.c
Age
Commit message (
Expand
)
Author
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-20
bus: fix error-path in bus_map_all_properties()
David Herrmann
2013-11-12
bus: introduce concept of a default bus for each thread and make use of it ev...
Lennart Poettering
2013-11-12
bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()
Lennart Poettering
2013-11-09
bus: fix build with old glibc
Zbigniew Jędrzejewski-Szmek
2013-11-08
systemctl: restore ability to directly connect to PID1 from systemctl
Lennart Poettering
2013-11-08
systemctl: port to libsystemd-bus
Marc-Antoine Perennou
2013-11-07
bus: log message parsing errors everywhere with a generalized bus_log_parse_e...
Lennart Poettering
2013-11-07
bus: fix bus_print_property with strv
Marc-Antoine Perennou
2013-11-07
bus: make bus_print_all_properties work for non machinectl cases
Simon Peeters
2013-11-07
consistently use "int" when retrieving "bool" from bus messages
Kay Sievers
2013-11-05
bus: fix deserialization of polkit response
Lennart Poettering
2013-11-05
bus: update bus_map_all_properties()
Kay Sievers
2013-11-05
bus: make it easy to serialize C99 bools and uids/gids/pids via vtable proper...
Lennart Poettering
2013-11-02
bus: make bus_map_all_properties() call idempotent
Kay Sievers
2013-11-02
bus: use internal helper to read org.freedesktop.DBus.Properties::GetAll vari...
Kay Sievers
2013-10-30
bus-util: avoid infinite loop
Tom Gundersen
2013-10-30
localectl: port to libsystemd-bus
Kay Sievers
2013-10-30
run: add support for executing commands remotely via SSH or in a container
Lennart Poettering
2013-10-30
bus: move ssh support into public API of libsystem-bus
Lennart Poettering
2013-10-30
machinectl: port to sd-bus
Tom Gundersen
2013-10-22
bus: avoid 'bool' storage when retrieving 'b' from the message
Kay Sievers
2013-10-18
bus: automatically flush bus queue when we exit the event loop
Lennart Poettering
2013-10-18
fsck: port to sd-bus
Tom Gundersen
2013-10-16
bus: fix default exit on idle timeout
Lennart Poettering
2013-10-16
timedated: use libsystemd-bus instead of libdbus for bus communication
Lennart Poettering