Code

utils/proto: Let all unmarshal functions accept strings instead of strbufs.
[sysdb.git] / src / include /
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...
2014-12-15 Sebastian Harlconnection: Let sdb_connection_close not deallocate...
2014-12-15 Sebastian Harlconnection: Renamed sdb_connection_read to sdb_connecti...
2014-12-14 Sebastian Harlutils/proto: Replaced sdb_proto_send_msg with sdb_proto...
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-10 Sebastian Harlstore.h: Make it such that HOST/SERVICE/METRIC don...
2014-12-09 Sebastian Harlutils/os: Added sdb_get_current_user().
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-12-01 Sebastian Harlstore: Added sdb_store_expr_typed.
2014-12-01 Sebastian Harlstore.h: Fixed a typo.
2014-11-28 Sebastian Harlcore/store.h: Reordered file to group related functions...
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-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-11-09 Sebastian Harlstore.h: Use separate value ranges for object and field...
2014-11-08 Sebastian Harldata: Added sdb_data_array_get().
2014-11-05 Sebastian Harlfrontend: Let the analyzer report details about errors.
2014-11-05 Sebastian Harldata: Add to-string support for array types.
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-04 Sebastian Harlutils/error: Added sdb_vlog().
2014-11-04 Sebastian Harlfrontend: Let the 'fetch' command support other types...
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: Let JSON formatter know about the to-be-formatte...
2014-11-02 Sebastian Harlstore: Let the JSON formatter know about arrays at...
2014-10-31 Sebastian Harlstore: Added a generic JSON formatter.
2014-10-30 Sebastian Harlstore: Let sdb_store_scan() pass on filters to callback...
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-27 Sebastian Harlfrontend: Added basic support for semantic AST analysis.
2014-10-25 Sebastian Harlstore: Added support for ALL matchers.
2014-10-25 Sebastian Harlstore: Renamed child-matcher to any-matcher.
2014-10-24 Sebastian Harlstore: Record the data-type of an expression.
2014-10-24 Sebastian Harldata: Added sdb_data_expr_type().
2014-10-23 Sebastian Harlstore: Removed now unused name-matcher and sdb_store_ma...
2014-10-23 Sebastian Harlstore: Added sdb_store_parse_object_type().
2014-10-23 Sebastian Harlstore: Removed unused old sdb_store_attr_matcher().
2014-10-22 Sebastian Harlstore: Renamed sdb_store_cmp_XX to sdb_store_XX_matcher.
2014-10-22 Sebastian Harlstore: Removed unused, old conditional matchers.
2014-10-22 Sebastian Harlstore: Removed now unused support for attribute matcher...
2014-10-22 Sebastian Harlstore: Removed sdb_store_matcher_parse_field_cmp()...
2014-10-21 Sebastian Harlstore: Removed sdb_store_matcher_tostring().
2014-10-21 Sebastian Harlstore: Added sdb_store_in_matcher().
2014-10-21 Sebastian Harldata: Added sdb_data_inarray().
2014-10-20 Sebastian Harldata: Added basic support for arrays.
2014-10-19 Sebastian Harldata: Added sdb_data_sizeof().
2014-10-19 Sebastian Harlstore: Clarify behavior of expr_attrvalue if the attrib...
2014-10-19 Sebastian Harldata: Added explicit NULL values.
2014-10-17 Sebastian Harlstore, frontend: Make IS (NOT) NULL an unary operator...
2014-10-17 Sebastian Harlfrontend/parser: Made clear that parser modes are flags.
2014-10-17 Sebastian Harlfrontend: Added sdb_fe_parse_expr().
2014-10-17 Sebastian Harlfrontend: Renamed CONNECTION_EXPR to CONNECTION_MATCHER.
2014-10-17 Sebastian Harlstore: Added sdb_store_parse_matcher_op().
2014-10-15 Sebastian Harlstore: Added not-equal and not-regex matchers.
2014-10-15 Sebastian Harlstore: Added support for regex matchers.
2014-10-15 Sebastian Harldata: Let sdb_data_parse() support inline casts from...
2014-10-14 Sebastian Harlstore: Added child matchers.
2014-10-14 Sebastian Harlstore: Added matchers comparing two expressions.
2014-10-14 Sebastian Harlstore: Apply filters when evaluating attribute values...
2014-10-14 Sebastian Harlstore: Added sdb_store_expr_attrvalue().
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-08 Sebastian Harldata: Added sdb_data_parse_op().
2014-10-07 Sebastian Harlstore: Added quaryable field ‘name’.
2014-10-07 Sebastian Harldata: Document that regexes are extended, case-insensit...
2014-10-07 Sebastian Harldata: Added support for a "regex" data-type.
2014-10-05 Sebastian Harldata: Added sdb_data_strcmp().
2014-10-05 Sebastian Harldata: Added sdb_data_isnull().
2014-10-05 Sebastian Harldata: Ensure a stable ordering in cmp() in case of...
2014-10-05 Sebastian Harlfrontend/proto.h: Improved documentation of all message...
2014-10-05 Sebastian Harlfrontend, proto: Include object type in FETCH and LOOKU...
2014-09-30 Sebastian HarlWhen querying services/metrics skip hosts without such...
2014-09-30 Sebastian Harlstore: Added a helper function to parse object type...
2014-09-30 Sebastian Harlfrontend: Added support for LISTing services and metric...
2014-09-16 Sebastian Harlfrontend, sysdb: Correctly handle empty queries.
2014-09-16 Sebastian Harlfrontend/proto: Include the log priority in LOG messages.
2014-09-15 Sebastian Harlfrontend/proto: Let CONNECTION_DATA not replace CONNECT...
2014-09-14 Sebastian Harlfrontend, proto: Include the response data type in...
2014-09-14 Sebastian Harlstrbuf utils: Clarified handling of binary data.
2014-09-14 Sebastian Harlproto: Fixed/clarified authentication handshake options...
2014-09-11 Sebastian Harlfrontend: Guarantee that no async messages are sent...
2014-08-22 Sebastian HarlAdded __attribute__((format(printf, ...))) where approp...
2014-08-21 Sebastian Harltimeseries: Added sdb_timeseries_create().
2014-08-16 Sebastian Harlfrontend: Let CONNECTION_QUERY support 'TIMESERIES...
2014-08-16 Sebastian Harlfrontend/parser: Added support for the 'TIMESERIES...
2014-08-16 Sebastian Harlstore: Added sdb_store_fetch_timeseries().
2014-08-16 Sebastian Harltimeseries: Added 'data_names_len' field.
2014-08-16 Sebastian Harltimeseries: Added sdb_timeseries_destroy().
2014-08-16 Sebastian Harlplugin: Added sdb_plugin_fetch_timeseries().
2014-08-16 Sebastian Harlcore: Introduced the concept of time-series.
2014-08-16 Sebastian Harlstore: Store "data-store" information alongside metrics.
2014-08-16 Sebastian Harlstore.h: Removed very outdated comments in the document...
2014-08-02 Sebastian Harlstore: Added support for storing metric objects.
2014-08-02 Sebastian Harlstore: Added core support for “metrics” objects.
2014-08-02 Sebastian Harlfrontend/proto.h: Documented the current frontend protocol.
2014-08-02 Sebastian Harlfrontend: Split up command_handle() into several sdb_fe...
next