summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/test-bus-server.c
AgeCommit message (Collapse)Author
2013-05-17bus: add APIs for negotiating what is attached to messagesLennart Poettering
2013-04-05bus: use C99 struct construction for error initializersLennart Poettering
That way we can allocate an error struct on-the-fly while calling a function. Nice!
2013-04-01bus: allow two different fds for input/output in sd_bus_set_fd()Lennart Poettering
This is useful so that we can speak D-Bus over a FIFO pair such as stdin+stdout.
2013-03-30bus: add missing test-bus-server.cLennart Poettering