]> git.ozlabs.org Git - ccan/history - ccan/tdb2
tdb: fix warnings with gcc -O3, and one test crash.
[ccan] / ccan / tdb2 /
2010-10-26 Rusty Russellilog: rework to reduce interface.
2010-10-26 Rusty Russelltdb2: extend test/layout to be able to place in file.
2010-10-26 Rusty Russelltdb2: fix intermittent test fail.
2010-10-20 Rusty Russelltdb2: 64 bit fixes.
2010-10-18 Rusty Russelltdb2: fix infinite loop in tdb_check
2010-10-18 Rusty Russelltdb2: add tdb_attribute_seed for setting hash seed.
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-10-17 Rusty Russelltdb2: clarify locking heirarchy; hashes, freelist,...
2010-10-15 Rusty Russelltdb2: fix run-summary test
2010-10-07 Rusty Russellcompiler, list, noerr, sparse_bsearch, str, str_talloc...
2010-10-06 Rusty Russelltdb2: fix uninitialized var.
2010-09-26 Rusty Russellcompiler: use everywhere.
2010-09-26 Rusty Russelltdb2: another test.
2010-09-26 Rusty Russelltdb2: make sure summary always has a graph in it.
2010-09-25 Rusty Russelltdb2: tools/
2010-09-25 Rusty Russelltdb2: tdb_summary() implementation for tdb2.
2010-09-25 Rusty Russelltdb2: Move min size constant out where summary.c can...
2010-09-25 Rusty Russelltdb2: don't use probe arg to oob()
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-14 Rusty Russelltdb2: add tdb_errorstr(), clean up error codes.
2010-09-14 Rusty Russelltdb2: update design doc.
2010-09-13 Rusty Russelltdb2: fix remapping inside tdb_traverse_read
2010-09-09 Rusty Russellccanlint: allow _info file to specify tests not to...
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.
2010-09-09 Rusty Russelltdb2: update documentation.
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-09-03 Rusty Russelltdb2: document problems with moving or enlarging hash...
2010-09-03 Rusty Russelltdb2: traversal test.
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: fix argument order for tdb_gradual_lock.
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-30 Rusty Russelltests: now we run in tmp dir, always create temporary...
2010-08-28 Rusty Russelltdb2: new tests, and new fixes.
2010-08-28 Rusty Russelltdb2: check that records are of sufficient length in...
2010-08-27 Rusty Russelltdb2: split expand into functions and test separately.
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)