Code

Handle last_update/interval in the core rather than in memstore.
[sysdb.git] / src / core / plugin.c
2015-10-13 Sebastian HarlHandle last_update/interval in the core rather than...
2015-10-06 Sebastian Harlstore: Use full initializers for store objects.
2015-10-06 Sebastian HarlBuild a more generic/powerful query API which writes...
2015-09-30 Sebastian HarlRead-only store types: const char ** → const char ...
2015-09-24 Sebastian Harlstore, plugin: Let the plugin module determine an objec...
2015-09-22 Sebastian Harlstore: Add separate store-object types for the store...
2015-09-16 Sebastian Harlplugin, store: Add service/metric "hostname" attributes...
2015-08-24 Sebastian HarlLet the front-end handle STORE commands.
2015-08-12 Sebastian Harlplugin, store: Handle hostname canonicalization in...
2015-08-08 Sebastian Harlplugin: Report an error when writing to the store with...
2015-08-05 Sebastian Harlcore: Add support for reader/query plugins.
2015-05-28 Sebastian Harlplugin: Drop sdb_plugin prefix from private names.
2015-05-21 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-21 Sebastian Harlplugin: sdb_plugin_store_* now return >0 if the new...
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-14 Sebastian Harlstore: Fixed handling of metric store values.
2015-02-01 Sebastian HarlUnload all plugins when shutting down sysdbd.
2015-02-01 Sebastian Harlplugin: Fixed log message for newly registered config...
2015-01-16 Sebastian Harlplugin: Let store writer plugin object inherit from...
2015-01-16 Sebastian Harlstore: Pass on all stored objects to store writer plugins.
2015-01-16 Sebastian Harlcore: Add the store writer plugin type.
2015-01-16 Sebastian Harlplugin: Reload time-series fetcher callbacks as well.
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-08-22 Sebastian Harlplugin: Added missing argument to sdb_log() call.
2014-08-16 Sebastian Harlplugin: Added sdb_plugin_fetch_timeseries().
2014-08-16 Sebastian Harlcore: Introduced the concept of time-series.
2014-07-19 Sebastian Harlplugin: Report an error if a collector's interval canno...
2014-07-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-01 Sebastian Harlplugin: Added sdb_plugin_current().
2014-07-01 Sebastian Harlplugin: Make sdb_plugin_info_t public.
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-28 Sebastian Harlplugin: Use multiple log entries when logging plugin...
2014-06-28 Sebastian Harlplugin: The replaced SDB_PLUGIN_INFO_NAME with the...
2014-06-28 Sebastian Harlplugin: Automatically prepend callback names with the...
2014-06-27 Sebastian Harlcore: Automatically determine config callback names.
2014-06-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-25 Sebastian Harlplugin: Ignore internal loggers when checking for exist...
2014-04-27 Sebastian Harlcore: Make the plugin directory configurable.
2014-04-25 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-25 Sebastian Harlcore: Don't leak memory upon an error in the collector...
2014-04-25 Sebastian Harlcore: Don't leak memory when shutting down the collecto...
2014-04-22 Sebastian Harlplugin: Added sdb_plugin_shutdown_all().
2014-04-22 Sebastian HarlMake clang-analyze happy in two irrelevant cases.
2014-04-21 Sebastian Harlplugin: Added support for reconfiguring the system...
2014-04-21 Sebastian Harlplugin: Do not expect all callbacks to have a plugin...
2014-04-20 Sebastian Harlplugin: Unset the plugin context before unregistering...
2014-04-20 Sebastian Harlplugin: Log to stderr if no logger has been registered.
2014-04-20 Sebastian Harlplugin: Let ctx_create() use ctx_set().
2014-04-19 Sebastian Harlplugin: Split sdb_plugin_load() into multiple functions.
2014-04-19 Sebastian Harlplugin: Fixed detection of plugins loaded twice.
2014-04-18 Sebastian Harlplugin: Keep a global reference of a plugin context...
2014-04-18 Sebastian Harlplugin: Increment ref-count for a context stored in...
2014-04-18 Sebastian Harlplugin: Only log a message when actually unloading...
2014-04-18 Sebastian Harlplugin: Unload (dlclose) a plugin when it's no longer...
2014-04-18 Sebastian Harlplugin: Name the plugin context after the actual module...
2014-04-18 Sebastian Harlplugin: Keep a usage counter for each plugin.
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-07 Sebastian Harlplugin: Removed obsolete TODO note.
2014-02-23 Sebastian HarlFixed (pedantic) void-pointer to function-pointer cast...
2014-02-23 Sebastian HarlInclude config.h in source files.
2013-12-26 Sebastian HarlFixed some issues identified by static code analysis.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-20 Sebastian Harlplugin: Record all loaded plugins and use that for...
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-10-22 Sebastian HarlMade log prefixes slightly more generic.
2013-10-02 Sebastian Harlplugin: Unregister all callbacks if module/plugin init...
2013-09-25 Sebastian Harlplugin: Removed sdb_ prefix from private functions.
2013-09-25 Sebastian Harlplugin: Store real plugin name and filename in the...
2013-09-25 Sebastian Harlplugin: Store plugin info attributes in the plugin...
2013-09-25 Sebastian Harlplugin: Manage all context information in the core.
2013-09-18 Sebastian Harlplugin: Made plugin context a dynamic object.
2013-09-18 Sebastian Harlplugin: Dynamically allocate plugin info attributes.
2013-08-17 Sebastian Harlobject: Removed support for cloning typed objects.
2013-07-20 Sebastian Harlplugin/store: Added support for "cname" plugins.
2013-07-20 Sebastian Harlplugin: Added formatting log functions.
2013-07-18 Sebastian Harlplugin: Removed another custom lookup-by-name function.
2013-07-18 Sebastian HarlLet objects be named.
2013-07-10 Sebastian Harlplugin: Added support for log callbacks.
2013-04-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-04-01 Sebastian HarlMoved error / time from utils to core.
2013-03-23 Sebastian Harlobject system: Introduced a 'clone' callback for types.
2013-03-23 Sebastian Harlobject system: Introduced a concept of types.
2013-03-20 Sebastian Harlplugin: Log a warning in the main loop if there are...
2013-03-20 Sebastian HarlRemoved newline at the end of sdb_log()'ed strings.
2013-03-10 Sebastian Harlplugin, daemon: Use '::' in plugin names to indicate...
2013-03-10 Sebastian HarlMoved sdb_strerror() from utils/string.h to utils/error.h.
2013-03-10 Sebastian HarlRenamed error recording / logging functions.
2013-03-10 Sebastian HarlUse the sdb_error* function throughout the project.
2013-01-02 Sebastian HarlRenamed the project to SysDB (System DataBase).
2012-12-05 Sebastian HarlInitial commit. sysdb-0.0.0