Code

store.h: Reuse the sdb_metric_store_t type for a metric's store field.
[sysdb.git] / src / tools /
2016-02-25 Sebastian HarlFix compilation with GCC when _GNU_SOURCE isn't defined.
2015-11-30 Sebastian HarlEnable flex verbose output only in verbose build mode.
2015-08-09 Sebastian Harlstore::memory: Add a plugin providing an in-memory...
2015-08-08 Sebastian Harlstore: Drop the global (default) store.
2015-05-21 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-21 Sebastian Harlstore: Make the actual store a separate object.
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-02-10 Sebastian Harlssl: Register OpenSSL thread-ID and locking callbacks.
2015-02-09 Sebastian HarlSSL utils: Added init() and shutdown() functions for...
2015-02-01 Sebastian Harlsysdb: Add -A option to specify a CA certificates file.
2015-02-01 Sebastian HarlUnload all plugins when shutting down sysdbd.
2015-02-01 Sebastian Harlsysdbd: Add SSL{Certificate,CertificateKey,CACertificat...
2015-02-01 Sebastian Harlfrontend: Support custom SSL options for each listener.
2015-01-30 Sebastian Harlsysdb: Added -K and -C options to specify SSL key and...
2015-01-30 Sebastian Harlsysdb: Use SSL keys and certs in ~/.config/sysdb/ssl...
2015-01-30 Sebastian Harlsysdb: Add and use sdb_input_reset().
2015-01-30 Sebastian HarlMove sdb_get_homedir() from tools/sysdb to utils/os.
2015-01-28 Sebastian Harlclient, sysdb: Let TCP connection use SSL.
2015-01-28 Sebastian Harlfrontend, sysdbd: Let all TCP connections use SSL.
2015-01-17 Sebastian Harlsysdb: Simplified prompt used for continuation lines.
2015-01-16 Sebastian Harlsysdb: Use the current user's homedir rather than the...
2015-01-10 Sebastian Harlsysdb: Accept status=OK after sending a query.
2015-01-02 Sebastian Harlsysdb/scanner.l: Include ctype.h; needed for isspace().
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: Fixed check for duplicate history entries.
2014-12-11 Sebastian Harlsysdb: Store all commands in the history; even if they...
2014-12-11 Sebastian Harlsysdb: Parse strings correctly.
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-12-11 Sebastian Harlsysdb: Clear the current command from the buffer after...
2014-12-09 Sebastian Harlutils/os: Added sdb_get_current_user().
2014-12-04 Sebastian HarlAdded documentation and sample configuration for the...
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
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-08-22 Sebastian HarlAdded __attribute__((format(printf, ...))) where approp...
2014-08-21 Sebastian Harlcollectd::unixsock: Record the, configurable, time...
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-07-19 Sebastian Harlsysdb: Use non-callback readline mode when non-interactive.
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-27 Sebastian Harlcore: Automatically determine config callback names.
2014-06-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-25 Sebastian Harlsysdb: Wait for remaining data after the mainloop termi...
2014-06-09 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-06 Sebastian Harlsysdbd: Forcefully terminate the frontend and backend...
2014-06-06 Sebastian Harlsysdbd: Simplified main loop management.
2014-05-02 Sebastian Harlsysdb: Fixed incompatible pointer type warning reported...
2014-05-01 Sebastian Harltools: Log library versions as well on startup.
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-30 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-29 Sebastian Harlsysdbd: Don't leak memory when aborting from the main...
2014-04-27 Sebastian Harlsysdbd: Return with status=1 in case of an initializati...
2014-04-27 Sebastian Harlsysdbd: Improved startup logging.
2014-04-27 Sebastian Harlsysdbd.conf: Added 'PluginDir' config option.
2014-04-27 Sebastian Harlcore: Make the plugin directory configurable.
2014-04-22 Sebastian Harlsysdbd: Free up the config item returned from the parse...
2014-04-22 Sebastian Harlsysdbd: Shut down all plugins before exiting.
2014-04-21 Sebastian Harlsysdbd: Keep connections open during reconfiguration.
2014-04-21 Sebastian Harlsysdbd: Free the config parse tree after finishing...
2014-04-21 Sebastian Harlsysdbd: Reconfigure the daemon on SIGHUP.
2014-04-21 Sebastian Harlsysdbd: Added daemon_free_listen_addresses().
2014-04-18 Sebastian Harlsysdbd: Fixed a config parser error message.
2014-04-17 Sebastian Harlsysdbd: Moved main loop handling into a separate function.
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-10 Sebastian Harlsysdbd: Ignore SIGPIPE (e.g. when a client connection...
2014-04-10 Sebastian Harlsysdb: Added support for the -c <cmd> option.
2014-04-10 Sebastian Harlsysdb: Let sdb_command_print_reply() accept client...
2014-04-10 Sebastian HarlAdded sysdb(1) manpage and updated sysdb help output.
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-02-06 Sebastian Harlfrontend: Send connection-related log messages to the...
2014-02-06 Sebastian Harlsysdb: Handle EOF from the server.
2014-02-04 Sebastian HarlUpdated copyright information.
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 Harlsysdbd.conf(5), sysdbd.conf: Documented the 'Listen...
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...
next