summaryrefslogtreecommitdiff
path: root/lib/tdb2/open.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-21lib/tdb2: Mark public function as suchAmitay Isaacs1-6/+6
2012-01-30tdb2: careful on wrap.Rusty Russell1-1/+1
2011-12-05tdb2: add a capability list from the header.Rusty Russell1-0/+54
2011-11-02tdb2: don't be fascist when TDB_VERSION1 is specified.Rusty Russell1-5/+2
2011-09-14tdb2: add error conversion functions.Rusty Russell1-7/+7
2011-09-14tdb2: add tdb_attribute_tdb1_max_deadRusty Russell1-4/+8
2011-09-14tdb2: unify tdb1_open into tdb_openRusty Russell1-26/+107
2011-09-14tdb2: disallow SEED attribute with TDB_VERSION1.Rusty Russell1-0/+26
2011-09-14tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZERusty Russell1-2/+34
2011-09-14tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash.Rusty Russell1-12/+1
2011-09-14tdb2: merge tdb1_context into tdb_context.Rusty Russell1-5/+5
2011-09-14tdb2: tdb_foreach()Rusty Russell1-0/+10
2011-09-14tdb2: keep link of every non-internal tdb.Rusty Russell1-22/+19
2011-09-14tdb2: save openhook, allow tdb_get_attribute() on it.Rusty Russell1-13/+14
2011-09-14tdb2: add TDB_RDONLY flag, allow setting/unsetting it.Rusty Russell1-3/+10
2011-09-14tdb2: save open_flags instead of mmap_flags.Rusty Russell1-2/+1
2011-09-14tdb2: enforce TDB_CONVERTRusty Russell1-0/+6
2011-09-14tdb2: cleanup oob handling.Rusty Russell1-1/+3
2011-09-14tdb2: fix internal tdb_write_convert() error handling in tdb_open()Rusty Russell1-4/+5
2011-08-31tdb2: add full LGPL headersRusty Russell1-0/+17
2011-06-20tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)Rusty Russell1-0/+661