summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-internal.h
Commit message (Expand)AuthorAge
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-10
* bus: demarshal gvariantLennart Poettering2013-12-09
* bus: add support for serializing to gvariantLennart Poettering2013-12-05
* bus: don't generate NameAcquired/NameLost messages in the libraryLennart Poettering2013-11-30
* bus: synthesize NameLost/NameAcquired from kernel messages on top if NameOwne...Lennart Poettering2013-11-29
* bus: add the ability for backends to queue to input messages at the same timeLennart 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: when closing a bus, drop all refs to queued messages, so that the bus ca...Lennart Poettering2013-11-22
* bus: the :no-sender hack is now unnecessary, since the new library doesn't re...Lennart Poettering2013-11-21
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* bus/rtnl: silence clang warningsThomas Hindoe Paaboel Andersen2013-11-20
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-12
* bus: let magic ":no-sender" pass the validationKay Sievers2013-11-09
* bus: allow queuing more local msgsLennart Poettering2013-11-08
* bus: add sd_bus_get_current() bus call to determine message that is currently...Lennart 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: make sure that we always keep a ref to the bus when we dispatch callbacksLennart Poettering2013-10-14
* bus: unify code to find parents of an object path withLennart Poettering2013-10-11
* libsystemd-bus: add lightweight object vtable implementation for exposing obj...Lennart Poettering2013-10-09
* bus: add benchmark tool to determine the right threshold for copying vs. memfdLennart Poettering2013-05-22
* bus: calculate bloom filter for matchLennart Poettering2013-05-20
* bus: add APIs for negotiating what is attached to messagesLennart Poettering2013-05-17
* bus: add minimal locking around the memfd cacheLennart Poettering2013-05-17
* bus: return ECHILD as soon as people try to reuse a bus connection across a f...Lennart Poettering2013-05-17
* bus: keep kernel bus fd around during entire life-time of busLennart Poettering2013-05-17
* bus: make bus ref counting atomicLennart Poettering2013-05-16
* bus: properly handle message bodies that are a chain of memory areas rather t...Lennart Poettering2013-05-14
* bus: catch up with latest kdbusLennart Poettering2013-05-10
* kdbus: generare bloom filters properly for messages we sendLennart Poettering2013-04-14
* kdbus: update to newest kdbus APILennart Poettering2013-04-13
* bus: basic implementation of kdbus client sideLennart Poettering2013-04-11
* bus: properly detect and handle if a callback is installed/removed from withi...Lennart Poettering2013-04-05
* bus: don't allow recursive invocation of sd_bus_process()Lennart Poettering2013-04-05
* bus: fall back to readv/writev if recvmsg/sendmsg don't workLennart Poettering2013-04-01
* bus: allow two different fds for input/output in sd_bus_set_fd()Lennart Poettering2013-04-01
* bus: rename sd_bus_get_peer() to sd_bus_get_server_id()Lennart Poettering2013-03-31
* bus: s/sd_message_handler_t/sd_bus_message_handler_t/gLennart Poettering2013-03-31
* bus: parse matches locally and allow registration of callbacks for themLennart Poettering2013-03-31
* bus: implement server mode, and anonymous authenticationLennart Poettering2013-03-30
* bus: consider it an error if the first message we get on the bus is not a rep...Lennart Poettering2013-03-30
* bus: rename send_hello flag to bus_cientLennart Poettering2013-03-26
* bus: split socket related code into bus-socket.[ch], to prepare for kdbus bac...Lennart Poettering2013-03-25
* bus: implement 'unixexec:' protocolLennart Poettering2013-03-25
* bus: make optional whether unix socket passing is negotiated and whether hell...Lennart Poettering2013-03-25
* bus: implement support for FD passingLennart Poettering2013-03-25