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
/
sd-bus
/
bus-objects.c
Age
Commit message (
Expand
)
Author
2014-11-21
sd-bus: create clean error when a property Set() call with incorrect signatur...
Lennart Poettering
2014-11-20
sd-bus: refuse properties that claim to be both writable and constant at the ...
Lennart Poettering
2014-09-17
bus: fix error leak in bus_node_exists()
David Herrmann
2014-09-17
bus: never respond to GetManagedObjects() on sub-paths
David Herrmann
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-08-18
Merge remote-tracking branch 'origin/master'
Lennart Poettering
2014-08-18
sd-bus: add API to query which handler/callback is currently being dispatched
Lennart Poettering
2014-08-16
sd-bus,log: remove unused variables
Thomas Hindoe Paaboel Andersen
2014-08-15
sd-bus: add API to check if a client has privileges
Lennart Poettering
2014-05-16
bus: fix unitialized variable access in error path
Zbigniew Jędrzejewski-Szmek
2014-05-15
sd-bus: always keep slot reference while dispatching callback
Lennart Poettering
2014-05-15
sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...
Lennart Poettering
2014-04-23
bus: simplification
Lennart Poettering
2014-03-19
sd-bus: don't use assert_return() to check for disconnected bus connections
Lennart Poettering
2014-03-19
sd-bus: add proper monitoring API
Lennart Poettering
2014-02-20
libsystemd: fix compiler warning in property_get_set_callbacks_run()
Daniel Mack
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen