summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus
AgeCommit message (Expand)Author
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-17sd-bus: fix error handling of pthread API callsLennart Poettering
2015-10-05hashmap: hash_funcs - make inputs unambiguousTom Gundersen
2015-10-05hashmap: refactor hash_funcTom Gundersen
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-29tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering
2015-09-27sd-bus: va_start should use the last named parameterThomas Hindoe Paaboel Andersen
2015-09-26sd-bus: add sd_bus_path_{encode,decode}_many()David Herrmann
2015-09-23busctl: also monitor messages to SERVICE argumentsLars Uebernickel
2015-09-22Merge pull request #1334 from poettering/sd-bus-default-flush-closeDavid Herrmann
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-22sd-bus: introduce new sd_bus_default_flush_close() callLennart Poettering
2015-09-16sd-bus: correct size calculation in DBus fd receiveMichal Schmidt
2015-09-16basic: nicer assert messagesMichal Schmidt
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering
2015-09-09Merge pull request #1218 from poettering/safe-fcloseDaniel Mack
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-09sd-bus: drop weird empty linesDavid Herrmann
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-07sd-bus: when connecting to a container AF_UNIX bus, return errorLennart Poettering
2015-09-06Merge pull request #1162 from dvdhrm/bus-recursive-nodesLennart Poettering
2015-09-05sd-bus: make introspection data non-recursiveDavid Herrmann
2015-09-05sd-bus: derive uid from cgroup if possibleDavid Herrmann
2015-09-05Merge pull request #1140 from poettering/sd-event-signalsDavid Herrmann
2015-09-04tests: Skip tests which need to access /sys/fs/cgroup if that is not availableMartin Pitt
2015-09-04audit: audit calls should return ENODATA when process are not in an audit ses...Lennart Poettering
2015-09-01sd-bus: when connecting to a container, don't fall back to host busLennart Poettering
2015-09-01sd-bus: when connecting to a kdbus container bus pass error upLennart Poettering
2015-08-30sd-bus: Fix incorrect cleanup attribute in bus_match_to_string()Cristian Rodríguez
2015-08-27Merge pull request #1055 from poettering/dhcp-updatesTom Gundersen
2015-08-27sd-bus: do not connect to dbus-1 socket when kdbus is availableDavid Herrmann
2015-08-27Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann
2015-08-27sd-bus: rename bloom-tag to arg0-hasDavid Herrmann
2015-08-27Merge pull request #1036 from poettering/sd-bus-arg0hasDavid Herrmann
2015-08-27Merge pull request #1024 from poettering/sd-bus-explicitDavid Herrmann
2015-08-27sd-bus: it's not a user error to query the error contained in a bus messageLennart Poettering