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
/
test-bus-chat.c
Age
Commit message (
Expand
)
Author
2013-11-12
bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()
Lennart Poettering
2013-11-06
pam_systemd: dup the fd received from logind
Zbigniew Jędrzejewski-Szmek
2013-10-16
timedated: use libsystemd-bus instead of libdbus for bus communication
Lennart Poettering
2013-10-09
bus: fix synthetic error messages
Lennart Poettering
2013-05-16
bus: synthesize timeout message errors instead of returning error codes
Lennart Poettering
2013-04-15
kdbus: parse cgroup meta data, too
Lennart Poettering
2013-04-14
bus: remove two unused variables
Zbigniew Jędrzejewski-Szmek
2013-04-13
kdbus: parse even more kernel meta data fields
Lennart Poettering
2013-04-10
bus: when we unmarshal an fd it should stay owned by the message object
Lennart Poettering
2013-04-05
bus: various improvements for test-bus-chat
Lennart Poettering
2013-04-05
bus: convert a couple of calls over to new convenience functions
Lennart Poettering
2013-04-05
bus: use C99 struct construction for error initializers
Lennart Poettering
2013-03-31
bus: rename sd_bus_get_peer() to sd_bus_get_server_id()
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-26
tests: skip bus test if bus cannot be opened
Zbigniew Jędrzejewski-Szmek
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: rework synchronization logic
Lennart Poettering
2013-03-22
bus: implicitly handle peer commands Ping() and GetMachineId()
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