Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | shared: split out BusObjectImplementor APIs | Lennart Poettering | 2020-06-30 | 1 | -1/+1 |
| | | | | Just some refactoring, no code changes | ||||
* | util: add missing header guard | Yu Watanabe | 2020-06-26 | 1 | -0/+1 |
| | |||||
* | sd-bus: add helper struct for interface definitions | Zbigniew Jędrzejewski-Szmek | 2020-05-05 | 1 | -1/+6 |
| | | | | | | The idea is to have a static table that defines the dbus API. The vtable is defined right next to the interface name and path because they are logically connected. | ||||
* | log-control-api: add generic D-Bus interface for querying/setting log ↵ | Lennart Poettering | 2020-04-21 | 1 | -0/+13 |
level/target Let's define a new, generic bus interface that any daemon can implement for querying/setting the log level. We can turn this into something more powerful later on, but for now, only expose three properties: the log level, log target and the syslog identifier (with the former two being writable). This is supposed to be generic, so that it can be implemented by 3rd party daemons too, eventually. |