Code

store: Simplified object lookup during update.
[sysdb.git] / src /
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().
2014-04-22 Sebastian HarlMake clang-analyze happy in two irrelevant cases.
2014-04-21 Sebastian Harlsysdbd: Keep connections open during reconfiguration.
2014-04-21 Sebastian Harlfrontend: Added sdb_fe_sock_clear_listeners().
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-21 Sebastian HarlMake all plugins ready for reconfiguration support.
2014-04-21 Sebastian Harlplugin: Added support for reconfiguring the system...
2014-04-21 Sebastian Harlutils llist: Added sdb_llist_clear().
2014-04-21 Sebastian Harlutils llist: Removed sdb_ prefix from private functions.
2014-04-21 Sebastian Harlplugin: Do not expect all callbacks to have a plugin...
2014-04-20 Sebastian Harlplugin: Unset the plugin context before unregistering...
2014-04-20 Sebastian Harlplugin: Log to stderr if no logger has been registered.
2014-04-20 Sebastian Harlplugin: Let ctx_create() use ctx_set().
2014-04-19 Sebastian Harlplugin: Split sdb_plugin_load() into multiple functions.
2014-04-19 Sebastian Harlplugin: Fixed detection of plugins loaded twice.
2014-04-18 Sebastian Harlplugin: Keep a global reference of a plugin context...
2014-04-18 Sebastian Harlplugin: Increment ref-count for a context stored in...
2014-04-18 Sebastian Harlplugin: Only log a message when actually unloading...
2014-04-18 Sebastian Harlplugin: Unload (dlclose) a plugin when it's no longer...
next