summaryrefslogtreecommitdiff
path: root/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2012-06-26tdb: finish weaning off err.h.Rusty Russell7-23/+28
2012-06-22tdb: don't use err.h in tests.Rusty Russell21-22/+1
2012-06-22tdb: make TDB_NOSYNC merely disable sync.Rusty Russell3-15/+20
2012-06-22autobuild: always set TDB_NO_FSYNC.Rusty Russell1-0/+4
2012-06-19tdb/wscript: Remove unecessary semicolons.Jelmer Vernooij1-4/+4
2012-06-14tdb: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher1-2/+0
2012-06-12tdb:tests: fix use of a non-existent word (existant)Michael Adam1-2/+2
2012-05-30build: Remove unused release scripts for tdbAndrew Bartlett6-497/+0
2012-03-29lib/tdb: Update ABIAmitay Isaacs2-1/+67
2012-03-29lib/tdb: Add/expose lock functions to support CTDBAmitay Isaacs1-2/+16
2012-03-23lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.Rusty Russell1-11/+10
2012-03-23lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.Rusty Russell1-0/+5
2012-03-23lib/tdb: fix missing return 0 code.Rusty Russell1-1/+1
2012-03-22lib/tdb: fix OpenBSD incoherent mmap.Rusty Russell4-24/+58
2012-03-22lib/tdb: fix up run-die-during-transaction test cases on Solaris.Rusty Russell4-5/+4
2012-03-14lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/Rusty Russell17-20/+0
2012-03-10lib/tdb: fix tests for standalone out-of-tree.Rusty Russell1-1/+2
2012-02-14tdb: build and run unit tests in tdb/test/Rusty Russell1-7/+87
2012-02-14tdb/test: fix up tests for use in SAMBA tdb code.Rusty Russell5-13/+16
2012-02-14tdb: wean CCAN-style unit tests off of tap.Rusty Russell25-23/+64
2012-02-14tdb: import unit tests from CCAN into tdb/test/Rusty Russell35-1/+2567
2012-02-14tdb: make tdb_private.h idempotent.Rusty Russell1-0/+3
2012-01-07Add "repack" command to tdbtool.Ira Cooper1-0/+7
2012-01-06Fix compile when TDB_TRACE is enabled.Ira Cooper1-1/+1
2011-12-25tdb: Use tdb_parse_record in tdb_update_hashVolker Lendecke1-12/+16
2011-12-21tdb: don't free old recovery area when expanding if already at EOF.Rusty Russell1-17/+30
2011-12-21tdb: use same expansion factor logic when expanding for new recovery area.Rusty Russell3-21/+34
2011-12-19tdb: Avoid a malloc/memcpy in _tdb_storeVolker Lendecke1-17/+8
2011-12-19tdb: be more careful on 4G files.Rusty Russell6-23/+53
2011-12-13tdb: Fix python documentation for tdb moduleAmitay Isaacs1-1/+1
2011-11-24Remove unused variable.Jeremy Allison1-1/+0
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-3/+1
2011-11-13waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij1-0/+2
2011-11-13pytdb: Shorter description which fits on a single line.Jelmer Vernooij1-1/+2
2011-11-13tdb: Only check for pkg-config file when checking for system tdb.Jelmer Vernooij1-1/+1
2011-08-21wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij1-3/+1
2011-08-21tdb: Install pkg-config file.Jelmer Vernooij1-1/+3
2011-08-16tdb: increment sequence number in tdb_wipe_all().Rusty Russell1-0/+2
2011-07-21tdb: remove 'EOF' print from tdbrestoreAndrew Tridgell1-1/+0
2011-06-20tdb2: create tdb2 versions of various testing TDBs.Rusty Russell1-21/+42
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell2-4/+4
2011-06-08tdb: enable VALGRIND to remove valgrind noise.Rusty Russell1-35/+0
2011-06-02lib/tdb/python/tests/simple.py: don't assume TDB ordering.Rusty Russell1-1/+3
2011-05-06tdb: fix a build warning.Günther Deschner1-0/+1
2011-04-23Support the 'PYTHON' environment variable.Jelmer Vernooij1-0/+1
2011-04-19tdb_backup: avoid transaction on backup file, use lockallSimo Sorce1-8/+13
2011-04-19tdb: make sure we skip over recovery area correctly.Rusty Russell3-17/+44
2011-04-18tdb_expand: limit the expansion with huge recordsSimo Sorce1-5/+20
2011-04-18tdb: tdb_repack() only when it's worthwhile.Rusty Russell1-6/+31
2011-04-18tdb: fix transaction recovery area for converted tdbs.Rusty Russell1-2/+4