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-objects.c
Age
Commit message (
Expand
)
Author
2013-11-06
bus: export libsystemd-bus as a public library
Zbigniew Jędrzejewski-Szmek
2013-11-05
bus: never report nodes as children that do not have the right prefix
Lennart Poettering
2013-11-05
bus: support implicit serialization of strv string arrays within vtables
Lennart Poettering
2013-10-30
bus: fix build
Lennart Poettering
2013-10-30
bus: it is OK to have signals with multiple parameters
Lennart Poettering
2013-10-30
bus: don't fail if GetAll() is used to get properties of the built-in interfaces
Lennart Poettering
2013-10-29
strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...
Lennart Poettering
2013-10-22
bus: NULL signatures are OK too
Lennart Poettering
2013-10-21
bus: allow to specify NULL as an empty string to add
Kay Sievers
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-14
bus: make sure that we always keep a ref to the bus when we dispatch callbacks
Lennart Poettering
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-11
bus: properly implement logic for generating InterfacesAdded/InterfacesRemove...
Lennart Poettering
2013-10-11
bus: in GetManagedObjects() only return each object once.
Lennart Poettering
2013-10-11
bus: unify code to find parents of an object path with
Lennart Poettering
2013-10-11
bus: properly generate GetAll reply
Lennart Poettering
2013-10-11
bus: beef up parameter checking in vtable handling
Lennart Poettering
2013-10-11
bus: don't rely on gccisms/c11 in public header files.
Lennart Poettering
2013-10-11
bus: split up overly long sd-bus.c into three files
Lennart Poettering