chiark / gitweb /
shell-completion: busctl
[elogind.git] / src / libsystemd-bus / bus-match.c
2013-11-21 Lennart Poetteringbus: rework message handlers to always take an error...
2013-10-30 Lennart Poetteringbus: fix build
2013-10-30 Lennart Poetteringbus: make sure we can match well-known names
2013-10-13 Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-08-22 Shawn Landdenremove hasprefix(), use startswith()
2013-06-21 Zbigniew Jędrzejew... Add hasprefix macro to check prefixes of fixed length
2013-05-20 Lennart Poetteringbus: calculate bloom filter for match
2013-05-16 Lennart Poetteringbus: synthesize timeout message errors instead of retur...
2013-04-14 Lennart Poetteringbus: always explicitly rewind read index before passing...
2013-04-14 Lennart Poetteringbus: fix counting of argN= matches
2013-04-12 Zbigniew Jędrzejew... util: add wrapper for realloc to avoid specyfing type
2013-04-05 Lennart Poetteringbus: properly detect and handle if a callback is instal...
2013-03-31 Lennart Poetteringbus: s/sd_message_handler_t/sd_bus_message_handler_t/g
2013-03-31 Lennart Poetteringbus: parse matches locally and allow registration of...