Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / src / include /
2013-11-23 Sebastian Harlfrontend: Handle STARTUP and PING commands.
2013-11-12 Sebastian Harlfrontend: Moved connection init/close to connection.c.
2013-11-11 Sebastian Harlfrontend: Added module for generic connection handling.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-10-31 Sebastian Harlutils strbuf: Added sdb_strbuf_skip().
2013-10-29 Sebastian Harlutils strbuf: Added sdb_strbuf_read().
2013-10-29 Sebastian Harlutils strbuf: Added memcpy and memappend functions.
2013-10-26 Sebastian Harlsocket frontend: Close listening sockets before returning.
2013-10-25 Sebastian Harlutils llist: Added sdb_llist_iter_remove_current().
2013-10-22 Sebastian Harldaemon: Added "Listen" config option.
2013-10-21 Sebastian Harlutils channel: Added sdb_channel_shutdown().
2013-10-20 Sebastian Harlutils channel: Changed abstime argument to a timeout.
2013-10-20 Sebastian Harlfrontend/sock: Added loop control to the socket handler.
2013-10-20 Sebastian HarlAdded framework for frontend connection handling.
2013-10-20 Sebastian Harlutils channel: Added sdb_channel_select().
2013-10-19 Sebastian Harlutils/channel: Added an asynchronous I/O multiplexer.
2013-10-14 Sebastian Harlstrbuf.h: Include unistd.h.
2013-10-02 Sebastian Harldaemon: Treat parser errors different from daemon/libsy...
2013-10-02 Sebastian Harlplugin: Unregister all callbacks if module/plugin init...
2013-10-02 Sebastian Harlutils llist: Made lookup's user-data a constant pointer.
2013-09-30 Sebastian Harlutils llist: Added sdb_llist_remove().
2013-09-30 Sebastian Harlutils llist: Updated documentation.
2013-09-30 Sebastian Harlutils llist: Added lookup callback type to be used...
2013-09-25 Sebastian Harlutils llist: Added sdb_llist_cmp_cb type.
2013-09-25 Sebastian Harlplugin: Manage all context information in the core.
2013-09-06 Sebastian Harlsysdb.h.in: Reintroduced SDB_STATIC_ARRAY_LEN().
2013-08-17 Sebastian Harlobject: Removed support for cloning typed objects.
2013-08-17 Sebastian Harlobject: Added sdb_object_vcreate().
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 Harlplugin/store: Added support for "cname" plugins.
2013-07-20 Sebastian Harlplugin: Added formatting log functions.
2013-07-18 Sebastian HarlLet objects be named.
2013-07-10 Sebastian Harlerror: Updated documentation; removed obsolete TODO...
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-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 Harlutils error, strbuf: Added sdb_error_chomp(), sdb_strbu...
2013-03-20 Sebastian Harlutils strbuf: Added an automatically growing string...
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 Harlutils error: Added module for error reporting.
2013-03-05 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb...
2013-02-20 Sebastian Harlutils dbi: Added sdb_dbi_client_check_conn().
2013-01-02 Sebastian HarlRenamed the project to SysDB (System DataBase).
2013-01-02 Sebastian HarlAdded missing daemon/config.h.
2012-12-17 Sebastian Harlstore: Added support for host attributes.
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 Harlutils unixsock: Added wrappers for clearerr(), feof...
2012-12-11 Sebastian Harlutils unixsock: Added sc_unixsock_client_shutdown().
2012-12-11 Sebastian Harlstore: Return a positive value when to-be-stored host...
2012-12-10 Sebastian Harlutils dbi: Added initial version.
2012-12-05 Sebastian HarlInitial commit. sysdb-0.0.0