]> git.ozlabs.org Git - ccan/history - ccan/tdb/open.c
tdb: put example hashes into header, so we notice incorrect hash_fn.
[ccan] / ccan / tdb / open.c
2010-09-13 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-09-10 Rusty Russelltdb: enforce hashing, via example hash in old rwlocks...
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: cleanup: tdb_have_extra_locks() helper
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: port trivial differences across from SAMBA
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...
2009-08-18 Rusty Russelltdb: locking cleanup
2009-08-11 Rusty RussellUse _ convention everywhere: lock.c uses it already.
2009-08-05 Rusty RussellDon't overwrite tdbs with different version numbers.
2009-08-04 Rusty RussellWean off TDB_ERRCODE.
2009-07-29 Rusty RussellFix up non-TDB_TRACE compile.
2009-07-29 Rusty RussellDon't fail mysteriously on existing trace file.
2009-07-19 Rusty Russellmerge
2009-07-18 Rusty RussellMerge.
2009-07-14 Rusty RussellFix null ptr deref on TDB_TRACE with internal db.
2009-07-07 Rusty RussellBetter tdb tracing, start of decent replay_trace.
2009-06-29 Rusty RussellHandle tracing on internal dbs.
2009-06-28 Rusty RussellFirst cut of replay_trace for tdb.
2009-06-23 Rusty RussellTracing for tdb operations.
2009-06-22 Rusty Russellccanize tdb further, and add simple test.
2009-06-16 Rusty RussellInitial TDB import.