Code

frontend: Use the plugin query interface instead of direct store access.
[sysdb.git] / src / frontend / connection-private.h
2015-08-05 Sebastian Harlfrontend: Use the plugin query interface instead of...
2015-01-28 Sebastian Harlfrontend, sysdbd: Let all TCP connections use SSL.
2015-01-10 Sebastian Harlfrontend: Make connection I/O handling more flexible.
2015-01-10 Sebastian Harlfrontend/grammar: Added 'STORE host|service|metric...
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-11-04 Sebastian Harlfrontend: Let the 'fetch' command support other types...
2014-10-17 Sebastian Harlfrontend: Added sdb_fe_parse_expr().
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-11 Sebastian Harlfrontend: Guarantee that no async messages are sent...
2014-08-16 Sebastian Harlfrontend/parser: Added support for the 'TIMESERIES...
2014-08-02 Sebastian Harlfrontend/parser: Let ‘LIST’ and ‘FETCH’ accept optional...
2014-07-30 Sebastian Harlfrontend: Added 'FILTER' support to the 'LOOKUP' command.
2014-05-14 Sebastian Harlfrontend: Fix invalid command handling when receiving...
2014-04-06 Sebastian Harlfrontend: Fixed memory holes in the parser.
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-19 Sebastian Harlstore: Split private type definitions into a new header...
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-15 Sebastian HarlMoved connection-private.h from src/include/frontend...