Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | bus-proxy: extract proxy into Proxy object | David Herrmann | |
Move all the proxy code into a "struct Proxy" object that can be used from multiple binaries. We now dropped SMACK as we have to refactor it to work properly. We can introduce it later on. |