]> git.ozlabs.org Git - ccan/history - ccan/tdb2/tdb.c
tdb2: check for invalid flags in tdb_open.
[ccan] / ccan / tdb2 / tdb.c
2011-03-17 Rusty Russelltdb2: check for invalid flags in tdb_open.
2011-03-17 Rusty Russelltdb2: use vasprintf.
2011-03-01 Rusty Russelltdb2: allow read-only databases to use locking.
2011-03-01 Rusty Russelltdb2: change API to return the error value.
2011-03-01 Rusty Russelltdb2: rework tdb.c internal functions to return enum...
2011-03-01 Rusty Russelltdb2: rework transaction.c internal functions to return...
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 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 io 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: Internal error helpers.
2011-03-01 Rusty Russelltdb2: remove nesting support.
2011-03-01 Rusty Russelltdb2: simplify logging levels, rename TDB_DEBUG_* to...
2011-03-01 Rusty Russelltdb2: fix leak on lock failure during open.
2011-03-01 Rusty Russelltdb2: log an error when out of memory formatting message.
2011-03-01 Rusty Russelltdb2: rename ->read and ->write functions.
2011-03-01 Rusty Russelltdb2: remove looping for write
2011-03-01 Rusty Russelltdb2: remove looping for read on normal files.
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-12-01 Rusty Russelltdb2: use separate magic constants for chain, htable...
2010-12-01 Rusty Russelltdb2: direct access during transactions.
2010-12-01 Rusty Russelltdb2: clean up logging
2010-12-01 Rusty Russelltdb2: Add stats attribute.
2010-11-23 Rusty Russelltdb2: transaction support
2010-11-23 Rusty Russelltdb2: rename set_header to the more appropriate set_use...
2010-12-01 Rusty Russelltdb2: cancel transactions on tdb_close
2010-11-17 Rusty Russelltdb2: handle chains of free tables
2010-11-17 Rusty Russelltdb2: get rid of zones
2010-11-17 Rusty Russelltdb2: remove tailer
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-10-18 Rusty Russelltdb2: add tdb_attribute_seed for setting hash seed.
2010-09-14 Rusty Russelltdb2: implement tdb_firstkey/tdb_nextkey.
2010-09-14 Rusty Russelltdb2: add tdb_errorstr(), clean up error codes.
2010-09-13 Rusty Russelltdb2: fix remapping inside tdb_traverse_read
2010-09-09 Rusty Russelltdb2: change to using a hash tree.
2010-09-03 Rusty Russelltdb2: make valgrind happier.
2010-09-03 Rusty Russelltdb2: expand lock now nests inside other locks.
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: tdb_append implemented, beef up tests.
2010-08-30 Rusty Russelltdb2: more common code
2010-08-30 Rusty Russelltdb2: extract common hashing code.
2010-08-30 Rusty Russelltdb2: fixes and test for hash enlargement.
2010-08-30 Rusty Russelltdb2: more tests, hash collision fixes, attribute support.
2010-08-28 Rusty Russelltdb2: new tests, and new fixes.
2010-08-26 Rusty Russelltdb2: more fixes and tests for enlarging hash.
2010-08-26 Rusty Russelltdb2: delete and fetch now work.
2010-08-26 Rusty Russelltdb2: clean up locking a little bit, fix hash wrap...
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)