Code

frontend: Drop sdb_fe_exec_* in favor of sdb_store_query_execute.
[sysdb.git] / src / include / frontend / connection.h
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-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-22 Sebastian Harlfrontend: Added the SERVER_VERSION command.
2015-01-15 Sebastian Harlconnection: Let sdb_connection_accept() handle all...
2015-01-10 Sebastian Harlfrontend: Add support for SDB_CONNECTION_STORE.
2014-12-15 Sebastian Harlconnection: Let sdb_connection_close not deallocate...
2014-12-15 Sebastian Harlconnection: Renamed sdb_connection_read to sdb_connecti...
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: 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-05 Sebastian Harlfrontend, proto: Include object type in FETCH and LOOKU...
2014-09-30 Sebastian Harlfrontend: Added support for LISTing services and metric...
2014-08-16 Sebastian Harlfrontend: Let CONNECTION_QUERY support 'TIMESERIES...
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-04-01 Sebastian Harlfrontend: Added simple 'LOOKUP <type> WHERE <expression...
2014-03-31 Sebastian Harlfrontend: Added 'FETCH <name>' query command.
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 Harlfrontend: Added flex/bison based parser skeleton.
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 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.