summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-match.c
Commit message (Collapse)AuthorAge
* Rename more things to elogindAndy Wingo2015-04-19
|
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* sd-bus: correct spacing near eol in code commentsTorstein Husebø2014-12-11
|
* sd-bus: add support for matches against arrays of strings in messagesLennart Poettering2014-11-28
|
* sd-bus: deal with whitespace in matchesLennart Poettering2014-11-27
|
* sd-bus: properly handle removals of non-existing matchesLennart Poettering2014-10-29
|
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
| | | | | | | | | It is redundant to store 'hash' and 'compare' function pointers in struct Hashmap separately. The functions always comprise a pair. Store a single pointer to struct hash_ops instead. systemd keeps hundreds of hashmaps, so this saves a little bit of memory.
* sd-bus: add API to query which handler/callback is currently being dispatchedLennart Poettering2014-08-18
|
* sd-bus: make sure we properly handle NULL callback functionsLennart Poettering2014-05-15
|
* sd-bus: always keep slot reference while dispatching callbackLennart Poettering2014-05-15
| | | | | Also, make sure we automatically destroy reply callbacks that are floating.
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables ↵Lennart Poettering2014-05-15
| | | | | | | | | | | attached to a bus connection This makes callback behaviour more like sd-event or sd-resolve, and creates proper object for unregistering callbacks. Taking the refernce to the slot is optional. If not taken life time of the slot will be bound to the underlying bus object (or in the case of an async call until the reply has been recieved).
* sd-bus: don't access invalid memory if a signal matcher was freed from its ↵Lennart Poettering2014-03-14
| | | | own callback
* bus: fix match_parse for unquoted matchesSimon Peeters2014-02-16
|
* libsystemd: split up into subdirsTom Gundersen2014-01-21
We still only produce on .so, but let's keep the sources separate to make things a bit less messy.