chiark / gitweb /
bus: generate a nice error when attempting to add a NULL string
[elogind.git] / src / libsystemd-bus / sd-bus.c
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: demarshal header fields properly
2013-03-20 Lennart Poetteringbus: implement demarshaller
2013-03-20 Lennart Poetteringbus: suppress reply messages to method calls with no_re...
2013-03-20 Lennart Poetteringbus: add basic implementation of a native bus client...