Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-27 | bus: add API calls for connecting to starter bus | Lennart Poettering | |
Add new calls sd_bus_open() and sd_bus_default() for connecting to the starter bus a service was invoked for, or -- if the process is not a bus-activated service -- the appropriate bus for the scope the process has been started in. | |||
2014-01-22 | bus: add sd_bus_process_priority() to support prioq mode of kdbus | Lennart Poettering | |
2014-01-22 | bus: add support for attaching name to bus connections for debugging purposes | Lennart Poettering | |
2014-01-22 | bus: simplify naming of feature negotation calls | Lennart Poettering | |
Two verbs in a function name suck, so let's simplify this a bit. | |||
2014-01-21 | bus: implement synchronous message calls via kernel ioctl | Lennart Poettering | |
2014-01-21 | libsystemd: split up into subdirs | Tom Gundersen | |
We still only produce on .so, but let's keep the sources separate to make things a bit less messy. |