summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-bus/bus-slot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* sd-bus: drop match cookie conceptLennart Poettering2017-09-291-1/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-171-3/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-231-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-1/+3
* 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-0/+2
* sd-bus: sd_bus_slot_get_description() should return const stringsDavid Herrmann2015-07-091-1/+1
* sd-bus: suppress installing local bus matches server sideLennart Poettering2015-06-171-1/+1
* sd-bus: also allow setting descriptions on bus slotsLennart Poettering2014-11-041-0/+16
* sd-bus: make sd_bus::reply_callbacks a OrderedHashmapMichal Schmidt2014-10-231-1/+1
* sd-bus: add API to query which handler/callback is currently being dispatchedLennart Poettering2014-08-181-0/+20
* sd-event: introduce concept of "floating" event sourcesLennart Poettering2014-05-151-6/+9
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-0/+244