index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd-bus
/
sd-bus.c
Age
Commit message (
Expand
)
Author
2013-12-14
bus: when connecting to a container's kdbus instance, enter namespace first
Lennart Poettering
2013-12-13
bus: when a connection terminated use ECONNRESET as error
Lennart Poettering
2013-12-13
bus: rework how we attach fds to event loops
Lennart Poettering
2013-12-13
event: rework sd-event exit logic
Lennart Poettering
2013-12-12
bus: always pass valid timeout to kdbus
Lennart Poettering
2013-12-12
bus: enforce endianess and marshalling for messages we send
Lennart Poettering
2013-12-12
bus: properly return an error when we detect a method call timeout
Lennart Poettering
2013-12-12
bus: connect directly via kdbus in sd_bus_open_system_container()
Lennart Poettering
2013-12-11
journal: add ability to browse journals of running OS containers
Lennart Poettering
2013-12-10
bus: don't generate assert warnings when we detach a detached bus from an event
Lennart Poettering
2013-12-10
bus: when we _unref() a NULL pointer, don't use assert_return()
Lennart Poettering
2013-12-10
bus: introduce "trusted" bus concept and encode access control in object vtables
Lennart Poettering
2013-12-03
bus: internalize a lot of protocol definitions
Lennart Poettering
2013-12-02
busctl: add command to dump creds of a peer or pid
Lennart Poettering
2013-11-30
bus: remove unused variable
Zbigniew Jędrzejewski-Szmek
2013-11-30
bus: do kdbus only if this is enabled on the configure switch
Lennart Poettering
2013-11-30
bus: append unique and well known names to all messages unconditionally
Lennart Poettering
2013-11-30
bus: include unique and well known names in credentials object
Lennart Poettering
2013-11-30
libsystemd-bus: catch up with latest kdbus changes
Daniel Mack
2013-11-30
core: allocate a kdbus bus for each systemd instance, if we can
Lennart Poettering
2013-11-30
bus: whenever we notice the connection is terminated enter CLOSING state
Lennart Poettering
2013-11-30
bus: synthesize local error reply when we cannot deliver a message to kdbus b...
Lennart Poettering
2013-11-30
bus: don't generate NameAcquired/NameLost messages in the library
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
libsystemd-bus: add sd_bus_translate_attach_flags()
Daniel Mack
2013-11-29
bus: when synthesizing messages locally, fill in a sender
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-28
bus: update kdbus.h and always subscribe to KDBUS_HELLO_ATTACH_NAMES
Kay Sievers
2013-11-27
bus: properly handle if we get disconnected during HELLO phase
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-22
bus: add calls to query attached objects
Lennart Poettering
2013-11-21
bus: restore selinux access control to PID 1 for properties
Lennart Poettering
2013-11-21
bus: rework message handlers to always take an error argument
Lennart Poettering
2013-11-21
bus: rename SD_BUS_ERROR_MAKE to SD_BUS_ERROR_MAKE_CONST to indicate it only ...
Lennart Poettering
2013-11-21
bus: let's simplify things by getting rid of unnecessary bus parameters
Lennart Poettering
2013-11-21
bus: add API calls to escape string components of objects paths
Lennart Poettering
2013-11-20
bus: make sure an additional ref to a busevent source doesn't cause the event...
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-20
bus: add sd_bus_send_to() API call
Lennart Poettering
2013-11-20
bus: bump serial number counter when sending already sealed messages
Lennart Poettering
2013-11-18
bus: TIMESTAMP is optional kdbus metadata now, NAMES are always added
Kay Sievers
2013-11-17
bus: CREDS and NAMES are optional kdbus metadata now
Kay Sievers
2013-11-14
bus: typo
Tom Gundersen
2013-11-12
bus: detect blocking message calls to our own connection and return ELOOP early
Lennart Poettering
2013-11-12
bus: introduce concept of a default bus for each thread and make use of it ev...
Lennart Poettering
2013-11-12
bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()
Lennart Poettering
2013-11-06
bus: export libsystemd-bus as a public library
Zbigniew Jędrzejewski-Szmek
2013-11-05
bus: add sd_bus_get_current() bus call to determine message that is currently...
Lennart Poettering
[next]