summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-slot.c
Commit message (Expand)AuthorAgeFilesLines
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* sd-bus: add methods and signals parameter names. Fixes: #1564Giacinto Cifelli2019-02-261-1/+1
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-271-22/+4
* sd-bus: make bus_slot_disconnect() also unref the slot objectYu Watanabe2018-07-181-6/+5
* sd-bus: unref slot->match_callback.install_slot when slot is disconnectedYu Watanabe2018-07-131-1/+4
* 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
* bus: optionally call a callbacks for cleanupZbigniew Jędrzejewski-Szmek2018-06-061-0/+20
* bus-slot: for bus slot objects with no explicit description use the match str...Lennart Poettering2018-05-301-2/+7
* sd-bus: add new sd_bus_slot_set_floating() callLennart Poettering2018-05-301-0/+31
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* sd-bus: when disconnecting a slot, also reset its memoryLennart Poettering2018-01-051-2/+2
* sd-bus: add asynchronous version of sd_bus_match()Lennart Poettering2018-01-051-0/+5
* sd-bus: when removing a server-side match, do so in "fire and forget" fashionLennart Poettering2018-01-051-1/+1
* sd-bus: start reply callback timeouts only when the connection is establishedLennart Poettering2018-01-051-1/+1
* 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-161-3/+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-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