Systemd/src/libsystemd/sd-bus
Zbigniew Jędrzejewski-Szmek 8f077bf94e Print kdbus path when opening fails
This makes it easier to debug what is going on.
2014-07-26 15:08:42 -04:00
..
.gitignore libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-bloom.c bus: rework bloom filter logic to operate with variable bloom filter 2014-01-28 00:57:38 +01:00
bus-bloom.h bus: rework bloom filter logic to operate with variable bloom filter 2014-01-28 00:57:38 +01:00
bus-container.c machined: add logic to query IP addresses of containers 2014-05-18 20:52:49 +09:00
bus-container.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-control.c sd-bus: fix an assert when running in kdbus mode 2014-05-15 17:42:39 +02:00
bus-control.h sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
bus-convenience.c sd-bus: don't use assert_return() to check for disconnected bus connections 2014-03-19 21:41:21 +01:00
bus-creds.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
bus-creds.h bus: unescape connection name when reading it from credentials 2014-01-22 18:51:49 +01:00
bus-dump.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
bus-dump.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-error-mapping.gperf libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-error.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-error.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-gvariant.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-gvariant.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-internal.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-internal.h libsystemd: make use of our common sockaddr_union everywhere 2014-07-10 21:16:40 +02:00
bus-introspect.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-introspect.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-kernel.c Print kdbus path when opening fails 2014-07-26 15:08:42 -04:00
bus-kernel.h Print kdbus path when opening fails 2014-07-26 15:08:42 -04:00
bus-match.c sd-bus: make sure we properly handle NULL callback functions 2014-05-15 18:09:20 +02:00
bus-match.h sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
bus-message.c bus: drop bus/message GC logic 2014-07-02 17:29:09 +02:00
bus-message.h sd-bus: don't look for a 64bit value when we only have 32bit value on reply cookie hash table access 2014-03-13 20:33:22 +01:00
bus-objects.c bus: fix unitialized variable access in error path 2014-05-16 18:03:00 -04:00
bus-objects.h sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
bus-protocol.h endian: explicitly include endian.h wherever we want to use __BYTE_ORDER 2014-07-11 16:13:13 +02:00
bus-signature.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-signature.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-slot.c sd-event: introduce concept of "floating" event sources 2014-05-15 17:13:04 +02:00
bus-slot.h sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
bus-socket.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
bus-socket.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-track.c sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
bus-track.h bus: add sd_bus_track object for tracking peers, and port core over to it 2014-03-03 02:34:13 +01:00
bus-type.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-type.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-util.c bus: make use of sd_bus_try_close() in exit-on-idle services 2014-06-05 13:50:35 +02:00
bus-util.h timedated: refuse manual system time updates when automatic timesync is enabled 2014-05-24 10:45:44 +08:00
busctl.c sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
DIFFERENCES libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
GVARIANT-SERIALIZATION libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
kdbus.h bus: update kdbus.h 2014-04-24 10:36:19 +02:00
Makefile libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
PORTING-DBUS1 doc: fix items' names in PORTING-DBUS1 2014-04-20 23:06:48 -04:00
sd-bus.c bus: close a bus that failed to connect 2014-07-03 01:19:21 +02:00
sd-memfd.c util: replace close_nointr_nofail() by a more useful safe_close() 2014-03-18 19:31:34 +01:00
test-bus-chat.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
test-bus-cleanup.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
test-bus-creds.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
test-bus-error.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
test-bus-gvariant.c sd-bus: don't allow creating message objects that are not attached to a bus 2014-06-06 18:30:01 +02:00
test-bus-introspect.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
test-bus-kernel-benchmark.c util: replace close_nointr_nofail() by a more useful safe_close() 2014-03-18 19:31:34 +01:00
test-bus-kernel-bloom.c sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
test-bus-kernel.c sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
test-bus-marshal.c sd-bus: don't allow creating message objects that are not attached to a bus 2014-06-06 18:30:01 +02:00
test-bus-match.c sd-bus: don't allow creating message objects that are not attached to a bus 2014-06-06 18:30:01 +02:00
test-bus-memfd.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
test-bus-objects.c sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
test-bus-server.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
test-bus-signature.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
test-bus-zero-copy.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00