summaryrefslogtreecommitdiff
path: root/src/shared/bus-locator.c
Commit message (Collapse)AuthorAgeFilesLines
* network: replace usage of sd_bus_call_method_async() to ↵williamsumendap2022-08-131-0/+6
| | | | bus_call_method_async() (#24290)
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-0/+150
|
* bus: introduce bus-locator.[ch]Vito Caputo2020-05-071-0/+63
Move BusLocator into its own header, introduce collection of locators for use throughout the code.