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
/
bus-message.h
Age
Commit message (
Expand
)
Author
2013-10-16
timedated: use libsystemd-bus instead of libdbus for bus communication
Lennart Poettering
2013-05-16
bus: synthesize timeout message errors instead of returning error codes
Lennart Poettering
2013-05-16
bus: put together messages with memfd payload correctly
Lennart Poettering
2013-05-15
bus: add support for adding memfds into message payload
Lennart Poettering
2013-05-15
bus: rework message struct to keep header with fields in same malloc() block
Lennart Poettering
2013-05-15
bus: add macro for iterating through body parts of a message
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-05-09
bus: add API for appending/reading fixed arrays
Lennart Poettering
2013-04-23
bus: parse capability kdbus meta data of messages
Lennart Poettering
2013-04-22
bus: parse audit metadata from kdbus messages
Lennart Poettering
2013-04-16
bus: parse unit/user unit/session from cgroup path
Lennart Poettering
2013-04-15
kdbus: parse cgroup meta data, too
Lennart Poettering
2013-04-14
kdbus: also parse cmdline message attribute
Lennart Poettering
2013-04-13
kdbus: parse even more kernel meta data fields
Lennart Poettering
2013-04-12
dbus: fill in kdbus sender+destination from kdbus data
Lennart Poettering
2013-04-12
bus: parse and expose kdbus message timestamps
Lennart Poettering
2013-04-12
bus: also parse PID starttime out of kdbus message
Lennart Poettering
2013-04-12
bus: add kdbus test case
Lennart Poettering
2013-04-11
bus: basic implementation of kdbus client side
Lennart Poettering
2013-04-11
bus: calculate iovec for messages only when we need it
Lennart Poettering
2013-04-05
bus: add convenience functions for constructing and sending method calls/sign...
Lennart Poettering
2013-03-31
bus: parse matches locally and allow registration of callbacks for them
Lennart Poettering
2013-03-25
bus: implement support for FD passing
Lennart Poettering
2013-03-22
bus: move attribute to end of structure, so it is not ignored
Zbigniew Jędrzejewski-Szmek
2013-03-22
bus: implicitly collect ucred/label information
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: demarshal header fields properly
Lennart Poettering
2013-03-20
bus: implement demarshaller
Lennart Poettering
2013-03-20
bus: suppress reply messages to method calls with no_reply set
Lennart Poettering
2013-03-20
bus: add basic implementation of a native bus client library
Lennart Poettering