Code

query language: Change iterator syntax to ANY/ALL <iter>.<field> <op> <v>.
[sysdb.git] / src / include /
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...
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.
next