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