]> git.ozlabs.org Git - ccan/history - ccan/tdb/test
compiler: don't override existing definitions.
[ccan] / ccan / tdb / test /
2010-12-23 Rusty Russelltdb: add test for tdb_summary
2010-11-03 Rusty Russelltdb: fix warnings with gcc -O3, and one test crash.
2010-10-20 Rusty Russelltdb: 64-bit fixes.
2010-09-24 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-09-24 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-09-24 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-09-14 Rusty Russelltdb: fix test helper to include own header, fix functio...
2010-09-13 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-09-13 Rusty Russelltdb: fix tdb_check() on other-endian tdbs.
2010-09-13 Rusty Russelltdb: fix tdb_check() on read-only TDBs to actually...
2010-09-12 Rusty Russelltdb: missing files from checkin.
2010-09-11 Rusty Russelltdb: unify logging code in test dir.
2010-09-11 Rusty Russelltdb: rewrite external agent for testing.
2010-09-10 Rusty Russelltdb: enforce hashing, via example hash in old rwlocks...
2010-09-10 Rusty Russelltdb: test that new-style TDBs with non-default hashes...
2010-08-30 Rusty Russelltests: now we run in tmp dir, always create temporary...
2010-08-30 Rusty Russelltdb: fix lock-tracking test code after gradual lock...
2010-02-24 Rusty Russelltdb: handle processes dying during transaction commit.
2010-02-24 Rusty Russelltdb: remove lock ops
2010-02-23 Rusty Russelltdb: more testcase fixup.
2010-02-23 Rusty Russelltdb: new test, cleanup old tests by centralizing lock...
2010-02-22 Rusty Russelltdb: fix test to remove warning, and don't fail when...
2010-02-04 Rusty Russelltdb: new test for dying during a transaction.
2010-02-02 Rusty RussellImport 898b5edfe757cb145960b8f3631029bfd5592119 from...
2010-02-02 Rusty RussellFix bug where we used old clear_if_first when doing...
2010-02-02 Rusty RussellImport 03b3682e3fa53c9f5fdf2c4beac8b5d030fd2630 from...
2010-02-02 Rusty RussellNew test: reveals race (found by Volker) when open...
2010-01-06 Rusty RussellMore header fixups: now it all compiles again.
2009-10-07 Rusty Russelltdb: avoid checkfn on dead records, reorganize and...
2009-10-06 Rusty Russellccan/tdb: tdb_check() function.
2009-08-18 Rusty Russelltdb: locking cleanup
2009-08-18 Rusty RussellDon't rely on terrible dup2 trick, use proper infrastru...
2009-08-11 Rusty RussellPort nested transaction allow from newer ctdb.
2009-08-05 Rusty RussellDon't overwrite tdbs with different version numbers.
2009-08-04 Rusty RussellMake TDB 32 bit clean (not just 31 bit) for systems...
2009-08-04 Rusty RussellNew test for endianness.
2009-07-25 Rusty Russellmerge
2009-07-21 Rusty RussellNeaten tdb to sync with samba version of locking fix.
2009-07-19 Rusty Russellmerge
2009-07-18 Rusty RussellMerge.
2009-07-14 Rusty RussellFix early transaction unlock when traverse done inside...
2009-06-29 Rusty RussellFix traverse nesting unlock bug.
2009-06-29 Rusty Russellzero-append test for tdb.
2009-06-22 Rusty Russellccanize tdb further, and add simple test.