index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-bus
/
test-bus-marshal.c
Age
Commit message (
Expand
)
Author
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-12-29
tests: fix memory leak in test-bus-marshal
Evgeny Vereshchagin
2015-11-27
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-26
sd-bus: add sd_bus_path_{encode,decode}_many()
David Herrmann
2015-07-29
sd-bus: don't assert() on valid signatures
David Herrmann
2015-07-16
sd-bus: fix invalid stack access on test-bus-marshal
David Herrmann
2015-07-16
sd-bus: fix gvariant structure encoding
David Herrmann
2015-06-10
sd-bus: remove ucred parameter from bus_message_from_header() since we don't ...
Lennart Poettering
2015-04-11
bus: implement bus_path_{en,de}code_unique()
David Herrmann
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-01-23
sd-bus: fix handling of double parameters in sd_bus_message_append()
Lennart Poettering
2014-11-14
busctl: introduce busctl "get-property" command for reading and dumping objec...
Lennart Poettering
2014-06-06
sd-bus: don't allow creating message objects that are not attached to a bus
Lennart Poettering
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-03-11
bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...
Lennart Poettering
2014-03-06
man: describe functions for appending to messages
Zbigniew Jędrzejewski-Szmek
2014-02-20
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen