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
/
test-bus-objects.c
Age
Commit message (
Expand
)
Author
2014-01-13
libsystemd-bus: rename to libsystemd
Tom Gundersen
2013-12-22
bus: allow invocation of sd_bus_emit_properties_changed_strv() with NULL list
Lennart Poettering
2013-12-02
bus: when replying to an incoming message and the vtable contains the expecte...
Lennart Poettering
2013-11-22
bus: also add error parameter to object find and enumerator callbacks
Lennart Poettering
2013-11-21
bus: rework message handlers to always take an error argument
Lennart Poettering
2013-11-21
bus: let's simplify things by getting rid of unnecessary bus parameters
Lennart Poettering
2013-11-12
bus: test-bus-objects - add missing header
Kay Sievers
2013-10-29
bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API calls
Lennart Poettering
2013-10-16
timedated: use libsystemd-bus instead of libdbus for bus communication
Lennart Poettering
2013-10-14
bus: properly handle if new objects are installed in the node tree while we a...
Lennart Poettering
2013-10-11
bus: properly implement logic for generating InterfacesAdded/InterfacesRemove...
Lennart Poettering
2013-10-11
bus: if a a Set() vtable callback of a writable is left NULL, try to do the r...
Lennart Poettering
2013-10-11
bus: automatically do a NOP reply when a NULL callback is specified for a met...
Lennart Poettering
2013-10-11
bus: when NULL is specified as property callback, automatically handle serial...
Lennart Poettering
2013-10-11
bus: make PropertiesChanged emission work
Lennart Poettering
2013-10-11
bus: make GetManagedObjects() work
Lennart Poettering
2013-10-09
libsystemd-bus: add lightweight object vtable implementation for exposing obj...
Lennart Poettering