summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/sd-bus.c
Commit message (Expand)AuthorAge
* bus: don't generate assert warnings when we detach a detached bus from an eventLennart Poettering2013-12-10
* bus: when we _unref() a NULL pointer, don't use assert_return()Lennart Poettering2013-12-10
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-10
* bus: internalize a lot of protocol definitionsLennart Poettering2013-12-03
* busctl: add command to dump creds of a peer or pidLennart Poettering2013-12-02
* bus: remove unused variableZbigniew Jędrzejewski-Szmek2013-11-30
* bus: do kdbus only if this is enabled on the configure switchLennart Poettering2013-11-30
* bus: append unique and well known names to all messages unconditionallyLennart Poettering2013-11-30
* bus: include unique and well known names in credentials objectLennart Poettering2013-11-30
* libsystemd-bus: catch up with latest kdbus changesDaniel Mack2013-11-30
* core: allocate a kdbus bus for each systemd instance, if we canLennart Poettering2013-11-30
* bus: whenever we notice the connection is terminated enter CLOSING stateLennart Poettering2013-11-30
* bus: synthesize local error reply when we cannot deliver a message to kdbus b...Lennart Poettering2013-11-30
* bus: don't generate NameAcquired/NameLost messages in the libraryLennart Poettering2013-11-30
* bus: add the ability for backends to queue to input messages at the same timeLennart Poettering2013-11-29
* libsystemd-bus: add sd_bus_translate_attach_flags()Daniel Mack2013-11-29
* bus: when synthesizing messages locally, fill in a senderLennart Poettering2013-11-29
* kdbus: synthesize NameOwnerChange signals from kernel messages and support ma...Lennart Poettering2013-11-29
* libsystemd-bus: catch up with latest kdbus changesDaniel Mack2013-11-29
* bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering2013-11-28
* bus: update kdbus.h and always subscribe to KDBUS_HELLO_ATTACH_NAMESKay Sievers2013-11-28
* bus: properly handle if we get disconnected during HELLO phaseLennart Poettering2013-11-27
* bus: when closing a bus, drop all refs to queued messages, so that the bus ca...Lennart Poettering2013-11-22
* bus: add calls to query attached objectsLennart Poettering2013-11-22
* bus: restore selinux access control to PID 1 for propertiesLennart Poettering2013-11-21
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-21
* bus: rename SD_BUS_ERROR_MAKE to SD_BUS_ERROR_MAKE_CONST to indicate it only ...Lennart Poettering2013-11-21
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-21
* bus: add API calls to escape string components of objects pathsLennart Poettering2013-11-21
* bus: make sure an additional ref to a busevent source doesn't cause the event...Lennart Poettering2013-11-20
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* bus: add sd_bus_send_to() API callLennart Poettering2013-11-20
* bus: bump serial number counter when sending already sealed messagesLennart Poettering2013-11-20
* bus: TIMESTAMP is optional kdbus metadata now, NAMES are always addedKay Sievers2013-11-18
* bus: CREDS and NAMES are optional kdbus metadata nowKay Sievers2013-11-17
* bus: typoTom Gundersen2013-11-14
* bus: detect blocking message calls to our own connection and return ELOOP earlyLennart Poettering2013-11-12
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-12
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-12
* bus: export libsystemd-bus as a public libraryZbigniew Jędrzejewski-Szmek2013-11-06
* bus: add sd_bus_get_current() bus call to determine message that is currently...Lennart Poettering2013-11-05
* bus: make use of assert_return() in all API calls that don't use it yetLennart Poettering2013-11-05
* bus: add API call to create bus connection to the system bus of local containersLennart Poettering2013-10-30
* bus: move ssh support into public API of libsystem-busLennart Poettering2013-10-30
* bus: automatically flush bus queue when we exit the event loopLennart Poettering2013-10-18
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-16
* bus: return 1 on all calls that send messagesLennart Poettering2013-10-16
* bus: make sure sd_bus_get_timeout() returns a 0 timeout of there are already ...Lennart Poettering2013-10-16
* bus: make sure that we always keep a ref to the bus when we dispatch callbacksLennart Poettering2013-10-14
* bus: use assert_return() for more API callsLennart Poettering2013-10-14