Systemd/src/libsystemd/sd-bus
2014-03-17 04:00:44 +01: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 libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-container.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-control.c Introduce strv_consume which takes ownership 2014-03-04 10:04:50 -05:00
bus-control.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-convenience.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
bus-creds.c bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,decode}() 2014-03-11 19:03:50 +01:00
bus-creds.h bus: unescape connection name when reading it from credentials 2014-01-22 18:51:49 +01:00
bus-dump.c 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-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: add sd_bus_track object for tracking peers, and port core over to it 2014-03-03 02:34:13 +01: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 Use strlen even for constant strings 2014-03-16 09:52:56 -04:00
bus-kernel.h sd-bus: check for potential integer overflow in KDBUS_ITEM_FOREACH() 2014-03-08 14:18:48 +01:00
bus-match.c sd-bus: don't access invalid memory if a signal matcher was freed from its own callback 2014-03-14 21:17:14 +01:00
bus-match.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-message.c sd-bus: don't choke if somebody sends us a message with a unix fd count of 0 2014-03-14 21:17:14 +01: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 libsystemd: fix compiler warning in property_get_set_callbacks_run() 2014-02-20 17:18:07 +01:00
bus-objects.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-protocol.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01: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-socket.c Use strlen even for constant strings 2014-03-16 09:52:56 -04:00
bus-socket.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-track.c Use strlen even for constant strings 2014-03-16 09:52:56 -04: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 systemctl: introduce -r switch to show units running in local containers in addition to the host 2014-03-17 04:00:44 +01:00
bus-util.h systemctl: introduce -r switch to show units running in local containers in addition to the host 2014-03-17 04:00:44 +01:00
busctl.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01: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 sd-bus: sync kdbus.h 2014-03-08 18:22:44 +01:00
Makefile libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
PORTING-DBUS1 Use /var/run/dbus/system_bus_socket for the D-Bus socket 2014-02-25 21:26:42 -05:00
sd-bus.c 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
sd-memfd.c bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,decode}() 2014-03-11 19:03:50 +01:00
test-bus-chat.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-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 api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
test-bus-introspect.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
test-bus-kernel-benchmark.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-kernel-bloom.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
test-bus-kernel.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-marshal.c bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,decode}() 2014-03-11 19:03:50 +01:00
test-bus-match.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-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 libsystemd: split up into subdirs 2014-01-21 14:41:35 +01: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