Code

proto: Renamed sdb_proto_get_int to sdb_proto_unmarshal_int.
[sysdb.git] / src / utils /
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.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-28 Sebastian Harlutils strbuf: Handle nul-byte correctly.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-07 Sebastian Harlutils strbuf: Advance buffer position in sdb_strbuf_read().
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-25 Sebastian Harlutils llist: Added sdb_llist_iter_remove_current().
2013-10-21 Sebastian Harlutils channel: Added sdb_channel_shutdown().
2013-10-21 Sebastian Harlutils channel: Normalize time before passing it to...
2013-10-20 Sebastian Harlutils channel: Unlock mutex before returning on error.
2013-10-20 Sebastian Harlutils channel: Update timeout in channel_select when...
2013-10-20 Sebastian Harlutils channel: Let channel_select() set errno.
2013-10-20 Sebastian Harlutils channel: Changed abstime argument to a timeout.
2013-10-20 Sebastian Harlutils channel: Added sdb_channel_select().
2013-10-19 Sebastian Harlutils/channel: Use a mutex instead of a rwlock.
2013-10-19 Sebastian Harlutils/channel: Added an asynchronous I/O multiplexer.
2013-10-02 Sebastian Harlutils llist: Fixed a segfault in functions doing lookups.
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: Added lookup callback type to be used...
2013-09-25 Sebastian Harlutils llist: Added sdb_llist_cmp_cb type.
2013-09-16 Sebastian Harlutils unixsock: Explicitely enable line-buffering.
2013-09-05 Sebastian Harlutils strbuf: Fixed a wrong assertion.
2013-09-04 Sebastian Harlutils strbuf: Allow the initial size to be zero.
2013-07-18 Sebastian HarlLet objects be named.
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-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 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...
next