Code

sysdb: If available, use YAJL to pretty-print JSON output.
[sysdb.git] / src / tools / sysdb / command.c
2016-09-11 Sebastian Harlsysdb: If available, use YAJL to pretty-print JSON...
2015-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-22 Sebastian Harlsysdb: Print the server version after (re)connecting.
2015-01-10 Sebastian Harlsysdb: Accept status=OK after sending a query.
2014-12-29 Sebastian Harlproto: Let unmarshal functions return the number of...
2014-12-24 Sebastian HarlAdd a suffix to integer marshal/unmarshal functions...
2014-12-18 Sebastian Harlutils/proto: Let all unmarshal functions accept strings...
2014-12-16 Sebastian Harlproto: Renamed sdb_proto_get_int to sdb_proto_unmarshal...
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: Wait for the actual reply after sending a command.
2014-12-11 Sebastian Harlsysdb: Only try to reconnect before executing a command...
2014-12-11 Sebastian Harlsysdb: Store all commands in the history; even if they...
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: Clear the current command from the buffer after...
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-09-16 Sebastian Harlfrontend, sysdb: Correctly handle empty queries.
2014-09-16 Sebastian Harlfrontend/proto: Include the log priority in LOG messages.
2014-09-14 Sebastian Harlfrontend, proto: Include the response data type in...
2014-07-20 Sebastian Harlsysdb: Fixed a memory leak in an error condition.
2014-07-19 Sebastian Harlsysdb: Fixed a memory leak on EOF from the server.
2014-05-01 Sebastian Harlsysdb: When handling a reply, base further actions...
2014-05-01 Sebastian Harlsysdb: When using -c, wait for the server's final response.
2014-04-30 Sebastian Harlsysdb: When using -c, exit non-zero if any command...
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: 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-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...