Systemd/src/libsystemd/sd-bus
Lennart Poettering acd340158a sd-bus: when removing a server-side match, do so in "fire and forget" fashion
We currently wait for the RemoveMatch() reply, but then ignore what it
actually says. Let's optimize this a bit, and not even ask for an answer
back: just enqueue the RemoveMatch() operation, and do not request not
wait for any answer.
2018-01-05 13:58:32 +01:00
..
bus-bloom.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-bloom.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-common-errors.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-common-errors.h resolved: implement D-Bus API for DNS-SD 2017-12-08 14:29:27 +02:00
bus-container.c tree-wide: make use of wait_for_terminate_and_check() at various places 2018-01-04 13:27:27 +01:00
bus-container.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-control.c sd-bus: when removing a server-side match, do so in "fire and forget" fashion 2018-01-05 13:58:32 +01:00
bus-control.h sd-bus: drop unused parameters from bus_add_match_internal() 2018-01-05 13:58:32 +01:00
bus-convenience.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-creds.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-creds.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-dump.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-dump.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-error.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-error.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-gvariant.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-gvariant.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-internal.c sd-bus: when debug logging about messages, show the same bits of it everywhere 2018-01-05 13:55:08 +01:00
bus-internal.h sd-bus: remove bus_remove_match_by_string() helper which is unused 2018-01-05 13:58:32 +01:00
bus-introspect.c tree-wide: use __fsetlocking() instead of fxyz_unlocked() 2017-12-14 10:42:25 +01:00
bus-introspect.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-kernel.c sd-bus: get rid of kdbus flags cruft 2018-01-05 13:55:08 +01:00
bus-kernel.h sd-bus: get rid of kdbus flags cruft 2018-01-05 13:55:08 +01:00
bus-match.c tree-wide: use __fsetlocking() instead of fxyz_unlocked() 2017-12-14 10:42:25 +01:00
bus-match.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-message.c sd-bus: fix a memory leak in message_new_reply() (#7636) 2017-12-14 13:07:04 +01:00
bus-message.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-objects.c sd-bus: get rid of kdbus flags cruft 2018-01-05 13:55:08 +01:00
bus-objects.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-protocol.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-signature.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-signature.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-slot.c sd-bus: when removing a server-side match, do so in "fire and forget" fashion 2018-01-05 13:58:32 +01:00
bus-slot.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-socket.c sd-bus: get rid of kdbus flags cruft 2018-01-05 13:55:08 +01:00
bus-socket.h sd-bus: optionally, use inotify to wait for bus sockets to appear 2018-01-05 13:55:08 +01:00
bus-track.c tree-wide: make use of new STRLEN() macro everywhere (#7639) 2017-12-14 19:02:29 +01:00
bus-track.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-type.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
bus-type.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
GVARIANT-SERIALIZATION sd-bus: drop kdbus-related docs (#5533) 2017-03-07 07:51:35 +01:00
sd-bus.c sd-bus: remove bus_remove_match_by_string() helper which is unused 2018-01-05 13:58:32 +01:00
test-bus-benchmark.c tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can 2017-12-25 11:48:21 +01:00
test-bus-chat.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-cleanup.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-creds.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-error.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-gvariant.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-introspect.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-marshal.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-match.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-objects.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-server.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-signature.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-track.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
test-bus-vtable-cc.cc tests,meson: add test-bus-vtable, compiled as C and C++ 2017-05-13 15:50:44 -04:00
test-bus-vtable.c test-bus-vtable: it's OK if dbus is not running 2017-05-30 21:17:46 -04:00
test-bus-watch-bind.c sd-bus: optionally, use inotify to wait for bus sockets to appear 2018-01-05 13:55:08 +01:00