Systemd/src/libsystemd/sd-bus
David Herrmann 427c71629e bus: don't skip interfaces in bus_message_map_properties_changed()
Skipping interfaces randomly without the caller specifying it is nasty.
Avoid this and let the caller do that themselves.
2014-08-28 15:25:51 +02:00
..
.gitignore libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-bloom.c bus-bloom: Fix bloom filter calculation 2014-08-13 16:24:59 +02: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 bus-control: Fix cgroup handling 2014-08-18 21:01:57 +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: add API to check if a client has privileges 2014-08-15 20:08:51 +02: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 bus-control: Fix cgroup handling 2014-08-18 21:01:57 +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 sd-bus: remove unused call bus_kernel_create_monitor() 2014-08-26 20:35:44 +02:00
bus-kernel.h sd-bus: remove unused call bus_kernel_create_monitor() 2014-08-26 20:35:44 +02:00
bus-match.c sd-bus: add API to query which handler/callback is currently being dispatched 2014-08-18 17:49:53 +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 sd-bus: don't include internal header memfd.h in public header sd-bus.h 2014-08-26 20:40:35 +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 Merge remote-tracking branch 'origin/master' 2014-08-18 18:12:55 +02: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-bus: add API to query which handler/callback is currently being dispatched 2014-08-18 17:49:53 +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: don't skip interfaces in bus_message_map_properties_changed() 2014-08-28 15:25:51 +02:00
bus-util.h bus: split bus_map_all_properties into multiple helpers 2014-08-27 18:42:28 +02:00
busctl.c bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +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 kdbus: switch over to generic memfd implementation (ABI+API break) 2014-08-17 21:47:00 +02:00
Makefile libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
PORTING-DBUS1 kdbus: switch over to generic memfd implementation (ABI+API break) 2014-08-17 21:47:00 +02:00
sd-bus.c bus: fix use-after-free in slot-release 2014-08-28 12:45:51 +02: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 time-util: add and use USEC/NSEC_INFINIY 2014-07-29 13:20:20 +02: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-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 memfd: simplify API 2014-08-19 19:39:16 +02:00