History log of /systemd/src/libsystemd/sd-bus/PORTING-DBUS1
Revision Date Author Comments Expand
63cc4c3138fd0ce9cc97884373a2dd8959a13ee9 13-Nov-2014 Daniel Mack <daniel@zonque.org>

sd-bus: sync with kdbus upstream (ABI break) kdbus has seen a larger update than expected lately, most notably with kdbusfs, a file system to expose the kdbus control files: * Each time a file system of this type is mounted, a new kdbus domain is created. * The layout inside each mount point is the same as before, except that domains are not hierarchically nested anymore. * Domains are therefore also unnamed now. * Unmounting a kdbusfs will automatically also detroy the associated domain. * Hence, the action of creating a kdbus domain is now as privileged as mounting a filesystem. * This way, we can get around creating dev nodes for everything, which is last but not least something that is not limited by 20-bit minor numbers. The kdbus specific bits in nspawn have all been dropped now, as nspawn can rely on the container OS to set up its own kdbus domain, simply by mounting a new instance. A new set of mounts has been added to mount things *after* the kernel modules have been loaded. For now, only kdbus is in this set, which is invoked with mount_setup_late().

d20a3daaa79edfa4c8d84d243f2a98c82dddd5c6 02-Oct-2014 Simon McVittie <simon.mcvittie@collabora.co.uk>

sd-bus: use terms from the D-Bus Specification a bit more D-Bus' type hierarchy as described in the spec is: \- basic \- fixed type (u, i, etc.) \- string-like type (s, o, g) \- container Someone seems to have referred to basic types as "simple types" at some point, but that term isn't defined in the D-Bus Specification, and seems redundant. So far I haven't renamed functions that use "trivial" in their names to mean "fixed type", to avoid confusion about whether a struct of constant length, like (iu), is a fixed type. The answer is that it is fixed-length, but is not a "fixed type", so I can see that something like bus_type_is_fixed() might be ambiguous.

e1ffdb90d92849a2bb5c27ebc035e7f885ffdafb 02-Oct-2014 Simon McVittie <simon.mcvittie@collabora.co.uk>

PORTING-DBUS1: we use :1.%llu not :0.%llu for D-Bus unique bus names

a6082d778ee4b97ec3eb6d3266cefc024c5d60f7 17-Aug-2014 Daniel Mack <zonque@gmail.com>

kdbus: switch over to generic memfd implementation (ABI+API break)

6d6c604ac8ac777dde0eeb58745ee6e76e2ea43d 21-Apr-2014 Lukasz Skalski <l.skalski@samsung.com>

doc: fix items' names in PORTING-DBUS1

5fa4ddb88cb0cfb60aff1f502e39788a6ec136d3 31-Mar-2014 Lukasz Skalski <l.skalski@samsung.com>

doc: fix items' names in PORTING-DBUS1

1ae383a8a3ae4824453e297352fda603d2d3fd5e 26-Feb-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

Use /var/run/dbus/system_bus_socket for the D-Bus socket

486e99a387adec15738c2822c2df5c813955f433 01-Feb-2014 Kay Sievers <kay@vrfy.org>

bus: update kdbus.h (ABI break)

847657c7690598f1c77d0ba9e86ef58916bc58a7 28-Jan-2014 Lennart Poettering <lennart@poettering.net>

bus: update bloom filter description a bit

b28ff39f42877daef31383748fd2f313d7fd67c1 28-Jan-2014 Lennart Poettering <lennart@poettering.net>

bus: rework bloom filter logic to operate with variable bloom filter sizes and numbers of hash functions In order to make the bloom filter logic more future proof communicate bloom filter parameters from the original bus creator to the clients, and allow them to be variable within certain ranges.

1fa132931a3eed8556da801d9fe91aa4c166445e 24-Jan-2014 Kay Sievers <kay@vrfy.org>

bus: bump memfd vs. copy limit to 512k to reflect recent benchmarks

607553f9306286fdccf0b356bc3d1087adfe21c4 21-Jan-2014 Tom Gundersen <teg@jklm.no>

libsystemd: split up into subdirs We still only produce on .so, but let's keep the sources separate to make things a bit less messy.

/systemd/Makefile.am /systemd/src/Makefile /systemd/src/libsystemd/.gitignore .gitignore DIFFERENCES GVARIANT-SERIALIZATION PORTING-DBUS1 bus-bloom.c bus-bloom.h bus-container.c bus-container.h bus-control.c bus-control.h bus-convenience.c bus-creds.c bus-creds.h bus-dump.c bus-dump.h bus-error-mapping.gperf bus-error.c bus-error.h bus-gvariant.c bus-gvariant.h bus-internal.c bus-internal.h bus-introspect.c bus-introspect.h bus-kernel.c bus-kernel.h bus-match.c bus-match.h bus-message.c bus-message.h bus-objects.c bus-objects.h bus-protocol.h bus-signature.c bus-signature.h bus-socket.c bus-socket.h bus-type.c bus-type.h bus-util.c bus-util.h busctl.c kdbus.h sd-bus.c sd-memfd.c test-bus-chat.c test-bus-cleanup.c test-bus-creds.c test-bus-error.c test-bus-gvariant.c test-bus-introspect.c test-bus-kernel-benchmark.c test-bus-kernel-bloom.c test-bus-kernel.c test-bus-marshal.c test-bus-match.c test-bus-memfd.c test-bus-objects.c test-bus-server.c test-bus-signature.c test-bus-zero-copy.c /systemd/src/libsystemd/sd-event/event-util.h /systemd/src/libsystemd/sd-event/sd-event.c /systemd/src/libsystemd/sd-event/test-event.c /systemd/src/libsystemd/sd-resolve/resolve-util.h /systemd/src/libsystemd/sd-resolve/sd-resolve.c /systemd/src/libsystemd/sd-resolve/test-resolve.c /systemd/src/libsystemd/sd-rtnl/Makefile /systemd/src/libsystemd/sd-rtnl/rtnl-internal.h /systemd/src/libsystemd/sd-rtnl/rtnl-message.c /systemd/src/libsystemd/sd-rtnl/rtnl-util.c /systemd/src/libsystemd/sd-rtnl/rtnl-util.h /systemd/src/libsystemd/sd-rtnl/sd-rtnl.c /systemd/src/libsystemd/sd-rtnl/test-rtnl.c /systemd/src/libsystemd/sd-utf8/sd-utf8.c