summaryrefslogtreecommitdiff
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* tdb/test: fix build on OSF/1Björn Jacke2012-08-101-15/+15
* doc: Remove build/ from doxygen config or it will not work in brew.Andreas Schneider2012-08-041-4/+1
* lib/tdb: Fix format string errors found by -Werror=format in tdb testsAndrew Bartlett2012-07-301-4/+4
* pytdb: Check if the database is closed before we touch itAndrew Bartlett2012-07-162-10/+85
* pytdb: Check for errors parsing strings into TDB_DATAAndrew Bartlett2012-07-161-0/+16
* tdb: finish weaning off err.h.Rusty Russell2012-06-267-23/+28
* tdb: don't use err.h in tests.Rusty Russell2012-06-2221-22/+1
* tdb: make TDB_NOSYNC merely disable sync.Rusty Russell2012-06-223-15/+20
* autobuild: always set TDB_NO_FSYNC.Rusty Russell2012-06-221-0/+4
* tdb/wscript: Remove unecessary semicolons.Jelmer Vernooij2012-06-191-4/+4
* tdb: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher2012-06-141-2/+0
* tdb:tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-2/+2
* build: Remove unused release scripts for tdbAndrew Bartlett2012-05-306-497/+0
* lib/tdb: Update ABItdb-1.2.10Amitay Isaacs2012-03-292-1/+67
* lib/tdb: Add/expose lock functions to support CTDBAmitay Isaacs2012-03-291-2/+16
* lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.Rusty Russell2012-03-231-11/+10
* lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.Rusty Russell2012-03-231-0/+5
* lib/tdb: fix missing return 0 code.Rusty Russell2012-03-231-1/+1
* lib/tdb: fix OpenBSD incoherent mmap.Rusty Russell2012-03-224-24/+58
* lib/tdb: fix up run-die-during-transaction test cases on Solaris.Rusty Russell2012-03-224-5/+4
* lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/Rusty Russell2012-03-1417-20/+0
* lib/tdb: fix tests for standalone out-of-tree.Rusty Russell2012-03-101-1/+2
* tdb: build and run unit tests in tdb/test/Rusty Russell2012-02-141-7/+87
* tdb/test: fix up tests for use in SAMBA tdb code.Rusty Russell2012-02-145-13/+16
* tdb: wean CCAN-style unit tests off of tap.Rusty Russell2012-02-1425-23/+64
* tdb: import unit tests from CCAN into tdb/test/Rusty Russell2012-02-1435-1/+2567
* tdb: make tdb_private.h idempotent.Rusty Russell2012-02-141-0/+3
* Add "repack" command to tdbtool.Ira Cooper2012-01-071-0/+7
* Fix compile when TDB_TRACE is enabled.Ira Cooper2012-01-061-1/+1
* tdb: Use tdb_parse_record in tdb_update_hashVolker Lendecke2011-12-251-12/+16
* tdb: don't free old recovery area when expanding if already at EOF.Rusty Russell2011-12-211-17/+30
* tdb: use same expansion factor logic when expanding for new recovery area.Rusty Russell2011-12-213-21/+34
* tdb: Avoid a malloc/memcpy in _tdb_storeVolker Lendecke2011-12-191-17/+8
* tdb: be more careful on 4G files.Rusty Russell2011-12-196-23/+53
* tdb: Fix python documentation for tdb moduleAmitay Isaacs2011-12-131-1/+1
* Remove unused variable.Jeremy Allison2011-11-241-1/+0
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-211-3/+1
* waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij2011-11-131-0/+2
* pytdb: Shorter description which fits on a single line.Jelmer Vernooij2011-11-131-1/+2
* tdb: Only check for pkg-config file when checking for system tdb.Jelmer Vernooij2011-11-131-1/+1
* wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij2011-08-211-3/+1
* tdb: Install pkg-config file.Jelmer Vernooij2011-08-211-1/+3
* tdb: increment sequence number in tdb_wipe_all().Rusty Russell2011-08-161-0/+2
* tdb: remove 'EOF' print from tdbrestoreAndrew Tridgell2011-07-211-1/+0
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-201-21/+42
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-202-4/+4
* tdb: enable VALGRIND to remove valgrind noise.Rusty Russell2011-06-081-35/+0
* lib/tdb/python/tests/simple.py: don't assume TDB ordering.Rusty Russell2011-06-021-1/+3
* tdb: fix a build warning.Günther Deschner2011-05-061-0/+1
* Support the 'PYTHON' environment variable.Jelmer Vernooij2011-04-231-0/+1