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-internal.h
Age
Commit message (
Collapse
)
Author
2013-03-30
bus: consider it an error if the first message we get on the bus is not a ↵
Lennart Poettering
reply to HELLO
2013-03-26
bus: rename send_hello flag to bus_cient
Lennart Poettering
This way we can hide more than just the hello logic behind this flag, for example, later on automatic match management.
2013-03-25
bus: split socket related code into bus-socket.[ch], to prepare for kdbus ↵
Lennart Poettering
backend
2013-03-25
bus: implement 'unixexec:' protocol
Lennart Poettering
2013-03-25
bus: make optional whether unix socket passing is negotiated and whether ↵
Lennart Poettering
hello is sent This alos gets rid of explicit sd_open_fd() and sd_open_address() constructors in favour of sd_new() + sd_new_start() where the negotiation parameters may be set it in between.
2013-03-25
bus: implement support for FD passing
Lennart Poettering
2013-03-22
bus: implement object handler registry
Lennart Poettering
2013-03-22
bus: implicitly collect ucred/label information
Lennart Poettering
2013-03-22
bus: also finish connection before returning from sd_bus_get_unique_name()
Lennart Poettering
2013-03-22
bus: when parsing enforce maximum container depth
Lennart Poettering
2013-03-22
bus: validate the entire header more closely
Lennart Poettering
2013-03-22
bus: properly validate object path values
Lennart Poettering
2013-03-22
bus: implicitly handle peer commands Ping() and GetMachineId()
Lennart Poettering
2013-03-22
bus: enforce limits on all client influenced data objects
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