aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsystemd-bus: rename to libsystemdTom Gundersen2014-01-131-1232/+0
* bus: open user, not system, bus in bus_open_user_systemd()Mantas Mikulėnas2014-01-051-2/+2
* Move bus path definitions to def.hZbigniew Jędrzejewski-Szmek2014-01-021-2/+2
* bus: fix exit-on-idle for driverdLennart Poettering2013-12-191-3/+15
* bus-util: return errors when encounteredThomas Hindoe Paaboel Andersen2013-12-171-2/+8
* bus: return negative errno on errorZbigniew Jędrzejewski-Szmek2013-12-141-1/+1
* event: rework sd-event exit logicLennart Poettering2013-12-131-7/+16
* bus: make sure exit-on-idle logic works on kdbus systems that do not generate...Lennart Poettering2013-12-131-4/+14
* timedated: make sure GetAll() succeeds in systems lacking /dev/rtc (such as c...Lennart Poettering2013-12-121-1/+2
* bus: don't make use of the private bus socket if kdbus is availableLennart Poettering2013-12-031-13/+54
* bus: internalize a lot of protocol definitionsLennart Poettering2013-12-031-1/+1
* bus: bus_open_user_systemd() fall back to bus if runtime dir is not setKay Sievers2013-12-011-4/+5
* bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2013-11-281-10/+21
* bus: add bus_name_has_owner() helperDavid Herrmann2013-11-281-0/+26
* delete unused variablesThomas Hindoe Paaboel Andersen2013-11-251-1/+0
* bus: properly serialize unit file change listLennart Poettering2013-11-211-1/+0
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-67/+94
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-6/+36
* bus: fix error-path in bus_map_all_properties()David Herrmann2013-11-201-1/+1
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-121-2/+2
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-121-2/+2
* bus: fix build with old glibcZbigniew Jędrzejewski-Szmek2013-11-091-0/+1
* systemctl: restore ability to directly connect to PID1 from systemctlLennart Poettering2013-11-081-0/+75
* systemctl: port to libsystemd-busMarc-Antoine Perennou2013-11-081-0/+24
* bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering2013-11-071-0/+5
* bus: fix bus_print_property with strvMarc-Antoine Perennou2013-11-071-17/+12
* bus: make bus_print_all_properties work for non machinectl casesSimon Peeters2013-11-071-5/+11
* consistently use "int" when retrieving "bool" from bus messagesKay Sievers2013-11-071-2/+2
* bus: fix deserialization of polkit responseLennart Poettering2013-11-051-3/+3
* bus: update bus_map_all_properties()Kay Sievers2013-11-051-112/+245
* bus: make it easy to serialize C99 bools and uids/gids/pids via vtable proper...Lennart Poettering2013-11-051-0/+30
* bus: make bus_map_all_properties() call idempotentKay Sievers2013-11-021-1/+2
* bus: use internal helper to read org.freedesktop.DBus.Properties::GetAll vari...Kay Sievers2013-11-021-3/+162
* bus-util: avoid infinite loopTom Gundersen2013-10-301-1/+1
* localectl: port to libsystemd-busKay Sievers2013-10-301-1/+1
* run: add support for executing commands remotely via SSH or in a containerLennart Poettering2013-10-301-0/+35
* bus: move ssh support into public API of libsystem-busLennart Poettering2013-10-301-69/+23
* machinectl: port to sd-busTom Gundersen2013-10-301-0/+190
* bus: avoid 'bool' storage when retrieving 'b' from the messageKay Sievers2013-10-221-2/+2
* bus: automatically flush bus queue when we exit the event loopLennart Poettering2013-10-181-1/+1
* fsck: port to sd-busTom Gundersen2013-10-181-0/+74
* bus: fix default exit on idle timeoutLennart Poettering2013-10-161-1/+1
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-161-0/+378