summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-internal.h
AgeCommit message (Expand)Author
2014-01-13libsystemd-bus: rename to libsystemdTom Gundersen
2013-12-26bus: don't process Peer interface messages in the proxyLennart Poettering
2013-12-25bus: add a bit of pure/const decoratorsLennart Poettering
2013-12-25bus: rename message "serial" to "cookie"Lennart Poettering
2013-12-24bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering
2013-12-24bus: fake client side creds in the proxy to the caller's credsLennart Poettering
2013-12-16bus: use GREEDY_REALLOC() when allocating message queuesLennart Poettering
2013-12-13bus: rework how we attach fds to event loopsLennart Poettering
2013-12-12bus: enforce endianess and marshalling for messages we sendLennart Poettering
2013-12-10bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering
2013-12-09bus: demarshal gvariantLennart Poettering
2013-12-05bus: add support for serializing to gvariantLennart Poettering
2013-11-30bus: don't generate NameAcquired/NameLost messages in the libraryLennart Poettering
2013-11-29bus: synthesize NameLost/NameAcquired from kernel messages on top if NameOwne...Lennart Poettering
2013-11-29bus: add the ability for backends to queue to input messages at the same timeLennart Poettering
2013-11-29kdbus: synthesize NameOwnerChange signals from kernel messages and support ma...Lennart Poettering
2013-11-29libsystemd-bus: catch up with latest kdbus changesDaniel Mack
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-22bus: when closing a bus, drop all refs to queued messages, so that the bus ca...Lennart Poettering
2013-11-21bus: the :no-sender hack is now unnecessary, since the new library doesn't re...Lennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-20bus/rtnl: silence clang warningsThomas Hindoe Paaboel Andersen
2013-11-12bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering
2013-11-09bus: let magic ":no-sender" pass the validationKay Sievers
2013-11-08bus: allow queuing more local msgsLennart Poettering
2013-11-05bus: add sd_bus_get_current() bus call to determine message that is currently...Lennart Poettering
2013-10-30bus: add API call to create bus connection to the system bus of local containersLennart Poettering
2013-10-30bus: move ssh support into public API of libsystem-busLennart Poettering
2013-10-18bus: automatically flush bus queue when we exit the event loopLennart Poettering
2013-10-16timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering
2013-10-14bus: make sure that we always keep a ref to the bus when we dispatch callbacksLennart Poettering
2013-10-11bus: unify code to find parents of an object path withLennart Poettering
2013-10-09libsystemd-bus: add lightweight object vtable implementation for exposing obj...Lennart Poettering
2013-05-22bus: add benchmark tool to determine the right threshold for copying vs. memfdLennart Poettering
2013-05-20bus: calculate bloom filter for matchLennart Poettering
2013-05-17bus: add APIs for negotiating what is attached to messagesLennart Poettering
2013-05-17bus: add minimal locking around the memfd cacheLennart Poettering
2013-05-17bus: return ECHILD as soon as people try to reuse a bus connection across a f...Lennart Poettering
2013-05-17bus: keep kernel bus fd around during entire life-time of busLennart Poettering
2013-05-16bus: make bus ref counting atomicLennart Poettering
2013-05-14bus: properly handle message bodies that are a chain of memory areas rather t...Lennart Poettering
2013-05-10bus: catch up with latest kdbusLennart Poettering
2013-04-14kdbus: generare bloom filters properly for messages we sendLennart Poettering
2013-04-13kdbus: update to newest kdbus APILennart Poettering
2013-04-11bus: basic implementation of kdbus client sideLennart Poettering
2013-04-05bus: properly detect and handle if a callback is installed/removed from withi...Lennart Poettering
2013-04-05bus: don't allow recursive invocation of sd_bus_process()Lennart Poettering
2013-04-01bus: fall back to readv/writev if recvmsg/sendmsg don't workLennart Poettering
2013-04-01bus: allow two different fds for input/output in sd_bus_set_fd()Lennart Poettering
2013-03-31bus: rename sd_bus_get_peer() to sd_bus_get_server_id()Lennart Poettering