Code

object: Be more specific about requirements for the 'destroy' callback.
[sysdb.git] / src /
2013-12-01 Sebastian Harlobject: Be more specific about requirements for the...
2013-12-01 Sebastian Harlobject: Ensure that a type's destroy callback is called...
2013-09-25 Sebastian Harlutils llist: Added sdb_llist_cmp_cb type.
2013-09-25 Sebastian Harlplugin: Removed sdb_ prefix from private functions.
2013-09-25 Sebastian Harlplugin: Store real plugin name and filename in the...
2013-09-25 Sebastian Harlplugin: Store plugin info attributes in the plugin...
2013-09-25 Sebastian Harlplugin: Manage all context information in the core.
2013-09-18 Sebastian Harlplugin: Made plugin context a dynamic object.
2013-09-18 Sebastian Harlplugin: Dynamically allocate plugin info attributes.
2013-09-16 Sebastian Harlutils unixsock: Explicitely enable line-buffering.
2013-09-06 Sebastian Harlsysdb.h.in: Reintroduced SDB_STATIC_ARRAY_LEN().
2013-09-05 Sebastian Harlutils strbuf: Fixed a wrong assertion.
2013-09-04 Sebastian Harlutils strbuf: Allow the initial size to be zero.
2013-08-23 Sebastian HarlAdded unit testing framework based on ‘check’.
2013-08-17 Sebastian Harlobject: Removed support for cloning typed objects.
2013-08-17 Sebastian Harlstore: Support NULL attribute values.
2013-08-17 Sebastian Harlstore: Handle cname translation centrally.
2013-08-17 Sebastian Harlstore: Handle locking correctly when storing attributes.
2013-08-17 Sebastian Harlstore: Use generic store function also to store attributes.
2013-08-17 Sebastian Harlstore: Pass the right timestamp to newly created store...
2013-08-17 Sebastian Harlstore: Use sdb_object_vcreate() when creating objects...
2013-08-17 Sebastian Harlobject: Added sdb_object_vcreate().
2013-08-17 Sebastian Harlstore: Use store super-class when storing objects.
2013-08-17 Sebastian Harlstore: Canonicalize hostname before storing a service.
2013-08-17 Sebastian Harlstore: Refactored host/service store code.
2013-08-17 Sebastian Harlstore: Unified host and service objects into a hierarch...
2013-08-17 Sebastian Harlstore: Removed now duplicate code.
2013-08-02 Sebastian Harlstore: Let store object-types be private types.
2013-08-01 Sebastian Harlstore: Let sdb_store_service() accept const arguments.
2013-08-01 Sebastian Harlstore: Let sdb_store_attribute() accept const arguments.
2013-08-01 Sebastian Harlstore: Removed unused function sdb_store_get_service().
2013-08-01 Sebastian Harlstore: Removed unsed function sdb_service_create().
2013-07-24 Sebastian Harlstore: Removed unused sdb_attribute_create().
2013-07-24 Sebastian Harlstore: Renamed sdb_store_get_host() to sdb_store_has_ho...
2013-07-24 Sebastian Harlstore: Simplified sdb_store_host().
2013-07-24 Sebastian Harlstore: Removed unused sdb_host_create() function.
2013-07-22 Sebastian Harlstore: Renamed 'parent' attribute to 'super'.
2013-07-20 Sebastian Harlsysdbd.conf: Improved 'cname' documentation.
2013-07-20 Sebastian Harlsysdbd.conf: Added and documented a sample LoadPlugin...
2013-07-20 Sebastian Harlcname::dns: Added first version of a plugin to query...
2013-07-20 Sebastian Harlplugin/store: Added support for "cname" plugins.
2013-07-20 Sebastian Harlplugin: Added formatting log functions.
2013-07-18 Sebastian Harlplugin: Removed another custom lookup-by-name function.
2013-07-18 Sebastian HarlLet objects be named.
2013-07-10 Sebastian Harlerror: Updated documentation; removed obsolete TODO...
2013-07-10 Sebastian Harlsyslog plugin: Added plugin to log to syslog.
2013-07-10 Sebastian Harlconfig: Added support for (generic) LoadPlugin.
2013-07-10 Sebastian Harlplugin: Added support for log callbacks.
2013-04-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-04-01 Sebastian HarlMoved data.h from utils to core.
2013-04-01 Sebastian HarlMoved error / time from utils to core.
2013-03-25 Sebastian Harlstore: Use sdb_object_clone, rather than the private...
2013-03-23 Sebastian Harlstore: Let all store types be public.
2013-03-23 Sebastian Harlstore: Removed the store specific clone callbacks.
2013-03-23 Sebastian Harlobject: Introduced sdb_object_clone().
2013-03-23 Sebastian Harlobject system: Introduced a 'clone' callback for types.
2013-03-23 Sebastian Harlobject system: Introduced a concept of types.
2013-03-22 Sebastian HarlSimplified inherited attribute naming in store objects.
2013-03-20 Sebastian Harlplugin: Log a warning in the main loop if there are...
2013-03-20 Sebastian Harlsysdbd: Set a default interval of 60 seconds.
2013-03-20 Sebastian HarlUse sdb_error_chomp() to remove newlines from multi...
2013-03-20 Sebastian Harlutils error, strbuf: Added sdb_error_chomp(), sdb_strbu...
2013-03-20 Sebastian HarlRemoved newline at the end of sdb_log()'ed strings.
2013-03-20 Sebastian Harlutils strbuf: Copy va_lists rather than using them...
2013-03-20 Sebastian Harlutils error: Use string buffers rather than static...
2013-03-20 Sebastian Harlutils strbuf: Added an automatically growing string...
2013-03-10 Sebastian Harlmk-livestatus backend: Use '::' to separate instance...
2013-03-10 Sebastian HarlRenamed puppet-storeconfigs backend to puppet::store...
2013-03-10 Sebastian HarlRenamed collectd backend to collectd::unixsock.
2013-03-10 Sebastian Harlplugin, daemon: Use '::' in plugin names to indicate...
2013-03-10 Sebastian HarlMoved sdb_strerror() from utils/string.h to utils/error.h.
2013-03-10 Sebastian HarlRenamed error recording / logging functions.
2013-03-10 Sebastian HarlUse the sdb_error* function throughout the project.
2013-03-10 Sebastian Harlutils error: Make sure to destroy memory allocated...
2013-03-10 Sebastian Harlutils error: Added module for error reporting.
2013-03-10 Sebastian HarlRenamed sysdbd.conf to sysdbd.conf.sample.
2013-03-10 Sebastian Harlsysdbd.conf: Added sample configuration for each plugin.
2013-03-05 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-03-04 Sebastian Harlbackends, daemon: Don't shadow global 'socket' and...
2013-03-04 Sebastian Harlstore, llist: Don't shadow the global symbol 'clone'.
2013-02-20 Sebastian Harlpuppet-storeconfigs backend: Check database connection...
2013-02-20 Sebastian Harlutils dbi: Added sdb_dbi_client_check_conn().
2013-02-19 Sebastian Harlutils dbi: Avoid segfault when executing queries when...
2013-01-02 Sebastian HarlRenamed the project to SysDB (System DataBase).
2013-01-02 Sebastian HarlAdded missing daemon/config.h.
2013-01-02 Sebastian Harlstore: Fixed host lock handling.
2012-12-17 Sebastian HarlPuppet storeconfigs backend: Query facts and store...
2012-12-17 Sebastian Harlstore: Added support for host attributes.
2012-12-17 Sebastian Harlstore: Print the right update timestamp when dumping...
2012-12-13 Sebastian HarlMK Livestatus backend: Added support for querying services.
2012-12-13 Sebastian HarlMK Livestatus backend: Converted to use sc_unixsock_cli...
2012-12-13 Sebastian Harlcollectd backend: Converted to use sc_unixsock_client_p...
2012-12-13 Sebastian Harlobject.h: Added SC_OBJECT_WRAPPER_STATIC().
2012-12-13 Sebastian Harlstore: Changed various parameters to 'const char *'.
2012-12-12 Sebastian Harlutils dbi + unixsock: Pass user-data object to data...
2012-12-11 Sebastian Harlutils unixsock: Added sc_unixsock_client_process_lines().
2012-12-11 Sebastian Harlutils data: Added module providing a data-type to store...
2012-12-11 Sebastian Harlsyscollectord: Include extra version information in...
2012-12-11 Sebastian HarlAdded initial version of the MK Livestatus backend.
2012-12-11 Sebastian Harlutils unixsock: Added wrappers for clearerr(), feof...
next