]> git.ozlabs.org Git - ccan/history - ccan/tdb
tdb2: make internal coalesce() function return length coalesced.
[ccan] / ccan / tdb /
2011-03-16 Brad Hardstdb: remove unused last_ptr
2011-01-18 Rusty Russellstrsplit: remove nump argument
2011-01-17 Brad Hardstdb: spelling fixes
2011-01-07 Rusty Russellccanlint: rename test keys
2010-12-23 Rusty Russelltdb: add test for tdb_summary
2010-12-23 Rusty Russelltdb: remove tally dependency
2010-12-23 Rusty Russelltdb: fix uncoalesced record count in tdb_summary.
2010-12-23 Rusty Russelltdb: combine dead_space helper from summary.c and check.c
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-12-01 Rusty Russelltdb2: Add speed test to tdb and tdb2
2010-11-17 Rusty Russellccanlint: add ccanlint section to _info
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-11-03 Rusty Russelltdb: fix warnings with gcc -O3, and one test crash.
2010-10-21 Rusty Russelllicense: more changing of licence -> license.
2010-10-20 Rusty Russelltdb: 64-bit fixes.
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-10-07 Rusty Russellcompiler, list, noerr, sparse_bsearch, str, str_talloc...
2010-10-06 Rusty Russelltdb: fixed unitialized vars.
2010-09-26 Rusty Russellcompiler: use everywhere.
2010-09-25 Rusty Russelltdb: separate key and data size summary in tdb_summary().
2010-09-25 Rusty Russelltdb: use optimal tally size for summary histograms.
2010-09-24 Rusty Russelltdb: implement tdb_summary.
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-23 Rusty Russelltdb: add mktdb tool.
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-13 Rusty Russelltdb: support tdb_check() on r/o databases.
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: make check more robust against recovery failures.
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-09-09 Rusty Russelltdb: new command openjh for tdbtool (to use Jenkins...
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
next