Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / src /
2014-07-01 Sebastian Harlplugin: Make sdb_plugin_info_t public.
2014-07-01 Sebastian Harlstore: Split out common JSON code into a separate helpe...
2014-06-30 Sebastian Harlutils os: Added sdb_remove_all() to recursively remove...
2014-06-30 Sebastian HarlDon't free dirname()'s return value.
2014-06-29 Sebastian Harlutils os: Don't enforce the mode on existing directorie...
2014-06-29 Sebastian Harlfrontend: Ensure that the base directory of a UNIX...
2014-06-29 Sebastian Harlutils os: Added sdb_mkdir_all() helper function.
2014-06-29 Sebastian Harlsyslog plugin: Don't log DEBUG messages for now.
2014-06-29 Sebastian Harlsyslog plugin: Initialize syslog as soon as possible.
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-28 Sebastian Harlbuild system: Added --enable-gprof configure flag.
2014-06-28 Sebastian Harlplugin: Use multiple log entries when logging plugin...
2014-06-28 Sebastian Harlplugin: The replaced SDB_PLUGIN_INFO_NAME with the...
2014-06-28 Sebastian Harlplugin: Automatically prepend callback names with the...
2014-06-27 Sebastian Harlcore: Automatically determine config callback names.
2014-06-27 Sebastian Harlstore: Cleaned up variable name (obj_lock → host_lock).
2014-06-27 Sebastian Harlstore_lookup: Use more specific types where appropriate.
2014-06-27 Sebastian Harlstore: Renamed store_base to store_obj.
2014-06-27 Sebastian Harlstore: Split store_obj into separate host and service...
2014-06-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-26 Sebastian Harlstore: Simplified object lookup during update.
2014-06-26 Sebastian Harlstore: Simplified object update based on having hosts...
2014-06-26 Sebastian Harlstore: Renamed a store object's 'children' to 'services'.
2014-06-26 Sebastian Harlstore: Removed obsolete TODO note.
2014-06-25 Sebastian Harlplugin: Ignore internal loggers when checking for exist...
2014-06-25 Sebastian Harlsysdb: Wait for remaining data after the mainloop termi...
2014-06-25 Sebastian Harlclient: Added sdb_client_shutdown().
2014-06-25 Sebastian HarlMakefile: For now, link libsysdb sources directly into...
2014-06-23 Sebastian Harlstore/frontend: Added support for integer and float...
2014-06-23 Sebastian Harlfrontend: Added initial parser for "data" values.
2014-06-23 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-23 Sebastian Harlstore_lookup: Pass a data-object to parse_cmp().
2014-06-23 Sebastian Harlstore_lookup: Added support for <, <=, >=, > when compa...
2014-06-23 Sebastian Harlstore_lookup: Don't accept invalid object types in...
2014-06-23 Sebastian Harlstore_lookup: Introduce conditional based attribute...
2014-06-22 Sebastian Harldata: Pass 'const' data objects to strlen()/format().
2014-06-22 Sebastian Harlstore: Added helper function to retrieve a host's attri...
2014-06-22 Sebastian Harlstore: Don't allow name to be NULL when matching attrib...
2014-06-22 Sebastian Harlstore_lookup: Simplified some internal checks.
2014-06-22 Sebastian Harlstore: Removed a obsolete (and now somewhat misleading...
2014-06-19 Sebastian Harlstore_lookup: Removed unneeded forward declarations.
2014-06-19 Sebastian HarlCleaned up some internal type names.
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) host matcher.
2014-06-19 Sebastian Harlstore_lookup: Let attribute matchers check the attribut...
2014-06-19 Sebastian Harlstore_lookup: Made the attribute matcher a "standalone...
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) service matcher.
2014-06-19 Sebastian Harlstore_lookup: Let parse_cmp() use the new name matcher.
2014-06-19 Sebastian Harlstore_lookup: Added a matcher matching by object name.
2014-06-18 Sebastian HarlRemoved obsolete TODO note.
2014-06-16 Sebastian Harlgrammar: Simplified compare matcher parser.
2014-06-12 Sebastian Harldata: Added sdb_data_cmp() comparing two data points.
2014-06-11 Sebastian HarlRenamed DBI_TYPE_TO_SC to DBI_TYPE_TO_SDB.
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-16 Sebastian Harlstrbuf utils: Added sdb_strbuf_cap().
2014-05-16 Sebastian Harlstrbuf utils: Fixed resizing in append.
2014-05-14 Sebastian Harlfrontend: Simplified error handling.
2014-05-14 Sebastian Harlfrontend: Execute commands early on large amounts of...
2014-05-14 Sebastian Harlfrontend: Handle missing authentication early.
2014-05-14 Sebastian Harlfrontend: Fix invalid command handling when receiving...
2014-05-13 Sebastian Harlfrontend: Treat CONNECTION_IDLE as an invalid command.
2014-05-12 Sebastian Harlstrbuf: Free memory when it's not longer needed.
2014-05-09 Sebastian HarlMake libsysdb and libsysdbclient private libraries...
2014-05-09 Sebastian HarlMakefile: Added missing headers to _HEADERS variables.
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-29 Sebastian Harlclient: Fixed a memory leak in case connection setup...
2014-04-27 Sebastian Harlsysdbd: Return with status=1 in case of an initializati...
2014-04-27 Sebastian Harlfrontend: Make UNIX sockets the default listener implem...
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-26 Sebastian Harldbi utils: Added compat layer for DBI < 0.9.
2014-04-26 Sebastian Harldbi utils: Use the new _r interface.
2014-04-25 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-25 Sebastian Harlfrontend: Added destructors for dynamically allocated...
2014-04-25 Sebastian Harlfrontend: Fixed deprecated %name-prefix syntax.
2014-04-25 Sebastian Harlfrontend: FETCH, LIST, LOOKUP are untyped tokens.
2014-04-25 Sebastian Harlcore: Don't leak memory upon an error in the collector...
2014-04-25 Sebastian Harlcore: Don't leak memory when shutting down the collecto...
2014-04-24 Sebastian Harlfrontend: Reset the current command length on CONNECTIO...
2014-04-24 Sebastian Harlfrontend: Clear the error buffer when initializing...
2014-04-23 Sebastian Harlutils strbuf: Don't copy more than needed in sdb_strbuf...
2014-04-23 Sebastian Harlfrontend: Always store errors in the error buffer.
2014-04-23 Sebastian Harlfrontend: Always reset the current command after handli...
2014-04-23 Sebastian Harlfrontend: Clear current command on authentication error.
2014-04-23 Sebastian Harlparser: Don't leak memory when building nested matchers.
2014-04-22 Sebastian Harlbackends: Destroy dbi/unixsock clients on shutdown.
2014-04-22 Sebastian Harlstore: Free old attribute values before storing an...
2014-04-22 Sebastian Harlcollectd::unixsock plugin: Free temporarily allocated...
2014-04-22 Sebastian Harlfrontend: Free strdup()'ed username when destroying...
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-22 Sebastian Harlplugin: Added sdb_plugin_shutdown_all().
next