Code

core: Add support for reader/query plugins.
[sysdb.git] / src / core / store.c
2015-08-05 Sebastian Harlcore: Add support for reader/query plugins.
2015-05-22 Sebastian Harlstore: Drop unused sdb_store_has_host.
2015-05-21 Sebastian HarlReplaced sdb_store_<type> with sdb_plugin_store_<type>.
2015-05-21 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-21 Sebastian Harlstore: Register a store writer and handle all updates...
2015-05-21 Sebastian Harlstore: Reordered some functions to group by general...
2015-05-21 Sebastian Harlstore: Make the actual store a separate object.
2015-05-21 Sebastian Harlstore: Drop sdb_ prefix from private symbols.
2015-05-20 Sebastian Harldata: Use a predefined format for sdb_strftime().
2015-05-20 Sebastian Harlstore: Add the timeseries field to metrics.
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlstore: Fixed a memory leak in fetch_timeseries().
2015-05-14 Sebastian Harlstore: Store a service/metric's parent hostname as...
2015-05-14 Sebastian Harlstore: Fixed handling of metric store values.
2015-03-15 Sebastian Harlstore: Added field type VALUE for attribute values.
2015-03-15 Sebastian Harlstore: Test get_field() more extensively and fix a...
2015-01-17 Sebastian Harlstore: Don't report an error in scan() if the store...
2015-01-16 Sebastian Harlstore: Pass on all stored objects to store writer plugins.
2015-01-10 Sebastian Harlstore: Let store_metric() accept non-NULL but empty...
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-11-17 Sebastian HarlMake sure to print non-a-number as 'nan'.
2014-11-09 Sebastian Harlcore: Improved style related to conditionals using...
2014-11-03 Sebastian Harlstore: Added sdb_store_get_child().
2014-11-03 Sebastian Harlstore: Removed now unused tojson functions.
2014-11-02 Sebastian Harlstore: Record each object's parent.
2014-10-31 Sebastian Harlstore: Provide more verbose messages on errors during...
2014-10-30 Sebastian Harlstore: Let sdb_store_scan() pass on filters to callback...
2014-10-29 Sebastian Harlstore: Use sdb_avltree_lookup() to retrieve attributes.
2014-10-28 Sebastian Harlstore: Let sdb_store_scan() support other object types...
2014-10-28 Sebastian Harlstore: Merged sdb_store_iterate() into sdb_store_scan().
2014-10-20 Sebastian Harlstore: Added support for querying the BACKEND field.
2014-10-14 Sebastian Harlstore: Apply filters when evaluating attribute values...
2014-10-13 Sebastian Harlstore: Added sdb_store_get_attr().
2014-10-13 Sebastian Harlstore: sdb_store_get_field: Make result parameter optional.
2014-10-07 Sebastian Harlstore: Added quaryable field ‘name’.
2014-09-30 Sebastian HarlWhen querying services/metrics skip hosts without such...
2014-09-19 Sebastian Harlstore: Fixed JSON for serialized time-series.
2014-09-19 Sebastian Harlstore: Don't wrap JSON serialized LIST replies in a...
2014-08-21 Sebastian Harlstore: Fixed JSON-serialization of time-series data.
2014-08-16 Sebastian Harlstore: Added sdb_store_fetch_timeseries().
2014-08-16 Sebastian Harlstore: Store "data-store" information alongside metrics.
2014-08-02 Sebastian Harlstore: Added support for storing metric objects.
2014-08-02 Sebastian Harlstore: Added core support for “metrics” objects.
2014-07-31 Sebastian Harlstore: Added sdb_store_get_field().
2014-07-30 Sebastian Harltime: Renamed PRIscTIME to PRIsdbTIME.
2014-07-29 Sebastian Harlstore: Fixed JSON serialization when skipping hosts...
2014-07-29 Sebastian Harlstore: Let JSON serializers support (object) filters.
2014-07-11 Sebastian Harlstore: Use AVL trees to store all objects.
2014-07-05 Sebastian Harlstore: Reduce logging about "old" values.
2014-07-04 Sebastian Harlstore: Include service attributes in JSON output.
2014-07-04 Sebastian Harlstore: Don't update unchanged attribute values.
2014-07-04 Sebastian Harlstore: Don't overwrite attribute values if the new...
2014-07-04 Sebastian Harlstore: Introduced service attributes.
2014-07-04 Sebastian Harlstore: Consider objects too old if the new timestamp...
2014-07-03 Sebastian Harldata: Improved memory handling in data_copy().
2014-07-03 Sebastian Harlstore: Don't destroy an attribute if data_copy() failed.
2014-07-03 Sebastian Harlstore: Split internal store_obj() function into multipl...
2014-07-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-01 Sebastian Harlstore: Include backend information in the JSON serializ...
2014-07-01 Sebastian Harlstore: Store the backend of each stored object.
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-27 Sebastian Harlstore: Cleaned up variable name (obj_lock → host_lock).
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-19 Sebastian Harlstore_lookup: Added a matcher matching by object name.
2014-04-22 Sebastian Harlstore: Free old attribute values before storing an...
2014-04-06 Sebastian Harlstore: Don't change the interval if the new interval...
2014-04-03 Sebastian Harlstore: Include update interval in the JSON serialization.
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: Added sdb_store_iterate().
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-02-21 Sebastian Harlstore: Added sdb_store_clear().
2014-02-20 Sebastian Harldata: Let sdb_data_format() different quoting styles.
2014-02-20 Sebastian Harldata: Let sdb_data_format output to a character array.
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-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-29 Sebastian Harlstore: Added support for different data-types for attri...
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...
2013-12-26 Sebastian Harlstore: Don't look up services from hierarchical hosts.
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-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.
next