]> git.ozlabs.org Git - ccan/history - ccan/tdb2/test
tdb2: Remove unused tdb1 functions.
[ccan] / ccan / tdb2 / test /
2011-08-31 Rusty Russelltdb2: Remove unused tdb1 functions.
2011-08-31 Rusty Russelltdb2: test: import tdb1's tests.
2011-08-31 Rusty Russelltdb2: include tdb1 source in tests.
2011-08-31 Rusty Russelltdb2: make tests include a single mega-header to simpli...
2011-08-31 Rusty Russelltdb2: tdb_foreach()
2011-08-31 Rusty Russelltdb2: save openhook, allow tdb_get_attribute() on it.
2011-08-31 Rusty Russelltdb2: add TDB_RDONLY flag, allow setting/unsetting it.
2011-08-31 Rusty Russelltdb2: Hand error code to logging function.
2011-08-31 Rusty Russelltdb2: enforce TDB_CONVERT
2011-08-31 Rusty Russelltdb2: Fix to always use 64-bit offset definition
2011-08-22 Rusty Russelltdb2: fix intermittant failure in run-50-multiple-freel...
2011-08-01 Rusty Russelltdb2: fix line numbers for tests.
2011-05-20 Rusty Russelltdb2: fix O_RDONLY opens.
2011-05-10 Rusty Russelltdb2: check pid before unlock.
2011-04-27 Rusty Russelltdb2: use counters to decide when to coalesce records.
2011-04-27 Rusty Russelltdb2: don't start again when we coalesce a record.
2011-03-25 Rusty Russelltdb2: make internal coalesce() function return length...
2011-04-19 Rusty Russelltdb2: use 64 bit file offsets on 32 bit systems if...
2011-04-21 Rusty Russelltdb2: test lock timeout plugin code.
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: TDB_ATTRIBUTE_FLOCK support
2011-04-07 Rusty Russelltdb2: open hook for implementing TDB_CLEAR_IF_FIRST
2011-04-07 Rusty Russelltdb2: rearrange log function to put data arg at the...
2011-04-07 Rusty Russelltdb2: rename internal hashfn and logfn to hash_fn and...
2011-04-07 Rusty Russelltdb2: shorten attribute members.
2011-03-24 Rusty Russelltdb2: fix two transaction bugs.
2011-03-24 Rusty Russelltdb2: check PID if we are holding a lock.
2011-03-22 Rusty Russelltdb2: tdb_lockall() and tdb_lockall_read() support.
2011-03-21 Rusty Russelltdb2: tdb_mkdata
2011-03-21 Rusty Russelltdb2: fix compile of test/run-check-callback.c
2011-03-17 Rusty Russelltdb2: TDB_SEQNUM and tdb_get_seqnum support.
2011-03-17 Rusty Russelltdb2: tdb_name and tdb_fd functions.
2011-03-17 Rusty Russelltdb2: tdb_deq: inline helper for comparing two struct...
2011-03-17 Rusty Russelltdb2: implement tdb_exists and tdb_parse_record
2011-03-17 Rusty Russelltdb2: allow multiple opens of the same file.
2011-03-17 Rusty Russelltdb2: move mmap into struct tdb_file
2011-03-17 Rusty Russelltdb2: move file operations into separate structure
2011-03-17 Rusty Russelltdb2: fix leak in test/run-remap-in-read_traverse.c
2011-03-17 Rusty Russelltdb2: move open routines into a separate file (open.c)
2011-03-17 Rusty Russelltdb2: Implement tdb_get_flags, tdb_add_flag and tdb_rem...
2011-03-17 Rusty Russelltdb2: make sure records with extra padding have a 0...
2011-03-17 Rusty Russelltdb2: avoid writing uninitialized bytes in test/layout.c
2011-03-17 Rusty Russelltdb2: feature support.
2011-03-17 Rusty Russelltdb2: make tdb_check typesafe.
2011-03-17 Rusty Russelltdb2: typesafe traverse function
2011-03-17 Rusty Russelltdb2: use vasprintf.
2011-03-17 Rusty Russelltdb2: use config.h instead of setting _XOPEN_SOURCE...
2011-03-17 Rusty Russelltdb2: clear bogus gcc uninitialized warnings with -O3
2011-03-01 Rusty Russelltdb2: failtest on tdb_fetch
2011-03-01 Rusty Russelltdb2: failtest on tdb_store
2011-03-01 Rusty Russelltdb2: failtest on tdb_expand
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 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: make error numbers negative.
2011-03-01 Rusty Russelltdb2: remove tdb_traverse_read
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: use failtest for opening and checking database.
2011-03-01 Rusty Russelltdb2: fix leak in tests.
2011-03-01 Rusty Russelltdb2: rename ->read and ->write functions.
2011-02-24 Rusty Russelltdb2: make tdb2 compile clean under -Wshadow.
2011-01-17 Brad Hardstdb2: spelling fix
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: clean up logging
2010-11-23 Rusty Russelltdb2: stricter ordering on expansion lock
2010-11-23 Rusty Russelltdb2: transaction support
2010-12-01 Rusty Russelltdb2: shrink free header from 32 to 24 bytes.
2010-11-23 Rusty Russelltdb2: rename set_header to the more appropriate set_use...
2010-11-17 Rusty Russelltdb2: handle chains of free tables
2010-11-17 Rusty Russelltdb2: get rid of zones
2010-11-17 Rusty Russelltdb2: only adjust size once when growing
2010-11-17 Rusty Russelltdb2: remove tailer
2010-11-03 Rusty Russelltdb2: fix gcc -O3 warnings on test/layout.c
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-18 Rusty Russelltdb2: add tdb_attribute_seed for setting hash seed.
2010-10-15 Rusty Russelltdb2: fix run-summary test
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: tdb_summary() implementation for tdb2.
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: 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: traversal test.
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: 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-27 Rusty Russelltdb2: split expand into functions and test separately.
next