Code

sysdb: Do an attempt to reconnect on all user input.
[sysdb.git] / src / tools / sysdb / input.h
2014-12-11 Sebastian Harlsysdb: Do an attempt to reconnect on all user input.
2014-12-11 Sebastian Harlsysdb: Don't exit if the server closed the connection.
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-07-19 Sebastian Harlsysdb: Use non-callback readline mode when non-interactive.
2014-05-02 Sebastian Harlsysdb: Fixed incompatible pointer type warning reported...
2014-02-04 Sebastian Harlsysdb: Hide implementation details in the "input" module.
2014-02-04 Sebastian Harlsysdb: Use the asynchronous readline interface; handle...
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-12 Sebastian Harlsysdb: Store a global input handler object in the input...
2014-01-10 Sebastian Harlsysdb: Added a query to the history after executing it.
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-20 Sebastian Harlsysdb: Use the flex scanner generator for reading input.