Age | Commit message (Expand) | Author |
2013-11-25 | bus: properly return errors to client if invalid parameters are passed to bui... | Lennart Poettering |
2013-11-22 | bus: deal with duplicate values from enumerators | Lennart Poettering |
2013-11-22 | bus: also add error parameter to object find and enumerator callbacks | Lennart Poettering |
2013-11-21 | logind,machined,run: properly invoke StartTransientUnit() bus call | Lennart Poettering |
2013-11-21 | bus: rework message handlers to always take an error argument | Lennart Poettering |
2013-11-21 | bus: let's simplify things by getting rid of unnecessary bus parameters | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-06 | bus: export libsystemd-bus as a public library | Zbigniew Jędrzejewski-Szmek |
2013-11-05 | bus: never report nodes as children that do not have the right prefix | Lennart Poettering |
2013-11-05 | bus: support implicit serialization of strv string arrays within vtables | Lennart Poettering |
2013-10-30 | bus: fix build | Lennart Poettering |
2013-10-30 | bus: it is OK to have signals with multiple parameters | Lennart Poettering |
2013-10-30 | bus: don't fail if GetAll() is used to get properties of the built-in interfaces | Lennart Poettering |
2013-10-29 | strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra... | Lennart Poettering |
2013-10-22 | bus: NULL signatures are OK too | Lennart Poettering |
2013-10-21 | bus: allow to specify NULL as an empty string to add | Kay Sievers |
2013-10-16 | timedated: use libsystemd-bus instead of libdbus for bus communication | Lennart Poettering |
2013-10-14 | bus: properly handle if new objects are installed in the node tree while we a... | Lennart Poettering |
2013-10-14 | bus: make sure that we always keep a ref to the bus when we dispatch callbacks | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-11 | bus: properly implement logic for generating InterfacesAdded/InterfacesRemove... | Lennart Poettering |
2013-10-11 | bus: in GetManagedObjects() only return each object once. | Lennart Poettering |
2013-10-11 | bus: unify code to find parents of an object path with | Lennart Poettering |
2013-10-11 | bus: properly generate GetAll reply | Lennart Poettering |
2013-10-11 | bus: beef up parameter checking in vtable handling | Lennart Poettering |
2013-10-11 | bus: don't rely on gccisms/c11 in public header files. | Lennart Poettering |
2013-10-11 | bus: split up overly long sd-bus.c into three files | Lennart Poettering |