chiark / gitweb /
bus: when parsing enforce maximum container depth
[elogind.git] / src / libsystemd-bus / sd-bus.h
2013-03-22 Lennart Poetteringbus: when parsing enforce maximum container depth
2013-03-22 Lennart Poetteringbus: rework synchronization logic
2013-03-21 Lennart Poetteringbus: generate a nice error when attempting to add a...
2013-03-21 Lennart Poetteringbus: implicitly handle peer commands Ping() and GetMach...
2013-03-21 Lennart Poetteringbus: enforce limits on all client influenced data objects
2013-03-21 Lennart Poetteringbus: implicitly set no_reply flag on outgoing messages...
2013-03-21 Lennart Poetteringbus: implement full method call timeout logic
2013-03-20 Lennart Poetteringbus: hook up client with socket communication
2013-03-20 Lennart Poetteringbus: introduce bus_error_is_dirty() independently of...
2013-03-20 Lennart Poetteringbus: implement demarshaller
2013-03-20 Lennart Poetteringbus: add basic implementation of a native bus client...