Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-02 | sd-bus: use terms from the D-Bus Specification a bit more | Simon McVittie | |
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. | |||
2014-10-02 | PORTING-DBUS1: we use :1.%llu not :0.%llu for D-Bus unique bus names | Simon McVittie | |
2014-08-17 | kdbus: switch over to generic memfd implementation (ABI+API break) | Daniel Mack | |
2014-04-20 | doc: fix items' names in PORTING-DBUS1 | Lukasz Skalski | |
2014-03-31 | doc: fix items' names in PORTING-DBUS1 | Lukasz Skalski | |
2014-02-25 | Use /var/run/dbus/system_bus_socket for the D-Bus socket | Zbigniew Jędrzejewski-Szmek | |
2014-02-01 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-28 | bus: update bloom filter description a bit | Lennart Poettering | |
2014-01-28 | bus: rework bloom filter logic to operate with variable bloom filter | Lennart Poettering | |
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. | |||
2014-01-24 | bus: bump memfd vs. copy limit to 512k to reflect recent benchmarks | Kay Sievers | |
2014-01-21 | libsystemd: split up into subdirs | Tom Gundersen | |
We still only produce on .so, but let's keep the sources separate to make things a bit less messy. |