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
2014-01-02
Move bus path definitions to def.h
Zbigniew Jędrzejewski-Szmek
2013-12-26
bus: always show messages we send
Lennart Poettering
2013-12-26
bus: don't process Peer interface messages in the proxy
Lennart Poettering
2013-12-25
bus: rename message "serial" to "cookie"
Lennart Poettering
2013-12-25
bus: also write debug logs about messages we send
Lennart Poettering
2013-12-25
bus: be a bit more verbose when debug mode is on
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-23
bus: write debug message when we get a method call we cannot handle
Lennart Poettering
2013-12-23
bus-proxyd: synthesize NameAcquire/NameLost signals for socket clients
Lennart Poettering
2013-12-22
bus: also take write queue into consideration in sd_bus_try_close()
Lennart Poettering
2013-12-21
bus: in sd_bus_try_close() consider local read queue too
Lennart Poettering
2013-12-20
bus: wrap KDBUS_CMD_BYEBYE with a high-level call sd_bus_try_close()
Lennart Poettering
2013-12-17
__thread --> thread_local for C11 compat
Shawn Landden
2013-12-17
bus: remarshal messages when necessary before sending
Lennart Poettering
2013-12-16
bus: use GREEDY_REALLOC() when allocating message queues
Lennart Poettering
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
[next]