Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / src / include / frontend /
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-05-19 Sebastian HarlDrop the old frontend parser.
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-17 Sebastian Harlstore, frontend: Add sdb_store_query_execute use it...
2015-04-11 Sebastian Harlfrontend/parser: Renamed SDB_PARSE_EXPR to SDB_PARSE_ARITH.
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-01 Sebastian Harlfrontend: Support custom SSL options for each listener.
2015-01-16 Sebastian Harlclient: Added sdb_client_rpc.
2015-01-15 Sebastian Harlconnection: Let sdb_connection_accept() handle all...
2015-01-10 Sebastian Harlfrontend/grammar: Added 'STORE host|service|metric...
2015-01-10 Sebastian Harlfrontend: Add support for SDB_CONNECTION_STORE.
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-15 Sebastian Harlconnection: Let sdb_connection_close not deallocate...
2014-12-15 Sebastian Harlconnection: Renamed sdb_connection_read to sdb_connecti...
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
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 analyzer report details about errors.
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-04 Sebastian Harlfrontend: Let the 'fetch' command support other types...
2014-11-03 Sebastian Harlstore: Removed now unused tojson functions.
2014-10-27 Sebastian Harlfrontend: Added basic support for semantic AST analysis.
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-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 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 Harlproto: Fixed/clarified authentication handshake options...
2014-09-11 Sebastian Harlfrontend: Guarantee that no async messages are sent...
2014-08-16 Sebastian Harlfrontend: Let CONNECTION_QUERY support 'TIMESERIES...
2014-08-16 Sebastian Harlfrontend/parser: Added support for the 'TIMESERIES...
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...
2014-08-02 Sebastian Harlfrontend: Renamed sdb_fe_<cmd> functions to sdb_fe_exec...
2014-07-29 Sebastian Harlfrontend: Let FETCH/LIST/LOOKUP implementations accept...
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-22 Sebastian HarlCleaned up nomenclature in the parser.
2014-04-21 Sebastian Harlfrontend: Added sdb_fe_sock_clear_listeners().
2014-04-01 Sebastian Harlfrontend: Added simple 'LOOKUP <type> WHERE <expression...
2014-03-31 Sebastian Harlfrontend: Added 'FETCH <name>' query command.
2014-03-07 Sebastian Harlfrontend parser: Added support for parsing single expre...
2014-02-06 Sebastian Harlfrontend: Send connection-related log messages to the...
2014-01-06 Sebastian Harlfrontend parser: Added 'len' parameter to sdb_fe_parse().
2014-01-06 Sebastian Harlfrontend: Added simple implementation of sdb_fe_exec().
2014-01-02 Sebastian Harlfrontend: Let sdb_fe_parse() return a list of parsed...
2013-12-31 Sebastian HarlDeclare sdb_fe_yyparse() in parser.h.
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-20 Sebastian Harlfrontend: Make the number of handler threads configurable.
2013-12-15 Sebastian HarlMoved connection-private.h from src/include/frontend...
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-09 Sebastian Harlfrontend: Split connection status constants into a...
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 HarlRenamed sdb_session_start() to sdb_fe_session_start().
2013-11-28 Sebastian Harlfrontend: Added a simple 'LIST' command.
2013-11-26 Sebastian Harlfrontend: Moved all connection handling operations...
2013-11-23 Sebastian Harlfrontend: Handle STARTUP and PING commands.
2013-11-12 Sebastian Harlfrontend: Moved connection init/close to connection.c.
2013-11-11 Sebastian Harlfrontend: Added module for generic connection handling.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-10-26 Sebastian Harlsocket frontend: Close listening sockets before returning.
2013-10-20 Sebastian Harlfrontend/sock: Added loop control to the socket handler.
2013-10-20 Sebastian HarlAdded framework for frontend connection handling.