]> git.ozlabs.org Git - ccan/history - ccan/tdb/test
tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
[ccan] / ccan / tdb / test /
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.