]> git.ozlabs.org Git - ccan/history - ccan/tdb
tdb2: more tests, hash collision fixes, attribute support.
[ccan] / ccan / tdb /
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-08-13 Rusty Russelltdb: use tdb_lockall_gradual by default.
2010-08-13 Rusty Russelltdb: test and resolultion for tdb_lockall starvation.
2010-08-06 Rusty RussellAdd licences/ dir and symlinks for a bit more clarity.
2010-05-04 Rusty Russelltdb: fix backwards check on HAVE_PAGESIZE
2010-02-24 Rusty Russelltdb: handle processes dying during transaction commit.
2010-02-24 Rusty Russelltdb: cleanup: tdb_lock_list helper to cover tdb_lock...
2010-02-24 Rusty Russelltdb: remove lock ops
2010-02-23 Rusty Russelltdb: more testcase fixup.
2010-02-23 Rusty Russelltdb: suppress record write locks when allrecord lock...
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-22 Rusty Russelltdb: don't reduce file size on transaction recovery.
2010-02-22 Rusty Russelltdb: fix recovery reuse after crash (from SAMBA)
2010-02-22 Rusty Russelltdb: fix tdbtorture seed printing, plus remove CLEAR_IF...
2010-02-22 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-02-22 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-02-22 Rusty Russelltdb: cleanup: always grab allrecord lock to infinity.
2010-02-22 Rusty Russelltdb: remove num_locks
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
2010-02-22 Rusty Russelltdb: cleanup: find_nestlock() helper.
2010-02-22 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-02-22 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-02-22 Rusty Russelltdb: don't suppress the transaction lock because of...
2010-02-22 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-02-22 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-02-22 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
2010-02-22 Rusty Russelltdb: commit 9b987e3923f7e8714acec6a2929435b1e6016645...
2010-02-22 Rusty Russelltdb: port trivial differences across from SAMBA
2010-02-04 Rusty Russelltdb: use TDB_RECOVERY_INVALID_MAGIC rather than 0
2010-02-04 Rusty RussellAdd -k option to tdbtorture, run tdb_check at end.
2010-02-04 Rusty Russelltdb: new test for dying during a transaction.
2010-02-02 Rusty RussellUse raw .o files rather than -lccan
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 RussellChange default behaviour: disallow nesting (safer).
2010-02-02 Rusty RussellImport c1c0ede32dc00ed619d1cf5fda40a9de43995f3a from...
2010-02-02 Rusty RussellImport 855391c1e37012b0d6c673a304bb8da8a1efcd72 from...
2010-02-02 Rusty RussellImport f5c992bdaeb73ef726ff4728a9922721474cd6f5 from...
2010-02-02 Rusty RussellImport 470750fa2e3cf987f10de48451b1ee13aab03907 from...
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-19 Rusty Russelltdb: add -t (always transactional) to tdbtorture
2009-10-19 Rusty Russelltdb: add logging to tdb_check for more verbose answers.
2009-10-19 Rusty Russelltdb: use logging and tdb_check in tdbtool
2009-10-19 Rusty Russelltdb: Add tdbtool to 'clean'
2009-10-19 Rusty RussellImport tdbtool from SAMBA (e440a2e11e78a562f97971c0dfe0...
2009-10-07 Rusty Russelltdb: avoid checkfn on dead records, reorganize and...
2009-10-06 Rusty Russellccan/tdb: tdb_check() function.
2009-09-29 Rusty Russelltdb: remove seqnum field from header
2009-09-25 Rusty Russelltdb: no longer need seqnum store hack as we can read...
2009-09-25 Rusty Russelltdb: allow reads after prepare commit
2009-08-19 Rusty Russelltdb: fix ecode setting on nonblocking brlock
2009-08-19 Rusty Russelltdb: fix the unlock calls on the GLOBAL_LOCK from previ...
2009-08-18 Rusty Russelltdb: benchmark target.
2009-08-18 Rusty Russelltdb: fix locking unlocking error introduced in cleanup
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 RussellUse _ convention everywhere: lock.c uses it already.
2009-08-11 Rusty RussellHandle pre-existing records, wipe_all and repack (ldb...
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-08-04 Rusty RussellWean off TDB_ERRCODE.
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellFix up non-TDB_TRACE compile.
2009-07-29 Rusty RussellTurn off TDB_TRACE again (shouldn't have left it on...
2009-07-29 Rusty RussellDon't fail mysteriously on existing trace file.
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellImport from SAMBA's tdb:
2009-07-29 Rusty RussellImport from SAMBA's tdb:
2009-07-25 Rusty Russellmerge
2009-07-21 Rusty RussellNeaten tdb to sync with samba version of locking fix.
2009-07-20 Rusty RussellSpeed up tracing by factor of 4-6, by writing less...
2009-07-19 Rusty Russellmerge
2009-07-18 Rusty RussellMerge.
2009-07-18 Rusty RussellAutomate rerunning when we have to back off: gives...
2009-07-17 Rusty RussellCleanup variable names.
2009-07-17 Rusty RussellAdd handling of reduced test cases (traverse lines...
2009-07-17 Rusty RussellCompletely unhobble tdbtorture.
2009-07-17 Rusty RussellOops, forgot to check in new keywords files :(
2009-07-17 Rusty RussellYA corner case: help assumption by putting cancelled...
2009-07-17 Rusty RussellLeave groups of chainlock inside traverse.
2009-07-17 Rusty Russelltdb_chainlock/tdb_chainunlock et. al. support.
2009-07-16 Rusty RussellHandle global_lock properly in tdb_transaction_lock...
2009-07-16 Rusty RussellFix tracing for tdb_chainunlock.
2009-07-16 Rusty RussellMinor optimization: don't make a dependency between...
2009-07-16 Rusty RussellCleanup: rename is_* to starts_*, move functions togeth...
2009-07-16 Rusty RussellClean up traverse keyword handling.
2009-07-16 Rusty RussellPartial ordering of traverses: reduces number of deadlo...
2009-07-16 Rusty RussellFix logic bug; we weren't checking last requirement...
2009-07-16 Rusty RussellImplement timeout for the deadlock of traverse & transa...
next