Code

store_lookup: Removed the (now unused) host matcher.
[sysdb.git] / src / core /
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.
2014-01-06 Sebastian Harlstore: Added sdb_store_get_host().
2014-01-03 Sebastian Harlstore: Added flags to JSON functions indicating informa...
2014-01-03 Sebastian Harlstore: Introduced sdb_store_host_tojson() to serialize...
2014-01-03 Sebastian Harlstore: Moved object type attribute to the base object.
2014-01-03 Sebastian Harlstore: Exported the store base object type as opaque...
2014-01-01 Sebastian Harlobject: Added sdb_object_create_simple().
2013-12-26 Sebastian Harlstore: Don't look up services from hierarchical hosts.
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-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-07 Sebastian Harlstore: tojson(): Comma-separate multiple hosts.
2013-12-07 Sebastian Harlstore: Don't try to update non-existent attributes.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-01 Sebastian Harlobject: Ensure that a type's destroy callback is called...
2013-11-28 Sebastian Harlstore: Let tojson() embed errors into JSON rather than...
2013-11-28 Sebastian Harlstore: Replaced store_dump() with store_tojson().
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 Harlstore: Make sure not to store duplicate host entries.
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.
next