summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/test-bus-marshal.c
Commit message (Expand)AuthorAgeFilesLines
* test-bus-marshall: add a hopefully helpful commentZbigniew Jędrzejewski-Szmek2019-06-121-0/+1
* Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek2019-04-121-3/+4
* tree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER everywhereLennart Poettering2018-12-031-1/+1
* bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2018-10-021-3/+3
* test-bus-marshal: use cescaping instead of hexmemZbigniew Jędrzejewski-Szmek2018-10-021-5/+3
* test: try system bus if user bus cannot be openedYu Watanabe2018-10-011-0/+2
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-0/+2
* tests: add helper to unify skipping a test and exitingZbigniew Jędrzejewski-Szmek2018-09-141-4/+3
* test: log when skipping tests in more casesYu Watanabe2018-09-131-1/+3
* tree-wide: drop empty commentsYu Watanabe2018-06-291-2/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tests: skip g_dbus_message_new_from_blob under asanEvegeny Vereshchagin2018-03-091-0/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Add sd_bus_message_new and sd_bus_message_seal as public functions (#6609)aeywalee2017-10-301-2/+2
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-4/+4
* tests: change dbus tests to use user bus (#6845)Michael Biebl2017-09-191-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tests: fix memory leak in test-bus-marshalEvgeny Vereshchagin2015-12-291-0/+2
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-5/+5
* sd-bus: add sd_bus_path_{encode,decode}_many()David Herrmann2015-09-261-0/+31
* sd-bus: don't assert() on valid signaturesDavid Herrmann2015-07-291-1/+7
* sd-bus: fix invalid stack access on test-bus-marshalDavid Herrmann2015-07-161-1/+1
* sd-bus: fix gvariant structure encodingDavid Herrmann2015-07-161-1/+20
* sd-bus: remove ucred parameter from bus_message_from_header() since we don't ...Lennart Poettering2015-06-101-1/+1
* bus: implement bus_path_{en,de}code_unique()David Herrmann2015-04-111-0/+11
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* sd-bus: fix handling of double parameters in sd_bus_message_append()Lennart Poettering2015-01-231-0/+13
* busctl: introduce busctl "get-property" command for reading and dumping objec...Lennart Poettering2014-11-141-5/+5
* sd-bus: don't allow creating message objects that are not attached to a busLennart Poettering2014-06-061-3/+8
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-1/+1
* bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering2014-03-111-3/+22
* man: describe functions for appending to messagesZbigniew Jędrzejewski-Szmek2014-03-061-0/+3
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* libsystemd: split up into subdirsTom Gundersen2014-01-211-0/+324