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-control.c
Age
Commit message (
Collapse
)
Author
2013-05-24
bus: update kdbus.h from upstream
Kay Sievers
2013-05-20
bus: add test for bloom filter prefix match
Lennart Poettering
2013-05-20
bus: add a more comprehensive test for the bloom filter logic
Lennart Poettering
2013-05-20
bus: calculate bloom filter for match
Lennart Poettering
Yay! Filtering using kernel bloom filter matches works now! Yippieh!
2013-05-17
bus: return ECHILD as soon as people try to reuse a bus connection across a ↵
Lennart Poettering
fork()
2013-04-23
bus: add cal to determine machine id of an owner of a service
Lennart Poettering
2013-04-14
util: introduce alloca0() and use it at a number of places
Lennart Poettering
2013-04-14
kdbus: make name acquirement ioctls valgrind clean
Lennart Poettering
2013-04-13
kdbus: update to newest kdbus API
Lennart Poettering
2013-04-12
bus: implement basic name registration with kdbus
Lennart Poettering
2013-04-05
bus: convert a couple of calls over to new convenience functions
Lennart Poettering
2013-03-31
bus: parse matches locally and allow registration of callbacks for them
Lennart Poettering
This includes code to parse and split up match strings which will also be useful to calculate bloom filter masks when the time comes.
2013-03-22
bus: also finish connection before returning from sd_bus_get_unique_name()
Lennart Poettering
2013-03-21
bus: implement full method call timeout logic
Lennart Poettering
2013-03-20
bus: hook up client with socket communication
Lennart Poettering
2013-03-20
bus: add basic implementation of a native bus client library
Lennart Poettering