chiark / gitweb /
bus: add convenience functions for constructing and sending method calls/signals...
[elogind.git] / src / libsystemd-bus / bus-message.c
2013-04-05 Lennart Poetteringbus: add convenience functions for constructing and...
2013-04-01 Lennart Poetteringbus: when reading a message from the socket, make sure...
2013-03-31 Zbigniew Jędrzejew... bus: check return value from bus_type_get_alignment...
2013-03-31 Lennart Poetteringbus: parse matches locally and allow registration of...
2013-03-26 Lennart Poetteringbuild-sys: make gcc shut up
2013-03-25 Lennart Poetteringbus: make optional whether unix socket passing is negot...
2013-03-25 Lennart Poetteringbus: implement support for FD passing
2013-03-22 Lennart Poetteringbus: implicitly collect ucred/label information
2013-03-22 Lennart Poetteringbus: when parsing enforce maximum container depth
2013-03-22 Lennart Poetteringbus: reuse more code
2013-03-22 Lennart Poetteringbus: validate the entire header more closely
2013-03-21 Lennart Poetteringbus: properly validate object path values
2013-03-21 Lennart Poetteringbus: generate a nice error when attempting to add a...
2013-03-21 Lennart Poetteringbus: implement full method call timeout logic
2013-03-20 Tom Gundersenbus-message: fix typo
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...