summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-objects.c
Commit message (Expand)AuthorAgeFilesLines
* sd-bus: when running user find function don't trust the value to be initializedZbigniew Jędrzejewski-Szmek2019-04-231-1/+1
* test-bus-{vtable,introspect}: share data and test introspect_path()Zbigniew Jędrzejewski-Szmek2019-04-231-5/+13
* sd-bus: split introspection into the content creation and reply creation partsZbigniew Jędrzejewski-Szmek2019-04-231-18/+48
* sd-bus: use _cleanup_ for struct introspectZbigniew Jędrzejewski-Szmek2019-04-231-27/+14
* sd-bus: allow vtable format structure to grow in the futureZbigniew Jędrzejewski-Szmek2019-04-231-14/+11
* sd-bus: add symbol to tell linker that new vtable functions are usedZbigniew Jędrzejewski-Szmek2019-04-231-1/+5
* sd-bus: avoid IN_SET() invocation with two identical valuesZbigniew Jędrzejewski-Szmek2019-03-201-1/+3
* Merge pull request #11357 from GiacintoCifelli/dbus_labelsLennart Poettering2019-02-261-5/+115
|\
| * sd-bus: add methods and signals parameter names. Fixes: #1564Giacinto Cifelli2019-02-261-5/+115
* | Allocate temporary strings to hold dbus paths on the heapRiccardo Schirone2019-02-181-14/+54
* | tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-6/+6
|/
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-0/+1
* tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-9/+3
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-2/+2
* bus: move BUS_DONT_DESTROY calls after assertsZbigniew Jędrzejewski-Szmek2018-07-181-7/+8
* 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: unify how we define bit mak enumsLennart Poettering2018-06-121-2/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* Add support for SD_BUS_DEFAULT*Nathaniel McCallum2018-01-231-0/+12
* sd-bus: get rid of kdbus flags cruftLennart Poettering2018-01-051-1/+1
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-2/+2
* Replace free and return NULL with return mfreeDaniel Lockyer2017-11-241-2/+1
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: do not work in assert() (#7271)Yu Watanabe2017-11-071-1/+1
* libsystemd: use IN_SET macroYu Watanabe2017-09-281-3/+3
* sd-bus: style nitpick node_vtable_get_userdata()Alan Jenkins2017-09-171-4/+5
* sd-bus: fix response for GetAll on non-existent objectsAlan Jenkins2017-09-171-0/+3
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-2/+2
* sd-bus: make sure propagate all errors with vtable callbacks back to clientsLennart Poettering2017-06-211-4/+6
* bus: report builtins in GetManagedObjects() (#5799)David Herrmann2017-04-251-0/+16
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-20/+20
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-5/+6
* hashmap: refactor hash_funcTom Gundersen2015-10-051-15/+4
* sd-bus: make introspection data non-recursiveDavid Herrmann2015-09-051-7/+15
* Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-0/+1
* sd-bus: introduce new SD_BUS_VTABLE_PROPERTY_EXPLICIT flagLennart Poettering2015-08-251-1/+5
* Revert "sd-bus: include queried path in GetManagedObjects"David Herrmann2015-08-241-4/+0
* sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers2015-08-111-1/+0
* sd-bus: fix path of object-manager signalsDavid Herrmann2015-07-271-12/+70
* sd-bus: add 'offset' member for vtable methodsdaurnimator2015-07-241-0/+8
* sd-bus: fix object tree to be deeper than 2 levelsDavid Herrmann2015-07-151-1/+1