Code

store_lookup: Added sdb_store_inv_matcher().
[sysdb.git] / src / core /
2014-04-06 Sebastian Harlstore_lookup: Added sdb_store_inv_matcher().
2014-04-06 Sebastian Harlstore: Don't change the interval if the new interval...
2014-04-05 Sebastian Harlstore: Added sdb_store_matcher_parse_cmp().
2014-04-05 Sebastian Harlstore: Moved matcher types to store-private.h.
2014-04-03 Sebastian Harlstore: Include update interval in the JSON serialization.
2014-04-03 Sebastian Harlcore/time: Added sdb_strfinterval().
2014-04-03 Sebastian Harlstore: Fixed a conversion warning reported by GCC.
2014-04-02 Sebastian Harlstore: Calculate and store each objects update interval.
2014-04-01 Sebastian Harlstore: Let sdb_store_matcher_matches return true if...
2014-04-01 Sebastian Harlstore: Added sdb_store_lookup().
2014-04-01 Sebastian Harlstore: Added sdb_store_iterate().
2014-03-31 Sebastian Harlobject: Let create_simple() accept an optional destructor.
2014-02-23 Sebastian HarlFixed (pedantic) void-pointer to function-pointer cast...
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-02-23 Sebastian Harlstore_lookup: Made logical operators public.
2014-02-23 Sebastian Harlstore: Added public functions to create and execute...
2014-02-21 Sebastian Harlstore_lookup: Fix matching of services with empty attr...
2014-02-21 Sebastian Harlstore: Require name matchers to match string *and*...
2014-02-21 Sebastian Harlstore: Fixed data format error detection.
2014-02-21 Sebastian Harlstore: Added sdb_store_clear().
2014-02-20 Sebastian Harlstore: Added a frame-work for object lookups.
2014-02-20 Sebastian Harldata: Let sdb_data_format() different quoting styles.
2014-02-20 Sebastian Harldata: Let sdb_data_format() return the number of bytes...
2014-02-20 Sebastian Harldata: Let sdb_data_format output to a character array.
2014-02-20 Sebastian Harldata: Added sdb_data_strlen.
2014-02-20 Sebastian Harldata: Escape \ and " in strings when formatting them.
2014-02-20 Sebastian Harldata: Correctly format NULL values.
2014-02-19 Sebastian Harlstore: Split private type definitions into a new header...
2014-02-11 Sebastian Harlstore: Serialize attribute values using sdb_data_format().
2014-02-10 Sebastian Harlstore: Removed sdb_ prefix from private lookup function.
2014-02-10 Sebastian Harldata: Double quote formatted date-times.
2014-02-10 Sebastian Harldata: Format binary bytes as \xXX rather than \XX.
2014-02-10 Sebastian Harldata: Improve serialization of binary data.
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-30 Sebastian Harlcore/data: Added sdb_data_format() function.
2014-01-29 Sebastian Harlstore: Added support for different data-types for attri...
2014-01-29 Sebastian Harldata: Added helper functions to copy and free data.
2014-01-06 Sebastian Harlstore: Added sdb_store_get_host().
2014-01-03 Sebastian Harlstore: Added flags to JSON functions indicating informa...
2014-01-03 Sebastian Harlstore: Introduced sdb_store_host_tojson() to serialize...
2014-01-03 Sebastian Harlstore: Moved object type attribute to the base object.
2014-01-03 Sebastian Harlstore: Exported the store base object type as opaque...
2014-01-01 Sebastian Harlobject: Added sdb_object_create_simple().
2013-12-26 Sebastian Harlstore: Don't look up services from hierarchical hosts.
2013-12-26 Sebastian HarlFixed some issues identified by static code analysis.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-20 Sebastian Harlplugin: Record all loaded plugins and use that for...
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-12-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-07 Sebastian Harlstore: tojson(): Comma-separate multiple hosts.
2013-12-07 Sebastian Harlstore: Don't try to update non-existent attributes.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-01 Sebastian Harlobject: Ensure that a type's destroy callback is called...
2013-11-28 Sebastian Harlstore: Let tojson() embed errors into JSON rather than...
2013-11-28 Sebastian Harlstore: Replaced store_dump() with store_tojson().
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-10-22 Sebastian HarlMade log prefixes slightly more generic.
2013-10-02 Sebastian Harlstore: Make sure not to store duplicate host entries.
2013-10-02 Sebastian Harlplugin: Unregister all callbacks if module/plugin init...
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-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-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 Harlplugin: Added support for log callbacks.
2013-04-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
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.
next