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.c
Age
Commit message (
Collapse
)
Author
2013-04-01
bus: when reading a message from the socket, make sure to note down the size
Lennart Poettering
2013-03-31
bus: check return value from bus_type_get_alignment/size
Zbigniew Jędrzejewski-Szmek
2013-03-31
bus: parse matches locally and allow registration of callbacks for them
Lennart Poettering
This includes code to parse and split up match strings which will also be useful to calculate bloom filter masks when the time comes.
2013-03-26
build-sys: make gcc shut up
Lennart Poettering
2013-03-25
bus: make optional whether unix socket passing is negotiated and whether ↵
Lennart Poettering
hello is sent This alos gets rid of explicit sd_open_fd() and sd_open_address() constructors in favour of sd_new() + sd_new_start() where the negotiation parameters may be set it in between.
2013-03-25
bus: implement support for FD passing
Lennart Poettering
2013-03-22
bus: implicitly collect ucred/label information
Lennart Poettering
2013-03-22
bus: when parsing enforce maximum container depth
Lennart Poettering
2013-03-22
bus: reuse more code
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: generate a nice error when attempting to add a NULL string
Lennart Poettering
2013-03-21
bus: implement full method call timeout logic
Lennart Poettering
2013-03-21
bus-message: fix typo
Tom Gundersen
2013-03-20
bus: hook up client with socket communication
Lennart Poettering
2013-03-20
bus: introduce bus_error_is_dirty() independently of sd_bus_error_is_set()
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