Code

Automatically prefix all log messages with the plugin name (if available).
[sysdb.git] / src / plugins / backend / mk-livestatus.c
2016-11-15 Sebastian HarlAutomatically prefix all log messages with the plugin...
2016-02-25 Sebastian HarlInclude strings.h instead of defining _BSD_SOURCE to...
2015-05-21 Sebastian HarlReplaced sdb_store_<type> with sdb_plugin_store_<type>.
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-08-19 Sebastian HarlMoved backends from src/backend/ to src/plugins/backend/.