tokkee.org
Code
projects
/
sysdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Makefile: Install utils/os.h as well.
[sysdb.git]
/
src
/
tools
/
2014-06-29
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-06-27
Sebastian Harl
core: Automatically determine config callback names.
tree
|
commitdiff
2014-06-27
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-06-25
Sebastian Harl
sysdb: Wait for remaining data after the mainloop termi...
tree
|
commitdiff
2014-06-09
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-06-06
Sebastian Harl
sysdbd: Forcefully terminate the frontend and backend...
tree
|
commitdiff
2014-06-06
Sebastian Harl
sysdbd: Simplified main loop management.
tree
|
commitdiff
2014-05-02
Sebastian Harl
sysdb: Fixed incompatible pointer type warning reported...
tree
|
commitdiff
2014-05-01
Sebastian Harl
tools: Log library versions as well on startup.
tree
|
commitdiff
2014-05-01
Sebastian Harl
sysdb: When handling a reply, base further actions...
tree
|
commitdiff
2014-05-01
Sebastian Harl
sysdb: When using -c, wait for the server's final response.
tree
|
commitdiff
2014-04-30
Sebastian Harl
sysdb: When using -c, exit non-zero if any command...
tree
|
commitdiff
2014-04-30
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-04-29
Sebastian Harl
sysdbd: Don't leak memory when aborting from the main...
tree
|
commitdiff
2014-04-27
Sebastian Harl
sysdbd: Return with status=1 in case of an initializati...
tree
|
commitdiff
2014-04-27
Sebastian Harl
sysdbd: Improved startup logging.
tree
|
commitdiff
2014-04-27
Sebastian Harl
sysdbd.conf: Added 'PluginDir' config option.
tree
|
commitdiff
2014-04-27
Sebastian Harl
core: Make the plugin directory configurable.
tree
|
commitdiff
2014-04-22
Sebastian Harl
sysdbd: Free up the config item returned from the parse...
tree
|
commitdiff
2014-04-22
Sebastian Harl
sysdbd: Shut down all plugins before exiting.
tree
|
commitdiff
2014-04-21
Sebastian Harl
sysdbd: Keep connections open during reconfiguration.
tree
|
commitdiff
2014-04-21
Sebastian Harl
sysdbd: Free the config parse tree after finishing...
tree
|
commitdiff
2014-04-21
Sebastian Harl
sysdbd: Reconfigure the daemon on SIGHUP.
tree
|
commitdiff
2014-04-21
Sebastian Harl
sysdbd: Added daemon_free_listen_addresses().
tree
|
commitdiff
2014-04-18
Sebastian Harl
sysdbd: Fixed a config parser error message.
tree
|
commitdiff
2014-04-17
Sebastian Harl
sysdbd: Moved main loop handling into a separate function.
tree
|
commitdiff
2014-04-11
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-04-10
Sebastian Harl
sysdbd: Ignore SIGPIPE (e.g. when a client connection...
tree
|
commitdiff
2014-04-10
Sebastian Harl
sysdb: Added support for the -c <cmd> option.
tree
|
commitdiff
2014-04-10
Sebastian Harl
sysdb: Let sdb_command_print_reply() accept client...
tree
|
commitdiff
2014-04-10
Sebastian Harl
Added sysdb(1) manpage and updated sysdb help output.
tree
|
commitdiff
2014-02-23
Sebastian Harl
Include config.h in source files.
tree
|
commitdiff
2014-02-06
Sebastian Harl
frontend: Send connection-related log messages to the...
tree
|
commitdiff
2014-02-06
Sebastian Harl
sysdb: Handle EOF from the server.
tree
|
commitdiff
2014-02-04
Sebastian Harl
Updated copyright information.
tree
|
commitdiff
2014-02-04
Sebastian Harl
sysdb: Hide implementation details in the "input" module.
tree
|
commitdiff
2014-02-04
Sebastian Harl
sysdb: Use the asynchronous readline interface; handle...
tree
|
commitdiff
2014-02-04
Sebastian Harl
sysdb: Split sdb_command_exec() into two functions.
tree
|
commitdiff
2014-01-31
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-01-23
Sebastian Harl
client, sysdb: Improved error reporting.
tree
|
commitdiff
2014-01-12
Sebastian Harl
sysdb: Store a global input handler object in the input...
tree
|
commitdiff
2014-01-12
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-01-12
Sebastian Harl
sysdb: Do not add duplicate entries to the history.
tree
|
commitdiff
2014-01-10
Sebastian Harl
sysdb: Added a query to the history after executing it.
tree
|
commitdiff
2014-01-10
Sebastian Harl
sysdbd.conf(5), sysdbd.conf: Documented the 'Listen...
tree
|
commitdiff
2014-01-10
Sebastian Harl
sysdb: Only strip newlines from the command buffer.
tree
|
commitdiff
2014-01-09
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-01-09
Sebastian Harl
sysdb: Implemented input scanner and simple command...
tree
|
commitdiff
2014-01-06
Sebastian Harl
sysdb: Append newlines to lines read from readline().
tree
|
commitdiff
2013-12-31
Sebastian Harl
frontend: Added flex/bison based parser skeleton.
tree
|
commitdiff
2013-12-26
Sebastian Harl
sysdb/scanner.l: Enabled 8bit, nodefault, and warn...
tree
|
commitdiff
2013-12-26
Sebastian Harl
Fixed some issues identified by static code analysis.
tree
|
commitdiff
2013-12-20
Sebastian Harl
sysdb: Use the flex scanner generator for reading input.
tree
|
commitdiff
2013-12-20
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2013-12-15
Sebastian Harl
Moved sysdb and sysdbd sources to src/tools/.
tree
|
commitdiff