Code

Split the memstore module from the store module.
[sysdb.git] / src / Makefile.am
2015-10-07 Sebastian HarlSplit the memstore module from the store module.
2015-08-09 Sebastian Harlstore::memory: Add a plugin providing an in-memory...
2015-05-19 Sebastian HarlDrop the old frontend parser.
2015-05-18 Sebastian Harlfrontend: Drop sdb_fe_store_* in favor of sdb_store_que...
2015-05-17 Sebastian Harlstore, frontend: Add sdb_store_query_execute use it...
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlstore: Add sdb_store_query_prepare().
2015-04-15 Sebastian HarlMigrate top-level checks to the new parser/analyzer.
2015-04-12 Sebastian HarlMigrate parser from frontend/ to parser/ and to use...
2015-04-12 Sebastian Harlparser/ast: Introduce a data-structure representing...
2015-04-11 Sebastian Harlbuild system: Fix VPATH (out-of-tree) builds.
2015-01-28 Sebastian Harlclient, sysdb: Let TCP connection use SSL.
2015-01-28 Sebastian HarlSSL utils: Added helper functions for managing OpenSSL...
2015-01-17 Sebastian Harlstore::network: Add a store writer plugin sending objec...
2015-01-10 Sebastian Harlfrontend: Add support for SDB_CONNECTION_STORE.
2015-01-02 Sebastian HarlLink librt into libsysdbclient.
2015-01-02 Sebastian Harlproto: Added sdb_proto_unmarshal_data().
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-09 Sebastian Harlutils/os: Added sdb_get_current_user().
2014-12-04 Sebastian Harlfacter plugin: Added a plugin collecting local facter...
2014-12-04 Sebastian HarlBootstrap the build system for C++ as well.
2014-10-31 Sebastian Harlstore: Added a generic JSON formatter.
2014-10-27 Sebastian Harlfrontend: Added basic support for semantic AST analysis.
2014-08-29 Sebastian Harlconfigure: Make plugin related options more consistent.
2014-08-21 Sebastian Harltimeseries::rrdtool: Added a plugin to fetch time-serie...
2014-08-19 Sebastian HarlMoved backends from src/backend/ to src/plugins/backend/.
2014-08-16 Sebastian Harltimeseries: Added sdb_timeseries_destroy().
2014-08-16 Sebastian Harlcore: Introduced the concept of time-series.
2014-07-27 Sebastian Harlstore_expr: Added framework for arithmetic expressions.
2014-07-27 Sebastian Harldata: Added sdb_data_expr_eval().
2014-07-08 Sebastian Harlutils avltree: Started implementation of an AVL tree.
2014-07-05 Sebastian HarlMakefile: Install utils/os.h as well.
2014-06-29 Sebastian Harlutils os: Added sdb_mkdir_all() helper function.
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-28 Sebastian Harlbuild system: Added --enable-gprof configure flag.
2014-06-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-25 Sebastian HarlMakefile: For now, link libsysdb sources directly into...
2014-05-09 Sebastian HarlMake libsysdb and libsysdbclient private libraries...
2014-05-09 Sebastian HarlMakefile: Added missing headers to _HEADERS variables.
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-10 Sebastian Harlsysdb: Added support for the -c <cmd> option.
2014-02-20 Sebastian Harlstore: Added a frame-work for object lookups.
2014-02-19 Sebastian Harlstore: Split private type definitions into a new header...
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-29 Sebastian Harldata: Added helper functions to copy and free data.
2014-01-24 Sebastian Harlconfigure, src/Makefile: Sort plugins alphabetically.
2014-01-09 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-09 Sebastian Harlsysdb: Implemented input scanner and simple command...
2013-12-31 Sebastian Harlsrc/Makefile: Let libsysdb depend on parser.h.
2013-12-31 Sebastian Harlsrc/Makefile: Tell automake that grammar.h is auto...
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.
2013-12-30 Sebastian Harlsrc/Makefile: Use LTLIBRARIES for libsysdb_scanner.
2013-12-22 Sebastian Harlsrc/Makefile: Include sysdb.h.in file in a distribution.
2013-12-22 Sebastian Harlsrc/Makefile: Added a rule to create ‘../version’.
2013-12-22 Sebastian Harlsrc/Makefile: Fixed path to connection-private.h.
2013-12-22 Sebastian HarlMake everything buildable out-of-tree.
2013-12-21 Sebastian Harlsrc/Makefile: Fixed an automake warning.
2013-12-21 Sebastian Harlbuild system: Added --enable-gcov configure option.
2013-12-20 Sebastian Harlsysdb: Use the flex scanner generator for reading input.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-15 Sebastian HarlMoved sysdb and sysdbd sources to src/tools/.
2013-12-13 Sebastian Harlsysdb: Check for and use libedit/libreadline for comman...
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-10 Sebastian Harlsysdb: Use error utilities.
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-12-09 Sebastian HarlLet sdb_client_connect() send a username to the server.
2013-12-09 Sebastian Harlfrontend: Split connection status constants into a...
2013-12-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-05 Sebastian Harlsysdb: Added a initial client implementation.
2013-12-05 Sebastian HarlAdded version functions to libsysdbclient.
2013-12-05 Sebastian HarlLink proto and strbuf utilities into libsysdbclient.
2013-12-04 Sebastian HarlAdded initial client library implementation.
2013-12-04 Sebastian Harlutils proto: Added utility functions for protocol handling.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-28 Sebastian Harlfrontend: Added a simple 'LIST' command.
2013-11-26 Sebastian Harlsrc/Makefile: Install all public header files.
2013-11-26 Sebastian Harlfrontend: Moved all connection handling operations...
2013-11-23 Sebastian Harlfrontend: Handle STARTUP and PING commands.
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-22 Sebastian Harldaemon: Added "Listen" config option.
2013-10-20 Sebastian HarlAdded framework for frontend connection handling.
2013-10-19 Sebastian Harlutils/channel: Added an asynchronous I/O multiplexer.
2013-08-23 Sebastian HarlAdded unit testing framework based on ‘check’.
2013-07-20 Sebastian Harlcname::dns: Added first version of a plugin to query...
2013-07-10 Sebastian Harlsyslog plugin: Added plugin to log to syslog.
2013-04-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-04-01 Sebastian HarlMoved data.h from utils to core.
2013-04-01 Sebastian HarlMoved error / time from utils to core.
2013-03-20 Sebastian Harlutils strbuf: Added an automatically growing string...
2013-03-10 Sebastian HarlRenamed puppet-storeconfigs backend to puppet::store...
2013-03-10 Sebastian HarlRenamed collectd backend to collectd::unixsock.
2013-03-10 Sebastian HarlMoved sdb_strerror() from utils/string.h to utils/error.h.
2013-03-10 Sebastian Harlutils error: Added module for error reporting.
2013-03-10 Sebastian HarlRenamed sysdbd.conf to sysdbd.conf.sample.
2013-01-02 Sebastian HarlRenamed the project to SysDB (System DataBase).
2012-12-11 Sebastian Harlutils data: Added module providing a data-type to store...
2012-12-11 Sebastian HarlAdded initial version of the MK Livestatus backend.
2012-12-10 Sebastian HarlAdded initial version of the puppet-storeconfigs backend.
2012-12-10 Sebastian Harlutils dbi: Added initial version.
next