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 (
Expand
)
Author
2013-11-12
bus: beautify bus_message_dump() output a bit
Lennart Poettering
2013-11-12
bus: add api to control auto start message flag
Lennart Poettering
2013-11-11
bus: add APIs for adding iovecs to messages as string or arrays
Lennart Poettering
2013-11-10
bus: use ENXIO as error condition when trying to exit a container when we are...
Lennart Poettering
2013-11-09
systemctl: make sure daemon-reload returns success
Zbigniew Jędrzejewski-Szmek
2013-11-09
bus: let magic ":no-sender" pass the validation
Kay Sievers
2013-11-07
bus: mark sd_bus_message_at_end public
Marc-Antoine Perennou
2013-11-07
bus: bus_message_read_strv_extend() should return 1 on success
Lennart Poettering
2013-11-07
bus: fix output of bus_message_dump()
Lennart Poettering
2013-11-07
bus: allow reading empty arrays with sd_bus_message_read_array()
Lennart Poettering
2013-11-07
bus: also check for NULL when appending trivial types
Lennart Poettering
2013-11-07
bus: message_append_basic() - allow string == NULL
Kay Sievers
2013-11-07
consistently use "int" when retrieving "bool" from bus messages
Kay Sievers
2013-11-06
bus: add forgotten _public_
Zbigniew Jędrzejewski-Szmek
2013-11-06
bus: export libsystemd-bus as a public library
Zbigniew Jędrzejewski-Szmek
2013-11-06
bus: handle serialization of NULL strings
Lennart Poettering
2013-11-05
bus: add new bus API call sd_bus_message_at_end()
Lennart Poettering
2013-11-05
bus: make use of assert_return() in all API calls that don't use it yet
Lennart Poettering
2013-11-05
bus: add sd_bus_message_read_strv()
Marc-Antoine Perennou
2013-11-05
bus: support entering containers without specifying the type
Lennart Poettering
2013-11-05
bus: add sd_bus_message_skip() to skip over multiple fields
Lennart Poettering
2013-11-05
bus: allow that if the destination pointer in sd_bus_message_read_basic() is ...
Lennart Poettering
2013-10-30
bus: make bus message dump output a bit smaller
Lennart Poettering
2013-10-29
bus: add extra validity checks
Lennart Poettering
2013-10-29
bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API calls
Lennart Poettering
2013-10-22
bus: only if the user tries to read over the end of an array we should handle...
Lennart Poettering
2013-10-22
bus: avoid 'bool' storage when retrieving 'b' from the message
Kay Sievers
2013-10-18
bus: if we hit the end of an array container return 0 as EOF indicator when r...
Lennart Poettering
2013-10-16
timedated: use libsystemd-bus instead of libdbus for bus communication
Lennart Poettering
2013-10-13
bus: make sure we don't try to malloc 0 bytes
Zbigniew Jędrzejewski-Szmek
2013-10-13
bus: fix access to unitialized variable in error path
Zbigniew Jędrzejewski-Szmek
2013-10-11
bus: add sd_bus_message_append_strv() to easily add a NULL terminated string ...
Lennart Poettering
2013-10-09
bus: fix synthetic error messages
Lennart Poettering
2013-10-09
libsystemd-bus: add lightweight object vtable implementation for exposing obj...
Lennart Poettering
2013-06-04
bus: unmap memfd retrieved from the memfd cache
Kay Sievers
2013-06-04
bus-benchmark: add performance data output mode
Kay Sievers
2013-05-30
bus: update for kdbus changes
Kay Sievers
2013-05-29
bus: properly unmap mapped area
Lennart Poettering
2013-05-22
bus: add benchmark tool to determine the right threshold for copying vs. memfd
Lennart Poettering
2013-05-17
bus: keep kernel bus fd around during entire life-time of bus
Lennart Poettering
2013-05-16
bus: synthesize timeout message errors instead of returning error codes
Lennart Poettering
2013-05-16
bus: implement sd_bus_message_append_string_memfd()
Lennart Poettering
2013-05-16
bus: send memfds as payload only on directed messages and for large parts
Lennart Poettering
2013-05-16
bus: implement receiving side of memfd hookup
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-15
bus: minor fixes
Lennart Poettering
2013-05-15
bus: seal off memfds when sealing messages
Lennart Poettering
[next]