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
/
sd-bus
/
bus-match.c
Age
Commit message (
Expand
)
Author
2016-06-29
sd-bus: Fix a read after free error in bus-match. (#3624) (#3625)
Weng Xuetian
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-11-27
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-08-30
sd-bus: Fix incorrect cleanup attribute in bus_match_to_string()
Cristian RodrĂguez
2015-08-27
Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"
David Herrmann
2015-08-25
sd-bus: introduce new match type "arg0has=" for matching arrays of strings
Lennart Poettering
2015-08-11
sd-bus: do not connect to dbus-1 socket when kdbus is available
Kay Sievers
2015-07-31
tree-wide: introduce mfree()
David Herrmann
2015-07-29
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-06-17
sd-bus: suppress installing local bus matches server side
Lennart Poettering
2015-04-29
sd-bus: drop bus parameter from message callback prototype
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2014-12-11
sd-bus: correct spacing near eol in code comments
Torstein Husebø
2014-11-28
sd-bus: add support for matches against arrays of strings in messages
Lennart Poettering
2014-11-27
sd-bus: deal with whitespace in matches
Lennart Poettering
2014-10-29
sd-bus: properly handle removals of non-existing matches
Lennart Poettering
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-08-18
sd-bus: add API to query which handler/callback is currently being dispatched
Lennart Poettering
2014-05-15
sd-bus: make sure we properly handle NULL callback functions
Lennart Poettering
2014-05-15
sd-bus: always keep slot reference while dispatching callback
Lennart Poettering
2014-05-15
sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...
Lennart Poettering
2014-03-14
sd-bus: don't access invalid memory if a signal matcher was freed from its ow...
Lennart Poettering
2014-02-16
bus: fix match_parse for unquoted matches
Simon Peeters
2014-01-21
libsystemd: split up into subdirs
Tom Gundersen