Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-17 | bus: add APIs for negotiating what is attached to messages | Lennart Poettering | |
2013-04-05 | bus: use C99 struct construction for error initializers | Lennart Poettering | |
That way we can allocate an error struct on-the-fly while calling a function. Nice! | |||
2013-04-01 | bus: 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-30 | bus: add missing test-bus-server.c | Lennart Poettering | |