tokkee.org
Code
projects
/
sysdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
core/store*_test.c: Converted most tests to "loop" tests.
[sysdb.git]
/
src
/
utils
/
2015-02-27
Sebastian Harl
Merged branch 'master' of git://github.com/sysdb/sysdb...
tree
|
commitdiff
2015-02-22
Sebastian Harl
proto: Make sdb_proto_marshal_int32 a public function.
tree
|
commitdiff
2015-02-16
Sebastian Harl
ssl utils: During shutdown, destroy mutexes as the...
tree
|
commitdiff
2015-02-10
Sebastian Harl
ssl: Register OpenSSL thread-ID and locking callbacks.
tree
|
commitdiff
2015-02-09
Sebastian Harl
SSL utils: Added init() and shutdown() functions for...
tree
|
commitdiff
2015-02-01
Sebastian Harl
frontend, client: Properly support IPv6 when handling...
tree
|
commitdiff
2015-02-01
Sebastian Harl
error utils: Add sdb_error_parse_priority().
tree
|
commitdiff
2015-01-30
Sebastian Harl
utils os: Add sdb_realpath().
tree
|
commitdiff
2015-01-30
Sebastian Harl
SSL utils: Pass a constant options object to all constr...
tree
|
commitdiff
2015-01-30
Sebastian Harl
Move sdb_get_homedir() from tools/sysdb to utils/os.
tree
|
commitdiff
2015-01-30
Sebastian Harl
SSL utils: Include the relevant filename in all error...
tree
|
commitdiff
2015-01-30
Sebastian Harl
SSL utils: Add sdb_ssl_free_options().
tree
|
commitdiff
2015-01-28
Sebastian Harl
SSL utils: Added helper functions for managing OpenSSL...
tree
|
commitdiff
2015-01-14
Sebastian Harl
os utils: Fixed a typo in the UDP resolver implementation.
tree
|
commitdiff
2015-01-12
Sebastian Harl
os utils: Added sdb_resolve().
tree
|
commitdiff
2015-01-02
Sebastian Harl
proto: Added support for unmarshaling hosts/services...
tree
|
commitdiff
2015-01-02
Sebastian Harl
proto: Let unmarshaled string/binary data point into...
tree
|
commitdiff
2015-01-02
Sebastian Harl
utils unixsock: Avoid memory allocations in common...
tree
|
commitdiff
2015-01-02
Sebastian Harl
data: Let sdb_data_parse() accept a const string and...
tree
|
commitdiff
2015-01-02
Sebastian Harl
proto: Added sdb_proto_unmarshal_data().
tree
|
commitdiff
2014-12-29
Sebastian Harl
proto: Let unmarshal functions return the number of...
tree
|
commitdiff
2014-12-25
Sebastian Harl
proto: Added support for marshaling attribute objects.
tree
|
commitdiff
2014-12-24
Sebastian Harl
proto: Use hton instead of ntoh functions in marshal...
tree
|
commitdiff
2014-12-24
Sebastian Harl
proto: Define a wire format for host/service/metric...
tree
|
commitdiff
2014-12-24
Sebastian Harl
proto: Don't include a string's length in the wire...
tree
|
commitdiff
2014-12-24
Sebastian Harl
Add a suffix to integer marshal/unmarshal functions...
tree
|
commitdiff
2014-12-23
Sebastian Harl
proto: Add support for marshaling all data types.
tree
|
commitdiff
2014-12-23
Sebastian Harl
proto: Add support for marshaling regex types.
tree
|
commitdiff
2014-12-23
Sebastian Harl
proto: Added support for marshaling double-precision...
tree
|
commitdiff
2014-12-22
Sebastian Harl
proto: Added sdb_proto_marshal_data.
tree
|
commitdiff
2014-12-18
Sebastian Harl
utils/proto: Let all unmarshal functions accept strings...
tree
|
commitdiff
2014-12-16
Sebastian Harl
proto: Renamed sdb_proto_get_int to sdb_proto_unmarshal...
tree
|
commitdiff
2014-12-15
Sebastian Harl
proto: Add sdb_proto_unmarshal_header().
tree
|
commitdiff
2014-12-15
Sebastian Harl
Moved sdb_proto_send/sdb_proto_select to sdb_write...
tree
|
commitdiff
2014-12-14
Sebastian Harl
utils/proto: Replaced sdb_proto_send_msg with sdb_proto...
tree
|
commitdiff
2014-12-12
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-12-09
Sebastian Harl
utils/os: Added sdb_get_current_user().
tree
|
commitdiff
2014-12-03
Sebastian Harl
Use stdbool.h's bool type instead of _Bool.
tree
|
commitdiff
2014-11-04
Sebastian Harl
utils/error: Added sdb_vlog().
tree
|
commitdiff
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
next