Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-17 | libsystemd: remove list of symbols to export only in the future | Kay Sievers | |
2014-02-19 | build-sys: export experimental symbols only with --enable-kdbus | Kay Sievers | |
2014-02-19 | build-sys: merge libsystemd-journal into libsystemd | Kay Sievers | |
2014-02-19 | build-sys: merge libsystemd-daemon into libsystemd | Kay Sievers | |
2014-02-10 | sd-bus: export sd_bus_call{,_async,_async_cancel} | David Herrmann | |
The .sym file somehow lacks these declarations, so add these. You have to run "make clean" to make sure the sym-test runs fine afterwards. | |||
2014-01-27 | bus: add API calls for connecting to starter bus | Lennart Poettering | |
Add new calls sd_bus_open() and sd_bus_default() for connecting to the starter bus a service was invoked for, or -- if the process is not a bus-activated service -- the appropriate bus for the scope the process has been started in. | |||
2014-01-25 | build-sys: merge libsystemd-id128 into libsystemd | Zbigniew Jędrzejewski-Szmek | |
2014-01-25 | build-sys: merge libsystemd-login into libsystemd | Zbigniew Jędrzejewski-Szmek | |
A compatibility libsystemd-login library is created which uses .symver and ifunc magic proposed by Lennart to make programs linked to the old library name continue to work seamlessly. Unfortunately the bfd linker crashes: https://sourceware.org/bugzilla/show_bug.cgi?id=16467 This will be fixed in binutils 2.25. As a work-around, gold can be used: LDFLAGS=-Wl,-fuse-ld=gold Unfortunately the switch to pick the linker appeared in gcc 4.8. This also doesn't work with LLVM: http://llvm.org/bugs/show_bug.cgi?id=11897 | |||
2014-01-22 | bus: change API to expose "inverted" no_reply and no_auto_start message ↵ | Lennart Poettering | |
flags non-inverted | |||
2014-01-22 | bus: add sd_bus_process_priority() to support prioq mode of kdbus | Lennart Poettering | |
2014-01-22 | bus: expose priority field of messages, in preparation for prioq support | Lennart Poettering | |
2014-01-22 | bus: include connection name in credentials structure | Lennart Poettering | |
2014-01-22 | bus: add support for attaching name to bus connections for debugging purposes | Lennart Poettering | |
2014-01-22 | bus: extend memfd api so that we can label memfds for debugging purposes | Lennart Poettering | |
2014-01-22 | bus: rename sd_bus_get_realtime_timestamp() to sd_bus_get_realtime_usec() | Lennart Poettering | |
This brings the calls into similar style as the respective functions in libsystemd-journal, and also is a bi shorter and more descriptive since it clarifies the time unit used. | |||
2014-01-22 | bus: simplify naming of feature negotation calls | Lennart Poettering | |
Two verbs in a function name suck, so let's simplify this a bit. | |||
2014-01-22 | bus: add API for querying the kdbus message sequence number | Lennart Poettering | |
2014-01-17 | libsystemd: rename LIBSYSTEMD_BUS to LIBSYSTEMD | Tom Gundersen | |
2014-01-13 | libsystemd-bus: rename to libsystemd | Tom Gundersen | |
Documentation was updated to refer to either 'libsystemd' or 'sd-bus' in place of libsystemd-bus. |