tokkee.org
Code
projects
/
sysdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
data: Fixed copying of NULL data.
[sysdb.git]
/
src
/
utils
/
2014-10-05
Sebastian Harl
utils dbi: Guard against multiple calls to dbi_shutdown...
tree
|
commitdiff
2014-09-17
Sebastian Harl
utils strbuf: Exponentially increase the buffer size.
tree
|
commitdiff
2014-09-17
Sebastian Harl
utils strbuf: Added 'min_size' to be considered when...
tree
|
commitdiff
2014-09-17
Sebastian Harl
utils strbuf: Renamed buffer variables from 'strbuf...
tree
|
commitdiff
2014-07-11
Sebastian Harl
avltree: Iterate through the tree depth-first when...
tree
|
commitdiff
2014-07-11
Sebastian Harl
avltree: Always compare objects by name.
tree
|
commitdiff
2014-07-09
Sebastian Harl
avltree: Added sdb_avltree_lookup().
tree
|
commitdiff
2014-07-09
Sebastian Harl
avltree: Added helper function sdb_avltree_valid().
tree
|
commitdiff
2014-07-09
Sebastian Harl
avltree: Don't leak memory when clearing the tree.
tree
|
commitdiff
2014-07-09
Sebastian Harl
avltree: Added helper to determine smallest node.
tree
|
commitdiff
2014-07-09
Sebastian Harl
avltree: Lock the tree during insertion.
tree
|
commitdiff
2014-07-09
Sebastian Harl
avltree: Rebalance the tree after inserting a new element.
tree
|
commitdiff
2014-07-08
Sebastian Harl
avltree: Removed some irrelevant special cases.
tree
|
commitdiff
2014-07-08
Sebastian Harl
utils avltree: Started implementation of an AVL tree.
tree
|
commitdiff
2014-07-05
Sebastian Harl
Moved compare and lookup callback types from utils...
tree
|
commitdiff
2014-07-04
Sebastian Harl
unixsock, data: Moved sdb_unixsock_parse_cell() to...
tree
|
commitdiff
2014-06-30
Sebastian Harl
utils os: Added sdb_remove_all() to recursively remove...
tree
|
commitdiff
2014-06-30
Sebastian Harl
Don't free dirname()'s return value.
tree
|
commitdiff
2014-06-29
Sebastian Harl
utils os: Don't enforce the mode on existing directorie...
tree
|
commitdiff
2014-06-29
Sebastian Harl
utils os: Added sdb_mkdir_all() helper function.
tree
|
commitdiff
2014-06-11
Sebastian Harl
Renamed DBI_TYPE_TO_SC to DBI_TYPE_TO_SDB.
tree
|
commitdiff
2014-05-16
Sebastian Harl
strbuf utils: Added sdb_strbuf_cap().
tree
|
commitdiff
2014-05-16
Sebastian Harl
strbuf utils: Fixed resizing in append.
tree
|
commitdiff
2014-05-12
Sebastian Harl
strbuf: Free memory when it's not longer needed.
tree
|
commitdiff
2014-04-26
Sebastian Harl
dbi utils: Added compat layer for DBI < 0.9.
tree
|
commitdiff
2014-04-26
Sebastian Harl
dbi utils: Use the new _r interface.
tree
|
commitdiff
2014-04-23
Sebastian Harl
utils strbuf: Don't copy more than needed in sdb_strbuf...
tree
|
commitdiff
2014-04-21
Sebastian Harl
utils llist: Added sdb_llist_clear().
tree
|
commitdiff
2014-04-21
Sebastian Harl
utils llist: Removed sdb_ prefix from private functions.
tree
|
commitdiff
2014-04-14
Sebastian Harl
llist utils: Added sdb_llist_remove_by_name().
tree
|
commitdiff
2014-03-07
Sebastian Harl
utils llist: Let llist_get() increment the reference...
tree
|
commitdiff
2014-02-23
Sebastian Harl
Include config.h in source files.
tree
|
commitdiff
2014-01-31
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-01-29
Sebastian Harl
utils dbi: Use sdb_data_free_datum().
tree
|
commitdiff
2014-01-28
Sebastian Harl
core/data: Make string and binary data not constant.
tree
|
commitdiff
2014-01-12
Sebastian Harl
Fixed memory errors identified by LLVM's AddressSanitizer.
tree
|
commitdiff
2014-01-10
Sebastian Harl
unixsock utils: Retry reading from socket if the call...
tree
|
commitdiff
2014-01-03
Sebastian Harl
utils llist: Added TODO note about iterator improvements.
tree
|
commitdiff
2014-01-01
Sebastian Harl
utils llist: Added sdb_llist_get().
tree
|
commitdiff
2014-01-01
Sebastian Harl
utils llist: Added sdb_llist_len().
tree
|
commitdiff
2013-12-26
Sebastian Harl
Fixed some issues identified by static code analysis.
tree
|
commitdiff
2013-12-21
Sebastian Harl
proto utils: Fixed invalid conversion of return value.
tree
|
commitdiff
2013-12-20
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2013-12-19
Sebastian Harl
proto utils: Added sdb_proto_select().
tree
|
commitdiff
2013-12-13
Sebastian Harl
strbuf utils: Added sdb_strbuf_clear().
tree
|
commitdiff
2013-12-13
Sebastian Harl
dbi utils: Don't keep invalid object address after...
tree
|
commitdiff
2013-12-10
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2013-12-10
Sebastian Harl
error utils: Make the logger callback configurable.
tree
|
commitdiff
2013-12-10
Sebastian Harl
Moved core/error to utils/error.
tree
|
commitdiff
2013-12-10
Sebastian Harl
proto utils: Fixed offset check in get_int().
tree
|
commitdiff
2013-12-07
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2013-12-05
Sebastian Harl
util strbuf: Let skip() support an offset.
tree
|
commitdiff
2013-12-04
Sebastian Harl
utils proto: Added sdb_proto_get_int().
tree
|
commitdiff
2013-12-04
Sebastian Harl
utils proto: Added utility functions for protocol handling.
tree
|
commitdiff
2013-12-01
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2013-11-28
Sebastian Harl
utils strbuf: Handle nul-byte correctly.
tree
|
commitdiff
2013-11-07
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2013-11-07
Sebastian Harl
utils strbuf: Advance buffer position in sdb_strbuf_read().
tree
|
commitdiff
2013-10-31
Sebastian Harl
utils strbuf: Added sdb_strbuf_skip().
tree
|
commitdiff
2013-10-29
Sebastian Harl
utils strbuf: Added sdb_strbuf_read().
tree
|
commitdiff
2013-10-29
Sebastian Harl
utils strbuf: Added memcpy and memappend functions.
tree
|
commitdiff
2013-10-25
Sebastian Harl
utils llist: Added sdb_llist_iter_remove_current().
tree
|
commitdiff
2013-10-21
Sebastian Harl
utils channel: Added sdb_channel_shutdown().
tree
|
commitdiff
2013-10-21
Sebastian Harl
utils channel: Normalize time before passing it to...
tree
|
commitdiff
2013-10-20
Sebastian Harl
utils channel: Unlock mutex before returning on error.
tree
|
commitdiff
2013-10-20
Sebastian Harl
utils channel: Update timeout in channel_select when...
tree
|
commitdiff
2013-10-20
Sebastian Harl
utils channel: Let channel_select() set errno.
tree
|
commitdiff
2013-10-20
Sebastian Harl
utils channel: Changed abstime argument to a timeout.
tree
|
commitdiff
2013-10-20
Sebastian Harl
utils channel: Added sdb_channel_select().
tree
|
commitdiff
2013-10-19
Sebastian Harl
utils/channel: Use a mutex instead of a rwlock.
tree
|
commitdiff
2013-10-19
Sebastian Harl
utils/channel: Added an asynchronous I/O multiplexer.
tree
|
commitdiff
2013-10-02
Sebastian Harl
utils llist: Fixed a segfault in functions doing lookups.
tree
|
commitdiff
2013-10-02
Sebastian Harl
utils llist: Made lookup's user-data a constant pointer.
tree
|
commitdiff
2013-09-30
Sebastian Harl
utils llist: Added sdb_llist_remove().
tree
|
commitdiff
2013-09-30
Sebastian Harl
utils llist: Added lookup callback type to be used...
tree
|
commitdiff
2013-09-25
Sebastian Harl
utils llist: Added sdb_llist_cmp_cb type.
tree
|
commitdiff
2013-09-16
Sebastian Harl
utils unixsock: Explicitely enable line-buffering.
tree
|
commitdiff
2013-09-05
Sebastian Harl
utils strbuf: Fixed a wrong assertion.
tree
|
commitdiff
2013-09-04
Sebastian Harl
utils strbuf: Allow the initial size to be zero.
tree
|
commitdiff
2013-07-18
Sebastian Harl
Let objects be named.
tree
|
commitdiff
2013-04-01
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb...
tree
|
commitdiff
2013-04-01
Sebastian Harl
Moved error / time from utils to core.
tree
|
commitdiff
2013-03-20
Sebastian Harl
Use sdb_error_chomp() to remove newlines from multi...
tree
|
commitdiff
2013-03-20
Sebastian Harl
utils error, strbuf: Added sdb_error_chomp(), sdb_strbu...
tree
|
commitdiff
2013-03-20
Sebastian Harl
Removed newline at the end of sdb_log()'ed strings.
tree
|
commitdiff
2013-03-20
Sebastian Harl
utils strbuf: Copy va_lists rather than using them...
tree
|
commitdiff
2013-03-20
Sebastian Harl
utils error: Use string buffers rather than static...
tree
|
commitdiff
2013-03-20
Sebastian Harl
utils strbuf: Added an automatically growing string...
tree
|
commitdiff
2013-03-10
Sebastian Harl
Moved sdb_strerror() from utils/string.h to utils/error.h.
tree
|
commitdiff
2013-03-10
Sebastian Harl
Renamed error recording / logging functions.
tree
|
commitdiff
2013-03-10
Sebastian Harl
Use the sdb_error* function throughout the project.
tree
|
commitdiff
2013-03-10
Sebastian Harl
utils error: Make sure to destroy memory allocated...
tree
|
commitdiff
2013-03-10
Sebastian Harl
utils error: Added module for error reporting.
tree
|
commitdiff
2013-03-05
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb...
tree
|
commitdiff
2013-03-04
Sebastian Harl
store, llist: Don't shadow the global symbol 'clone'.
tree
|
commitdiff
2013-02-20
Sebastian Harl
utils dbi: Added sdb_dbi_client_check_conn().
tree
|
commitdiff
2013-02-19
Sebastian Harl
utils dbi: Avoid segfault when executing queries when...
tree
|
commitdiff
2013-01-02
Sebastian Harl
Renamed the project to SysDB (System DataBase).
tree
|
commitdiff
2012-12-12
Sebastian Harl
utils dbi + unixsock: Pass user-data object to data...
tree
|
commitdiff
2012-12-11
Sebastian Harl
utils unixsock: Added sc_unixsock_client_process_lines().
tree
|
commitdiff
next