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