Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-17 | bus-proxy: implement org.freedesktop.DBus.ReloadConfig() | David Herrmann | |
Make sure to reload our xml policy configuration if requested via the bus. | |||
2015-01-17 | bus-proxy: fix indentation | David Herrmann | |
Fix whitespace indentation. | |||
2015-01-17 | bus-proxy: share policy between threads | David Herrmann | |
This implements a shared policy cache with read-write locks. We no longer parse the XML policy in each thread. This will allow us to easily implement ReloadConfig(). | |||
2015-01-15 | bus-proxy: factor out code for driver handling and message synthesis | Daniel Mack | |
Move synthesize_*() into synthesize.c and bus_proxy_process_driver() into driver.c for better code separation. |