summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/test-bus-objects.c
AgeCommit message (Expand)Author
2014-01-13libsystemd-bus: rename to libsystemdTom Gundersen
2013-12-22bus: allow invocation of sd_bus_emit_properties_changed_strv() with NULL listLennart Poettering
2013-12-02bus: when replying to an incoming message and the vtable contains the expecte...Lennart Poettering
2013-11-22bus: also add error parameter to object find and enumerator callbacksLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering
2013-11-12bus: test-bus-objects - add missing headerKay Sievers
2013-10-29bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API callsLennart Poettering
2013-10-16timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering
2013-10-14bus: properly handle if new objects are installed in the node tree while we a...Lennart Poettering
2013-10-11bus: properly implement logic for generating InterfacesAdded/InterfacesRemove...Lennart Poettering
2013-10-11bus: if a a Set() vtable callback of a writable is left NULL, try to do the r...Lennart Poettering
2013-10-11bus: automatically do a NOP reply when a NULL callback is specified for a met...Lennart Poettering
2013-10-11bus: when NULL is specified as property callback, automatically handle serial...Lennart Poettering
2013-10-11bus: make PropertiesChanged emission workLennart Poettering
2013-10-11bus: make GetManagedObjects() workLennart Poettering
2013-10-09libsystemd-bus: add lightweight object vtable implementation for exposing obj...Lennart Poettering