Code

store_json: Base the memstore emitter on the store-writer API.
[sysdb.git] / src / core /
2015-09-30 Sebastian Harlstore_json: Base the memstore emitter on the store...
2015-09-30 Sebastian Harlstore_json: Let the formatter implement the store-write...
2015-09-30 Sebastian HarlRead-only store types: const char ** → const char ...
2015-09-28 Sebastian Harlstore_json: Remove any memstore-specific code.
2015-09-28 Sebastian Harlstore_json: Fix parent/child detection.
2015-09-28 Sebastian Harlstore_json: Split sdb_store_json_emit into private...
2015-09-28 Sebastian Harlstore_json: Moved special casing of parent objects...
2015-09-24 Sebastian Harlstore, plugin: Let the plugin module determine an objec...
2015-09-24 Sebastian Harlstore: Further abstract internal handling of new objects.
2015-09-23 Sebastian Harlstore: Simplified store-attribute callback.
2015-09-22 Sebastian Harlstore: Add separate store-object types for the store...
2015-09-17 Sebastian Harlstore: Dropped sdb_ prefix from private store types.
2015-09-16 Sebastian Harlplugin, store: Add service/metric "hostname" attributes...
2015-09-02 Sebastian Harlstore: Fix execution of more complex iterators.
2015-09-02 Sebastian HarlRemove unused sdb_store_expr_iterable().
2015-09-02 Sebastian HarlAllow and implement iterating arbitrary (non-constant...
2015-08-24 Sebastian HarlLet the front-end handle STORE commands.
2015-08-13 Sebastian Harlstore: Do not canonicalize the hostname when fetching...
2015-08-13 Sebastian Harlstore: Removed obsolete TODO note.
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-08 Sebastian Harlstore: Drop the global (default) store.
2015-08-07 Sebastian Harlstore: All store functions now accept a store object.
2015-08-06 Sebastian Harlstore: Add wrapper functions to store an object in...
2015-08-06 Sebastian Harlcore: Export the sdb_store, sdb_store_reader, sdb_store...
2015-08-05 Sebastian Harlfrontend: Use the plugin query interface instead of...
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-28 Sebastian Harlstore_exec: Remove unnecessary casts.
2015-05-27 Sebastian Harlstore: Let sdb_store_json_formatter_t inherit from...
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 Harlplugin: sdb_plugin_store_* now return >0 if the new...
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-20 Sebastian Harlstore: Remove (now unused) sdb_store_parse_*() helpers.
2015-05-20 Sebastian Harlstore: Remove (now unused) sdb_store_nin_matcher().
2015-05-19 Sebastian Harlparser: Add support for <expr> IS [NOT] TRUE / FALSE...
2015-05-19 Sebastian Harlstore: Add support for unary IS TRUE / IS FALSE matchers.
2015-05-19 Sebastian Harlstore: Drop the special IS-NOT-NULL matcher.
2015-05-19 Sebastian Harldata: Add basic support for a boolean type.
2015-05-19 Sebastian Harlstore: Add sdb_store_query_prepare_matcher().
2015-05-18 Sebastian Harlstore: Use a separate type for prepared querys.
2015-05-17 Sebastian Harlstore, frontend: Add sdb_store_query_execute use it...
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-15 Sebastian Harlstore: Add sdb_store_query_prepare().
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-03-11 Sebastian Harlstore_expr: iterator: Support constant arrays without...
2015-03-11 Sebastian Harlstore_expr: Fix iter_has_next if the first elements...
2015-03-11 Sebastian Harldata: Let sdb_data_array_get support DATETIME, BINARY...
2015-03-11 Sebastian Harldata: sdb_data_strcmp supports arrays because sdb_data_...
2015-03-08 Sebastian Harlstore: Use iterable expressions for iterators.
2015-03-08 Sebastian Harlstore: When advancing an iterator don't loop endlessly...
2015-03-08 Sebastian Harlstore: Apply iterator expressions to the iterated objects.
2015-03-08 Sebastian Harlstore: Advance expression iterators even if array acces...
2015-03-08 Sebastian Harlstore: Fixed a memory leak in sdb_store_expr_iter_destr...
2015-03-08 Sebastian HarlLet iterator operators fill in the left operand of...
2015-03-08 Sebastian HarlLet the first operand of ANY/ALL iterators be an expres...
2015-03-07 Sebastian Harldata: Return the number of bytes that would have been...
2015-03-07 Sebastian Harldata: Let strlen/format handle NULL values correctly.
2015-03-05 Sebastian Harlstore: Add support for iterable expressions.
2015-03-04 Sebastian HarlAllow the left operand of comparison operations to...
2015-03-01 Sebastian HarlAdd support for the 'NOT IN' operator.
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-17 Sebastian Harlstore: Don't report an error in scan() if the store...
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.
2015-01-10 Sebastian Harlstore: Let store_metric() accept non-NULL but empty...
2015-01-02 Sebastian Harldata: Let sdb_data_parse() accept a const string and...
2015-01-02 Sebastian Harldata: Free binary and regex array values as well.
2015-01-02 Sebastian Harldata: Let sdb_data_cmp() support all array types.
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-12-02 Sebastian Harlanalyzer: Analyze expressions as well; validate typed...
2014-12-01 Sebastian Harlstore: Added sdb_store_expr_typed.
2014-11-22 Sebastian Harlstore: Include in metric JSON whether access to time...
2014-11-21 Sebastian Harlstore_json: Escape special characters in strings.
2014-11-17 Sebastian HarlMake sure to print non-a-number as 'nan'.
2014-11-12 Sebastian Harldata: Let concat support empty arrays; add various...
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-12 Sebastian Harldata: Let inarray() support <array> IN <array> checks.
2014-11-10 Sebastian Harldata: Support array + element concatenation.
2014-11-10 Sebastian Harldata: Let strlen() and format() support string/decimal...
2014-11-09 Sebastian Harlcore: Improved style related to conditionals using...
2014-11-09 Sebastian Harlstore: Avoid unnecessary data copies when "evaluating...
2014-11-09 Sebastian Harlstore: Let array iterators support regex matches as...
2014-11-09 Sebastian Harlstore: Let NREGEX (!~) not match on NULL values.
2014-11-09 Sebastian Harldata: Don't treat empty arrays (value = NULL) as NULL.
2014-11-09 Sebastian Harlstore, frontend: Added support for iterating arrays...
next