Code

frontend/query: Add the DATA type to TIMESERIES replies.
[sysdb.git] / src / frontend / query.c
2016-01-26 Sebastian Harlfrontend/query: Add the DATA type to TIMESERIES replies.
2016-01-26 Sebastian Harlfrontend/query: Simplified code a little.
2015-11-30 Sebastian Harlfrontend/query: Fixed an uninitialized value.
2015-10-13 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
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-06 Sebastian HarlBuild a more generic/powerful query API which writes...
2015-08-31 Sebastian Harlparser: Require a context for each parser operation.
2015-08-24 Sebastian HarlLet the front-end handle STORE commands.
2015-08-13 Sebastian Harlfrontend: Connection-specific functions now use the...
2015-08-05 Sebastian Harlfrontend: Use the plugin query interface instead of...
2015-05-18 Sebastian Harlfrontend: Drop sdb_fe_store_* in favor of sdb_store_que...
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 Harlfrontend/query: Split AST execution into a separate...
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-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-27 Sebastian Harlfrontend: Fixed a memory leak in an error condition...
2015-02-25 Sebastian Harlfrontend: Fixed hostname in error messages in FETCH.
2015-02-25 Sebastian Harlfrontend: Fix a memory leak in an error condition in...
2015-01-10 Sebastian Harlfrontend/grammar: Added 'STORE host|service|metric...
2014-12-29 Sebastian Harlproto: Let unmarshal functions return the number of...
2014-12-24 Sebastian HarlAdd a suffix to integer marshal/unmarshal functions...
2014-12-18 Sebastian Harlutils/proto: Let all unmarshal functions accept strings...
2014-12-16 Sebastian Harlproto: Renamed sdb_proto_get_int to sdb_proto_unmarshal...
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-11-05 Sebastian Harlfrontend: Let the 'lookup' command support services...
2014-11-05 Sebastian Harlfrontend: Let the analyzer report details about errors.
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-04 Sebastian Harlfrontend: Let the parser run the analyzer.
2014-11-04 Sebastian Harlfrontend: Fixed various size checks.
2014-11-04 Sebastian Harlfrontend: Let the 'fetch' command support other types...
2014-11-03 Sebastian Harlfrontend: Let FETCH and LIST use JSON formatters.
2014-11-03 Sebastian Harlfrontend: Let FETCH apply filters to the host as well.
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 Harlfrontend/query: Use the new JSON formatter to implement...
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-27 Sebastian Harlfrontend: Added basic support for semantic AST analysis.
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 Harlfrontend: Added support for LISTing services and metric...
2014-09-16 Sebastian Harlfrontend, sysdb: Correctly handle empty queries.
2014-09-14 Sebastian Harlfrontend, proto: Include the response data type in...
2014-08-22 Sebastian HarlAdded __attribute__((format(printf, ...))) where approp...
2014-08-16 Sebastian Harlfrontend: Let CONNECTION_QUERY support 'TIMESERIES...
2014-08-02 Sebastian Harlfrontend/parser: Let ‘LIST’ and ‘FETCH’ accept optional...
2014-08-02 Sebastian Harlfrontend: Let sdb_fe_<cmd> check the current command.
2014-08-02 Sebastian Harlfrontend: Split up command_handle() into several sdb_fe...
2014-08-02 Sebastian Harlfrontend: Renamed sdb_fe_<cmd> functions to sdb_fe_exec...
2014-07-30 Sebastian Harlfrontend: Added 'FILTER' support to the 'LOOKUP' command.
2014-07-29 Sebastian Harlfrontend: Let FETCH/LIST/LOOKUP implementations accept...
2014-07-29 Sebastian Harlstore: Let JSON serializers support (object) filters.
2014-07-28 Sebastian Harlstore: Introduced the concept of query filters.
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian Harlstore, frontend: Renamed sdb_store_lookup() to sdb_stor...
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-27 Sebastian Harlstore: Renamed store_base to store_obj.
2014-04-02 Sebastian Harlfrontend: Let LIST not include details.
2014-04-01 Sebastian Harlfrontend: Added simple 'LOOKUP <type> WHERE <expression...
2014-03-31 Sebastian Harlfrontend: Added 'FETCH <name>' query command.
2014-01-06 Sebastian Harlfrontend: Added simple implementation of sdb_fe_exec().
2014-01-03 Sebastian Harlstore: Added flags to JSON functions indicating informa...
2013-12-30 Sebastian Harlfrontend/query: Fixed typo.
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-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-28 Sebastian Harlfrontend: Unified error reporting to the client.
2013-11-28 Sebastian Harlfrontend: Added a simple 'LIST' command.