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-match.c
Age
Commit message (
Expand
)
Author
2013-10-30
bus: fix build
Lennart Poettering
2013-10-30
bus: make sure we can match well-known names
Lennart Poettering
2013-10-13
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-08-22
remove hasprefix(), use startswith()
Shawn Landden
2013-06-20
Add hasprefix macro to check prefixes of fixed length
Zbigniew Jędrzejewski-Szmek
2013-05-20
bus: calculate bloom filter for match
Lennart Poettering
2013-05-16
bus: synthesize timeout message errors instead of returning error codes
Lennart Poettering
2013-04-14
bus: always explicitly rewind read index before passing message to caller or ...
Lennart Poettering
2013-04-14
bus: fix counting of argN= matches
Lennart Poettering
2013-04-12
util: add wrapper for realloc to avoid specyfing type
Zbigniew Jędrzejewski-Szmek
2013-04-05
bus: properly detect and handle if a callback is installed/removed from withi...
Lennart Poettering
2013-03-31
bus: s/sd_message_handler_t/sd_bus_message_handler_t/g
Lennart Poettering
2013-03-31
bus: parse matches locally and allow registration of callbacks for them
Lennart Poettering