Code

store.h: Reuse the sdb_metric_store_t type for a metric's store field.
[sysdb.git] / src / include /
2016-09-04 Sebastian Harlstore.h: Reuse the sdb_metric_store_t type for a metric...
2015-10-13 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-10-13 Sebastian HarlHandle last_update/interval in the core rather than...
2015-10-13 Sebastian Harlmemstore: Let get_child() support arbitrary parent...
2015-10-13 Sebastian HarlAdd support for fetching arbitrary objects, including...
2015-10-09 Sebastian HarlFETCH: Add parameter for fetching the main object witho...
2015-10-07 Sebastian HarlSplit the memstore module from the store module.
2015-10-07 Sebastian HarlRenamed in-memory store types and functions to sdb_mems...
2015-10-07 Sebastian HarlRemoved sdb_store_fetch_timeseries from headers; it...
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-10-06 Sebastian HarlMove the timeseries serialize to the timeseries module.
2015-09-30 Sebastian Harlstore: Use the JSON writer when querying the in-memory...
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-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 Harlstore.h: Updated some documentation comments.
2015-09-02 Sebastian HarlRemove unused sdb_store_expr_iterable().
2015-08-31 Sebastian Harlparser: Require a context for each parser operation.
2015-08-13 Sebastian Harlfrontend: Connection-specific functions now use the...
2015-08-13 Sebastian Harlfrontend/connection.h: Removed sdb_fe_parse, it has...
2015-08-12 Sebastian Harlplugin, store: Handle hostname canonicalization in...
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 Harlcore: Add support for reader/query plugins.
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: Make the actual store a separate object.
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 HarlDrop the old frontend parser.
2015-05-19 Sebastian Harlstore: Add sdb_store_query_prepare_matcher().
2015-05-18 Sebastian Harlfrontend: Drop sdb_fe_exec_* in favor of sdb_store_quer...
2015-05-18 Sebastian HarlRemove (now) usued sdb_fe_exec_timeseries().
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: Add sdb_store_query_prepare().
2015-05-06 Sebastian Harlparser/analyzer: Migrate type and iterator checks.
2015-05-05 Sebastian Harlparser: Add support for analyzing conditional and arith...
2015-05-05 Sebastian Harlparser: Convert AST op types to data op types when...
2015-05-05 Sebastian Harlparser: Determine the data-type of each node.
2015-05-05 Sebastian Harlparser: Fixed setup of iterator nodes.
2015-05-05 Sebastian Harlparser/ast: Add some helper defines.
2015-04-15 Sebastian HarlMigrate top-level checks to the new parser/analyzer.
2015-04-12 Sebastian HarlMigrate parser from frontend/ to parser/ and to use...
2015-04-12 Sebastian Harlparser/ast: Introduce a data-structure representing...
2015-04-11 Sebastian Harlfrontend/parser: Renamed SDB_PARSE_EXPR to SDB_PARSE_ARITH.
2015-03-15 Sebastian Harlstore: Added field type VALUE for attribute values.
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-05 Sebastian Harlstore: Add support for iterable expressions.
2015-03-05 Sebastian Harlavltree: Add sdb_avltree_iter_peek_next().
2015-03-01 Sebastian HarlAdd support for the 'NOT IN' operator.
2015-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-22 Sebastian Harlfrontend: Added the SERVER_VERSION command.
2015-02-22 Sebastian Harlproto: Make sdb_proto_marshal_int32 a public function.
2015-02-10 Sebastian Harlssl: Register OpenSSL thread-ID and locking callbacks.
2015-02-09 Sebastian HarlSSL utils: Added init() and shutdown() functions for...
2015-02-01 Sebastian HarlUnload all plugins when shutting down sysdbd.
2015-02-01 Sebastian Harlsyslog plugin: Make log-level configurable.
2015-02-01 Sebastian Harlerror utils: Add sdb_error_parse_priority().
2015-02-01 Sebastian Harlfrontend: Support custom SSL options for each listener.
2015-01-30 Sebastian Harlutils os: Add sdb_realpath().
2015-01-30 Sebastian HarlSSL utils: Pass a constant options object to all constr...
2015-01-30 Sebastian HarlMove sdb_get_homedir() from tools/sysdb to utils/os.
2015-01-30 Sebastian HarlSSL utils: Add sdb_ssl_free_options().
2015-01-30 Sebastian Harlclient: Make SSL options configurable.
2015-01-28 Sebastian HarlSSL utils: Added helper functions for managing OpenSSL...
2015-01-16 Sebastian Harlclient: Added sdb_client_rpc.
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-15 Sebastian Harlconnection: Let sdb_connection_accept() handle all...
2015-01-12 Sebastian Harlos utils: Added sdb_resolve().
2015-01-10 Sebastian Harlfrontend/grammar: Added 'STORE host|service|metric...
2015-01-10 Sebastian Harlfrontend: Add support for SDB_CONNECTION_STORE.
2015-01-02 Sebastian Harlproto: Added support for unmarshaling hosts/services...
2015-01-02 Sebastian Harldata: Let sdb_data_parse() accept a const string and...
2015-01-02 Sebastian Harlproto: Added sdb_proto_unmarshal_data().
2014-12-29 Sebastian Harlproto: Let unmarshal functions return the number of...
2014-12-25 Sebastian Harlproto: Added support for marshaling attribute objects.
2014-12-24 Sebastian Harlproto: Define a wire format for host/service/metric...
2014-12-24 Sebastian HarlAdd a suffix to integer marshal/unmarshal functions...
2014-12-22 Sebastian Harlproto: Added sdb_proto_marshal_data.
2014-12-18 Sebastian Harlutils/proto: Let all unmarshal functions accept strings...
2014-12-17 Sebastian Harlutils/strbuf: Added SDB_STRBUF_STR.
2014-12-16 Sebastian Harlproto: Renamed sdb_proto_get_int to sdb_proto_unmarshal...
2014-12-15 Sebastian Harlproto: Add sdb_proto_unmarshal_header().
2014-12-15 Sebastian HarlMoved sdb_proto_send/sdb_proto_select to sdb_write...
next