Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / src / core /
2014-07-01 Sebastian Harlplugin: Make sdb_plugin_info_t public.
2014-07-01 Sebastian Harlstore: Split out common JSON code into a separate helpe...
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 Harlstore: Cleaned up variable name (obj_lock → host_lock).
2014-06-27 Sebastian Harlstore_lookup: Use more specific types where appropriate.
2014-06-27 Sebastian Harlstore: Renamed store_base to store_obj.
2014-06-27 Sebastian Harlstore: Split store_obj into separate host and service...
2014-06-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-26 Sebastian Harlstore: Simplified object lookup during update.
2014-06-26 Sebastian Harlstore: Simplified object update based on having hosts...
2014-06-26 Sebastian Harlstore: Renamed a store object's 'children' to 'services'.
2014-06-26 Sebastian Harlstore: Removed obsolete TODO note.
2014-06-25 Sebastian Harlplugin: Ignore internal loggers when checking for exist...
2014-06-23 Sebastian Harlstore/frontend: Added support for integer and float...
2014-06-23 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-23 Sebastian Harlstore_lookup: Pass a data-object to parse_cmp().
2014-06-23 Sebastian Harlstore_lookup: Added support for <, <=, >=, > when compa...
2014-06-23 Sebastian Harlstore_lookup: Don't accept invalid object types in...
2014-06-23 Sebastian Harlstore_lookup: Introduce conditional based attribute...
2014-06-22 Sebastian Harldata: Pass 'const' data objects to strlen()/format().
2014-06-22 Sebastian Harlstore: Added helper function to retrieve a host's attri...
2014-06-22 Sebastian Harlstore: Don't allow name to be NULL when matching attrib...
2014-06-22 Sebastian Harlstore_lookup: Simplified some internal checks.
2014-06-19 Sebastian Harlstore_lookup: Removed unneeded forward declarations.
2014-06-19 Sebastian HarlCleaned up some internal type names.
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) host matcher.
2014-06-19 Sebastian Harlstore_lookup: Let attribute matchers check the attribut...
2014-06-19 Sebastian Harlstore_lookup: Made the attribute matcher a "standalone...
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) service matcher.
2014-06-19 Sebastian Harlstore_lookup: Let parse_cmp() use the new name matcher.
2014-06-19 Sebastian Harlstore_lookup: Added a matcher matching by object name.
2014-06-12 Sebastian Harldata: Added sdb_data_cmp() comparing two data points.
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-23 Sebastian Harlparser: Don't leak memory when building nested matchers.
2014-04-22 Sebastian Harlstore: Free old attribute values before storing an...
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-10 Sebastian Harlcore: Allow objects to have the same size as sdb_object_t.
2014-04-09 Sebastian Harlstore_lookup: Added "tostring" methods for matcher...
2014-04-09 Sebastian Harlparser: Make sure that each comparator matcher is a...
2014-04-07 Sebastian Harlplugin: Removed obsolete TODO note.
2014-04-06 Sebastian Harlcore, frontend: Added !=, !~, and NOT operators.
2014-04-06 Sebastian Harlstore_lookup: Added sdb_store_inv_matcher().
2014-04-06 Sebastian Harlstore: Don't change the interval if the new interval...
2014-04-05 Sebastian Harlstore: Added sdb_store_matcher_parse_cmp().
2014-04-05 Sebastian Harlstore: Moved matcher types to store-private.h.
2014-04-03 Sebastian Harlstore: Include update interval in the JSON serialization.
2014-04-03 Sebastian Harlcore/time: Added sdb_strfinterval().
2014-04-03 Sebastian Harlstore: Fixed a conversion warning reported by GCC.
2014-04-02 Sebastian Harlstore: Calculate and store each objects update interval.
2014-04-01 Sebastian Harlstore: Let sdb_store_matcher_matches return true if...
2014-04-01 Sebastian Harlstore: Added sdb_store_lookup().
2014-04-01 Sebastian Harlstore: Added sdb_store_iterate().
2014-03-31 Sebastian Harlobject: Let create_simple() accept an optional destructor.
2014-02-23 Sebastian HarlFixed (pedantic) void-pointer to function-pointer cast...
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-02-23 Sebastian Harlstore_lookup: Made logical operators public.
2014-02-23 Sebastian Harlstore: Added public functions to create and execute...
2014-02-21 Sebastian Harlstore_lookup: Fix matching of services with empty attr...
2014-02-21 Sebastian Harlstore: Require name matchers to match string *and*...
2014-02-21 Sebastian Harlstore: Fixed data format error detection.
2014-02-21 Sebastian Harlstore: Added sdb_store_clear().
2014-02-20 Sebastian Harlstore: Added a frame-work for object lookups.
2014-02-20 Sebastian Harldata: Let sdb_data_format() different quoting styles.
2014-02-20 Sebastian Harldata: Let sdb_data_format() return the number of bytes...
2014-02-20 Sebastian Harldata: Let sdb_data_format output to a character array.
2014-02-20 Sebastian Harldata: Added sdb_data_strlen.
2014-02-20 Sebastian Harldata: Escape \ and " in strings when formatting them.
2014-02-20 Sebastian Harldata: Correctly format NULL values.
2014-02-19 Sebastian Harlstore: Split private type definitions into a new header...
2014-02-11 Sebastian Harlstore: Serialize attribute values using sdb_data_format().
2014-02-10 Sebastian Harlstore: Removed sdb_ prefix from private lookup function.
2014-02-10 Sebastian Harldata: Double quote formatted date-times.
2014-02-10 Sebastian Harldata: Format binary bytes as \xXX rather than \XX.
2014-02-10 Sebastian Harldata: Improve serialization of binary data.
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-30 Sebastian Harlcore/data: Added sdb_data_format() function.
2014-01-29 Sebastian Harlstore: Added support for different data-types for attri...
2014-01-29 Sebastian Harldata: Added helper functions to copy and free data.
next