Code

store.h: Reuse the sdb_metric_store_t type for a metric's store field.
[sysdb.git] / src / utils /
2016-08-17 Sebastian HarlSSL utils: Fixed a memory leak in a couple of error...
2016-02-25 Sebastian HarlFix compilation with GCC when _GNU_SOURCE isn't defined.
2016-02-25 Sebastian HarlInclude strings.h instead of defining _BSD_SOURCE to...
2015-10-13 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-10-09 Sebastian HarlInclude strings.h which is required for strcasecmp().
2015-05-19 Sebastian Harlutils/proto: Support boolean values.
2015-03-05 Sebastian Harlavltree: Add sdb_avltree_iter_peek_next().
2015-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-22 Sebastian Harlproto: Make sdb_proto_marshal_int32 a public function.
2015-02-16 Sebastian Harlssl utils: During shutdown, destroy mutexes as the...
2015-02-10 Sebastian Harlssl: Register OpenSSL thread-ID and locking callbacks.
2015-02-09 Sebastian HarlSSL utils: Added init() and shutdown() functions for...
2015-02-01 Sebastian Harlfrontend, client: Properly support IPv6 when handling...
2015-02-01 Sebastian Harlerror utils: Add sdb_error_parse_priority().
2015-01-30 Sebastian Harlutils os: Add sdb_realpath().
2015-01-30 Sebastian HarlSSL utils: Pass a constant options object to all constr...
2015-01-30 Sebastian HarlMove sdb_get_homedir() from tools/sysdb to utils/os.
2015-01-30 Sebastian HarlSSL utils: Include the relevant filename in all error...
2015-01-30 Sebastian HarlSSL utils: Add sdb_ssl_free_options().
2015-01-28 Sebastian HarlSSL utils: Added helper functions for managing OpenSSL...
2015-01-14 Sebastian Harlos utils: Fixed a typo in the UDP resolver implementation.
2015-01-12 Sebastian Harlos utils: Added sdb_resolve().
2015-01-02 Sebastian Harlproto: Added support for unmarshaling hosts/services...
2015-01-02 Sebastian Harlproto: Let unmarshaled string/binary data point into...
2015-01-02 Sebastian Harlutils unixsock: Avoid memory allocations in common...
2015-01-02 Sebastian Harldata: Let sdb_data_parse() accept a const string and...
2015-01-02 Sebastian Harlproto: Added sdb_proto_unmarshal_data().
2014-12-29 Sebastian Harlproto: Let unmarshal functions return the number of...
2014-12-25 Sebastian Harlproto: Added support for marshaling attribute objects.
2014-12-24 Sebastian Harlproto: Use hton instead of ntoh functions in marshal...
2014-12-24 Sebastian Harlproto: Define a wire format for host/service/metric...
2014-12-24 Sebastian Harlproto: Don't include a string's length in the wire...
2014-12-24 Sebastian HarlAdd a suffix to integer marshal/unmarshal functions...
2014-12-23 Sebastian Harlproto: Add support for marshaling all data types.
2014-12-23 Sebastian Harlproto: Add support for marshaling regex types.
2014-12-23 Sebastian Harlproto: Added support for marshaling double-precision...
2014-12-22 Sebastian Harlproto: Added sdb_proto_marshal_data.
2014-12-18 Sebastian Harlutils/proto: Let all unmarshal functions accept strings...
2014-12-16 Sebastian Harlproto: Renamed sdb_proto_get_int to sdb_proto_unmarshal...
2014-12-15 Sebastian Harlproto: Add sdb_proto_unmarshal_header().
2014-12-15 Sebastian HarlMoved sdb_proto_send/sdb_proto_select to sdb_write...
2014-12-14 Sebastian Harlutils/proto: Replaced sdb_proto_send_msg with sdb_proto...
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-09 Sebastian Harlutils/os: Added sdb_get_current_user().
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-11-04 Sebastian Harlutils/error: Added sdb_vlog().
2014-10-05 Sebastian Harlutils dbi: Guard against multiple calls to dbi_shutdown...
2014-09-17 Sebastian Harlutils strbuf: Exponentially increase the buffer size.
2014-09-17 Sebastian Harlutils strbuf: Added 'min_size' to be considered when...
2014-09-17 Sebastian Harlutils strbuf: Renamed buffer variables from 'strbuf...
2014-07-11 Sebastian Harlavltree: Iterate through the tree depth-first when...
2014-07-11 Sebastian Harlavltree: Always compare objects by name.
2014-07-09 Sebastian Harlavltree: Added sdb_avltree_lookup().
2014-07-09 Sebastian Harlavltree: Added helper function sdb_avltree_valid().
2014-07-09 Sebastian Harlavltree: Don't leak memory when clearing the tree.
2014-07-09 Sebastian Harlavltree: Added helper to determine smallest node.
2014-07-09 Sebastian Harlavltree: Lock the tree during insertion.
2014-07-09 Sebastian Harlavltree: Rebalance the tree after inserting a new element.
2014-07-08 Sebastian Harlavltree: Removed some irrelevant special cases.
2014-07-08 Sebastian Harlutils avltree: Started implementation of an AVL tree.
2014-07-05 Sebastian HarlMoved compare and lookup callback types from utils...
2014-07-04 Sebastian Harlunixsock, data: Moved sdb_unixsock_parse_cell() to...
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 Harlutils os: Added sdb_mkdir_all() helper function.
2014-06-11 Sebastian HarlRenamed DBI_TYPE_TO_SC to DBI_TYPE_TO_SDB.
2014-05-16 Sebastian Harlstrbuf utils: Added sdb_strbuf_cap().
2014-05-16 Sebastian Harlstrbuf utils: Fixed resizing in append.
2014-05-12 Sebastian Harlstrbuf: Free memory when it's not longer needed.
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-23 Sebastian Harlutils strbuf: Don't copy more than needed in sdb_strbuf...
2014-04-21 Sebastian Harlutils llist: Added sdb_llist_clear().
2014-04-21 Sebastian Harlutils llist: Removed sdb_ prefix from private functions.
2014-04-14 Sebastian Harlllist utils: Added sdb_llist_remove_by_name().
2014-03-07 Sebastian Harlutils llist: Let llist_get() increment the reference...
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-29 Sebastian Harlutils dbi: Use sdb_data_free_datum().
2014-01-28 Sebastian Harlcore/data: Make string and binary data not constant.
2014-01-12 Sebastian HarlFixed memory errors identified by LLVM's AddressSanitizer.
2014-01-10 Sebastian Harlunixsock utils: Retry reading from socket if the call...
2014-01-03 Sebastian Harlutils llist: Added TODO note about iterator improvements.
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_get().
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_len().
2013-12-26 Sebastian HarlFixed some issues identified by static code analysis.
2013-12-21 Sebastian Harlproto utils: Fixed invalid conversion of return value.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-19 Sebastian Harlproto utils: Added sdb_proto_select().
2013-12-13 Sebastian Harlstrbuf utils: Added sdb_strbuf_clear().
2013-12-13 Sebastian Harldbi utils: Don't keep invalid object address after...
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-10 Sebastian Harlerror utils: Make the logger callback configurable.
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-12-10 Sebastian Harlproto utils: Fixed offset check in get_int().
2013-12-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-05 Sebastian Harlutil strbuf: Let skip() support an offset.
2013-12-04 Sebastian Harlutils proto: Added sdb_proto_get_int().
2013-12-04 Sebastian Harlutils proto: Added utility functions for protocol handling.
next