tokkee.org
Code
projects
/
sysdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
connection: Renamed sdb_connection_read to sdb_connection_handle.
[sysdb.git]
/
src
/
Makefile.am
2014-12-12
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
2014-12-09
Sebastian Harl
utils/os: Added sdb_get_current_user().
blob
|
commitdiff
|
raw
2014-12-04
Sebastian Harl
facter plugin: Added a plugin collecting local facter...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-04
Sebastian Harl
Bootstrap the build system for C++ as well.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-31
Sebastian Harl
store: Added a generic JSON formatter.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-27
Sebastian Harl
frontend: Added basic support for semantic AST analysis.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-29
Sebastian Harl
configure: Make plugin related options more consistent.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-21
Sebastian Harl
timeseries::rrdtool: Added a plugin to fetch time-serie...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-19
Sebastian Harl
Moved backends from src/backend/ to src/plugins/backend/.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-16
Sebastian Harl
timeseries: Added sdb_timeseries_destroy().
blob
|
commitdiff
|
raw
|
diff to current
2014-08-16
Sebastian Harl
core: Introduced the concept of time-series.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-27
Sebastian Harl
store_expr: Added framework for arithmetic expressions.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-27
Sebastian Harl
data: Added sdb_data_expr_eval().
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Sebastian Harl
utils avltree: Started implementation of an AVL tree.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-05
Sebastian Harl
Makefile: Install utils/os.h as well.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Sebastian Harl
utils os: Added sdb_mkdir_all() helper function.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-28
Sebastian Harl
build system: Added --enable-gprof configure flag.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-25
Sebastian Harl
Makefile: For now, link libsysdb sources directly into...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
Sebastian Harl
Make libsysdb and libsysdbclient private libraries...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
Sebastian Harl
Makefile: Added missing headers to _HEADERS variables.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-10
Sebastian Harl
sysdb: Added support for the -c <cmd> option.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-20
Sebastian Harl
store: Added a frame-work for object lookups.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-19
Sebastian Harl
store: Split private type definitions into a new header...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-31
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-29
Sebastian Harl
data: Added helper functions to copy and free data.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-24
Sebastian Harl
configure, src/Makefile: Sort plugins alphabetically.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-09
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-09
Sebastian Harl
sysdb: Implemented input scanner and simple command...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Sebastian Harl
src/Makefile: Let libsysdb depend on parser.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Sebastian Harl
src/Makefile: Tell automake that grammar.h is auto...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
Sebastian Harl
frontend: Added flex/bison based parser skeleton.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-30
Sebastian Harl
src/Makefile: Use LTLIBRARIES for libsysdb_scanner.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-22
Sebastian Harl
src/Makefile: Include sysdb.h.in file in a distribution.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-22
Sebastian Harl
src/Makefile: Added a rule to create ‘../version’.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-22
Sebastian Harl
src/Makefile: Fixed path to connection-private.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-22
Sebastian Harl
Make everything buildable out-of-tree.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-21
Sebastian Harl
src/Makefile: Fixed an automake warning.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-21
Sebastian Harl
build system: Added --enable-gcov configure option.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-20
Sebastian Harl
sysdb: Use the flex scanner generator for reading input.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-20
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Sebastian Harl
Moved sysdb and sysdbd sources to src/tools/.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-13
Sebastian Harl
sysdb: Check for and use libedit/libreadline for comman...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-10
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-10
Sebastian Harl
sysdb: Use error utilities.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-10
Sebastian Harl
Moved core/error to utils/error.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-09
Sebastian Harl
Let sdb_client_connect() send a username to the server.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-09
Sebastian Harl
frontend: Split connection status constants into a...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-07
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-05
Sebastian Harl
sysdb: Added a initial client implementation.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-05
Sebastian Harl
Added version functions to libsysdbclient.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-05
Sebastian Harl
Link proto and strbuf utilities into libsysdbclient.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-04
Sebastian Harl
Added initial client library implementation.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-04
Sebastian Harl
utils proto: Added utility functions for protocol handling.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-01
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-28
Sebastian Harl
frontend: Added a simple 'LIST' command.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-26
Sebastian Harl
src/Makefile: Install all public header files.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-26
Sebastian Harl
frontend: Moved all connection handling operations...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Sebastian Harl
frontend: Handle STARTUP and PING commands.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-11
Sebastian Harl
frontend: Added module for generic connection handling.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-07
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-22
Sebastian Harl
daemon: Added "Listen" config option.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-20
Sebastian Harl
Added framework for frontend connection handling.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-19
Sebastian Harl
utils/channel: Added an asynchronous I/O multiplexer.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-23
Sebastian Harl
Added unit testing framework based on ‘check’.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-20
Sebastian Harl
cname::dns: Added first version of a plugin to query...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-10
Sebastian Harl
syslog plugin: Added plugin to log to syslog.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-01
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-01
Sebastian Harl
Moved data.h from utils to core.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-01
Sebastian Harl
Moved error / time from utils to core.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-20
Sebastian Harl
utils strbuf: Added an automatically growing string...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-10
Sebastian Harl
Renamed puppet-storeconfigs backend to puppet::store...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-10
Sebastian Harl
Renamed collectd backend to collectd::unixsock.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-10
Sebastian Harl
Moved sdb_strerror() from utils/string.h to utils/error.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-10
Sebastian Harl
utils error: Added module for error reporting.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-10
Sebastian Harl
Renamed sysdbd.conf to sysdbd.conf.sample.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Sebastian Harl
Renamed the project to SysDB (System DataBase).
blob
|
commitdiff
|
raw
|
diff to current
2012-12-11
Sebastian Harl
utils data: Added module providing a data-type to store...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-11
Sebastian Harl
Added initial version of the MK Livestatus backend.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-10
Sebastian Harl
Added initial version of the puppet-storeconfigs backend.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-10
Sebastian Harl
utils dbi: Added initial version.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-05
Sebastian Harl
Initial commit.
sysdb-0.0.0
blob
|
commitdiff
|
raw
|
diff to current