summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-socket.h
AgeCommit message (Collapse)Author
2013-12-23bus: make sure to request peer cred only after connect(), not beforeLennart Poettering
2013-11-29bus: add the ability for backends to queue to input messages at the same timeLennart Poettering
We need this so that one incoming kernel message can result in two high-level bus messages, for the case where we synthesize NameAcquired and NameOwnerChanged in the same instance.
2013-10-30bus: add API call to create bus connection to the system bus of local containersLennart Poettering
Also, add support for this to machinectl, so that we can enumerate the machines that run inside a container. We must go deeper!
2013-03-30bus: implement server mode, and anonymous authenticationLennart Poettering
2013-03-25bus: split socket related code into bus-socket.[ch], to prepare for kdbus ↵Lennart Poettering
backend