summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/test-bus-marshal.c
AgeCommit message (Expand)Author
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-29tests: fix memory leak in test-bus-marshalEvgeny Vereshchagin
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-26sd-bus: add sd_bus_path_{encode,decode}_many()David Herrmann
2015-07-29sd-bus: don't assert() on valid signaturesDavid Herrmann
2015-07-16sd-bus: fix invalid stack access on test-bus-marshalDavid Herrmann
2015-07-16sd-bus: fix gvariant structure encodingDavid Herrmann
2015-06-10sd-bus: remove ucred parameter from bus_message_from_header() since we don't ...Lennart Poettering
2015-04-11bus: implement bus_path_{en,de}code_unique()David Herrmann
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-23sd-bus: fix handling of double parameters in sd_bus_message_append()Lennart Poettering
2014-11-14busctl: introduce busctl "get-property" command for reading and dumping objec...Lennart Poettering
2014-06-06sd-bus: don't allow creating message objects that are not attached to a busLennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-03-11bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering
2014-03-06man: describe functions for appending to messagesZbigniew Jędrzejewski-Szmek
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-01-21libsystemd: split up into subdirsTom Gundersen