summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-match.c
Commit message (Expand)AuthorAgeFilesLines
* bus: fix buildLennart Poettering2013-10-301-1/+1
* bus: make sure we can match well-known namesLennart Poettering2013-10-301-1/+17
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-131-1/+1
* remove hasprefix(), use startswith()Shawn Landden2013-08-221-13/+13
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-201-13/+13
* bus: calculate bloom filter for matchLennart Poettering2013-05-201-45/+32
* bus: synthesize timeout message errors instead of returning error codesLennart Poettering2013-05-161-8/+7
* bus: always explicitly rewind read index before passing message to caller or ...Lennart Poettering2013-04-141-0/+4
* bus: fix counting of argN= matchesLennart Poettering2013-04-141-1/+1
* util: add wrapper for realloc to avoid specyfing typeZbigniew Jędrzejewski-Szmek2013-04-121-3/+2
* bus: properly detect and handle if a callback is installed/removed from withi...Lennart Poettering2013-04-051-0/+13
* bus: s/sd_message_handler_t/sd_bus_message_handler_t/gLennart Poettering2013-03-311-4/+4
* bus: parse matches locally and allow registration of callbacks for themLennart Poettering2013-03-311-0/+978