Age | Commit message (Expand) | Author |
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 |
2013-03-31 | bus: parse matches locally and allow registration of callbacks for them | Lennart Poettering |
2013-03-30 | bus: implement server mode, and anonymous authentication | Lennart Poettering |
2013-03-30 | bus: consider it an error if the first message we get on the bus is not a rep... | Lennart Poettering |
2013-03-26 | bus: rename send_hello flag to bus_cient | Lennart Poettering |
2013-03-25 | bus: split socket related code into bus-socket.[ch], to prepare for kdbus bac... | Lennart Poettering |
2013-03-25 | bus: implement 'unixexec:' protocol | Lennart Poettering |
2013-03-25 | bus: make optional whether unix socket passing is negotiated and whether hell... | Lennart Poettering |
2013-03-25 | bus: implement support for FD passing | Lennart Poettering |
2013-03-22 | bus: implement object handler registry | Lennart Poettering |
2013-03-22 | bus: implicitly collect ucred/label information | Lennart Poettering |
2013-03-22 | bus: also finish connection before returning from sd_bus_get_unique_name() | Lennart Poettering |
2013-03-22 | bus: when parsing enforce maximum container depth | Lennart Poettering |
2013-03-22 | bus: validate the entire header more closely | Lennart Poettering |
2013-03-22 | bus: properly validate object path values | Lennart Poettering |
2013-03-22 | bus: implicitly handle peer commands Ping() and GetMachineId() | Lennart Poettering |
2013-03-22 | bus: enforce limits on all client influenced data objects | Lennart Poettering |
2013-03-21 | bus: implement full method call timeout logic | Lennart Poettering |
2013-03-20 | bus: hook up client with socket communication | Lennart Poettering |
2013-03-20 | bus: add basic implementation of a native bus client library | Lennart Poettering |