]> git.ozlabs.org Git - ccan/history - ccan/tdb2/hash.c
ttxml: removed cruft from tests
[ccan] / ccan / tdb2 / hash.c
2011-09-12 Rusty Russelltdb2: add error conversion functions.
2011-08-31 Rusty Russelltdb2: unify tdb1_chainlock et al. into tdb_chainlock
2011-08-31 Rusty Russelltdb2: make jenkins_hash function non-static, rename...
2011-04-27 Rusty Russelltdb2: TDB_ATTRIBUTE_STATS access via tdb_get_attribute.
2011-04-07 Rusty Russelltdb2: tdb_set_attribute, tdb_unset_attribute and tdb_ge...
2011-04-07 Rusty Russelltdb2: rename internal hashfn and logfn to hash_fn and...
2011-04-07 Rusty Russelltdb2: shorten attribute members.
2011-03-29 Rusty Russelltdb2: implement tdb_chainlock_read/tdb_chainunlock_read.
2011-03-22 Rusty Russelltdb2: tdb_lockall() and tdb_lockall_read() support.
2011-03-17 Rusty Russelltdb2: tdb_error()
2011-03-01 Rusty Russelltdb2: change API to return the error value.
2011-03-01 Rusty Russelltdb2: rework free.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework hash.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework remaining io.c functions to return enum...
2011-03-01 Rusty Russelltdb2: rework some io.c functions to encode errors in...
2011-03-01 Rusty Russelltdb2: rework some io.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework lock.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: remove tdb_traverse_read
2011-03-01 Rusty Russelltdb2: simplify logging levels, rename TDB_DEBUG_* to...
2011-03-01 Rusty Russelltdb2: remove extraneous whitespace.
2011-02-24 Rusty Russelltdb2: make tdb2 compile clean under -Wshadow.
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-12-01 Rusty Russelltdb2: use separate magic constants for chain, htable...
2010-12-01 Rusty Russelltdb2: hash chaining
2010-12-01 Rusty Russelltdb2: compare the extra 11 hash bits in the header.
2010-12-01 Rusty Russelltdb2: add comparison stats
2010-12-01 Rusty Russelltdb2: clean up logging
2010-12-01 Rusty Russelltdb2: remove truncated bit.
2010-12-01 Rusty Russelltdb2: remove tdb_get()
2010-12-01 Rusty Russelltdb2: Add stats attribute.
2010-11-15 Rusty Russelltdb2: fix tdb_chainlock
2010-11-15 Rusty Russelltdb2: extra debugging checks
2010-10-20 Rusty Russelltdb2: 64 bit fixes.
2010-09-14 Rusty Russelltdb2: add missing prototype, move tdb_firstkey/tdb_next...
2010-09-14 Rusty Russelltdb2: implement tdb_firstkey/tdb_nextkey.
2010-09-09 Rusty Russelltdb2: don't hold access to tdb mmap during traverse.
2010-09-09 Rusty Russelltdb2: change to using a hash tree.