]> git.ozlabs.org Git - ccan/history - ccan/tdb2/lock.c
tdb2: rework some io.c functions to encode errors in their pointer returns.
[ccan] / ccan / tdb2 / lock.c
2011-03-01 Rusty Russelltdb2: rework lock.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework lock.c static functions to return enum...
2011-03-01 Rusty Russelltdb2: simplify logging levels, rename TDB_DEBUG_* to...
2011-03-01 Rusty Russelltdb2: remove extraneous whitespace.
2011-03-01 Rusty Russelltdb2: log as a ERROR (not as TRACE) when unlocking...
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-12-01 Rusty Russelltdb2: use separate magic constants for chain, htable...
2010-12-01 Rusty Russelltdb2: clean up logging
2010-12-01 Rusty Russelltdb2: Add stats attribute.
2010-11-23 Rusty Russelltdb2: remove all the dead code
2010-11-23 Rusty Russelltdb2: transaction support
2010-11-23 Rusty Russelltdb2: allow nesting of read locks on top of write locks.
2010-11-17 Rusty Russelltdb2: get rid of zones
2010-11-15 Rusty Russelltdb2: fix tdb_chainlock
2010-10-17 Rusty Russelltdb2: clarify locking heirarchy; hashes, freelist,...
2010-09-09 Rusty Russelltdb2: change to using a hash tree.
2010-09-03 Rusty Russelltdb2: use immobile free buckets, rename tests to show...
2010-08-30 Rusty Russelltdb2: fix valgrind warnings.
2010-08-30 Rusty Russelltdb2: traverse and chainlock support.
2010-08-30 Rusty Russelltdb2: fix argument order for tdb_gradual_lock.
2010-08-30 Rusty Russelltdb2: more tests, hash collision fixes, attribute support.
2010-08-26 Rusty Russelltdb2: now we can store a key!
2010-08-26 Rusty Russelltdb2: tdb_expand on empty database now tested.
2010-08-26 Rusty Russelltdb2: now checking a new empty database works.
2010-08-26 Rusty Russelltdb2: initial commit (doesn't work, still writing tests)