Code

sysdb: Simplified prompt used for continuation lines.
[sysdb.git] / src / tools / sysdb / input.c
2015-01-17 Sebastian Harlsysdb: Simplified prompt used for continuation lines.
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-11 Sebastian Harlsysdb: Use sdb_log() instead of printf().
2014-12-11 Sebastian Harlsysdb: Only try to reconnect before executing a command...
2014-12-11 Sebastian Harlsysdb: Fixed check for duplicate history entries.
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-11 Sebastian Harlsysdb: Make sure to properly reset term attributes.
2014-08-22 Sebastian HarlAdded __attribute__((format(printf, ...))) where approp...
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-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-10 Sebastian Harlsysdb: Let sdb_command_print_reply() accept client...
2014-02-06 Sebastian Harlsysdb: Handle EOF from the server.
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-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-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-26 Sebastian HarlFixed some issues identified by static code analysis.
2013-12-20 Sebastian Harlsysdb: Use the flex scanner generator for reading input.