Code

sysdb: Hide implementation details in the "input" module.
[sysdb.git] / src / tools / sysdb /
2014-02-04 Sebastian Harlsysdb: Hide implementation details in the "input" module.
2014-02-04 Sebastian Harlsysdb: Use the asynchronous readline interface; handle...
2014-02-04 Sebastian Harlsysdb: Split sdb_command_exec() into two functions.
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-23 Sebastian Harlclient, sysdb: Improved error reporting.
2014-01-12 Sebastian Harlsysdb: Store a global input handler object in the input...
2014-01-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-12 Sebastian Harlsysdb: Do not add duplicate entries to the history.
2014-01-10 Sebastian Harlsysdb: Added a query to the history after executing it.
2014-01-10 Sebastian Harlsysdb: Only strip newlines from the command buffer.
2014-01-09 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-09 Sebastian Harlsysdb: Implemented input scanner and simple command...
2014-01-06 Sebastian Harlsysdb: Append newlines to lines read from readline().
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.
2013-12-26 Sebastian Harlsysdb/scanner.l: Enabled 8bit, nodefault, and warn...
2013-12-26 Sebastian HarlFixed some issues identified by static code analysis.
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/.