summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/sd-bus.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[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-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-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-22sd-bus: introduce new sd_bus_default_flush_close() callLennart Poettering
2015-09-09sd-bus: drop weird empty linesDavid Herrmann
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-05sd-bus: derive uid from cgroup if possibleDavid Herrmann
2015-09-01sd-bus: when connecting to a container, don't fall back to host busLennart Poettering
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-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-08-17Merge pull request #953 from poettering/ebadfDaniel Mack
2015-08-16sd-bus: always fill in sd_bus_error paramters, on errorLennart Poettering
2015-08-14tree-wide: generate EBADF when we get invalid fdsLennart Poettering
2015-08-11 sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers
2015-08-02sd-bus: cleanup bus_reset_parsed_address()Namhyung Kim
2015-08-02sd-bus: use mfree() in bus_reset_queues()Namhyung Kim
2015-08-02sd-bus: cleanup bus_close_fds()Namhyung Kim
2015-07-30tree-wide: use free_and_strdup()Daniel Mack
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-06-17bus: fix installing DRIVER matches on kdbusDavid Herrmann
2015-06-17turn kdbus support into a runtime optionKay Sievers
2015-06-17sd-bus: suppress installing local bus matches server sideLennart Poettering
2015-06-10Merge pull request #85 from keszybz/selinux-contextZbigniew Jędrzejewski-Szmek
2015-06-10bus-message: remove shadow warning with log_debug_bus_message()Lennart Poettering
2015-06-10sd-bus: store selinux context at connection timeZbigniew Jędrzejewski-Szmek
2015-06-10sd-bus: Correct typoTorstein Husebø
2015-06-10sd-bus: dump sync messages in debug modeUmut Tezduyar Lindskog
2015-05-22sd-bus,sd-event: make public APIsLennart Poettering
2015-04-29sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-11bus: remarshal kdbus messages received from the kernelDavid Herrmann
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-18sd-bus: allow setting a per-connection default value for the "allow-interacti...Lennart Poettering
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-09sd-bus: even if we need a cookie when sending a message there's no need to ne...Lennart Poettering
2015-01-07sd-bus: when we synthesize messages, initialize timestamps ourselvesLennart Poettering
2015-01-07sd-bus: unify how we set the sender of synthetic messagesLennart Poettering
2015-01-05machined,bus-proxy: fix connecting to containersLennart Poettering
2014-12-24sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering