summaryrefslogtreecommitdiff
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdb_backup: avoid transaction on backup file, use lockallSimo Sorce2011-04-191-8/+13
* tdb: make sure we skip over recovery area correctly.Rusty Russell2011-04-193-17/+44
* tdb_expand: limit the expansion with huge recordsSimo Sorce2011-04-181-5/+20
* tdb: tdb_repack() only when it's worthwhile.Rusty Russell2011-04-181-6/+31
* tdb: fix transaction recovery area for converted tdbs.Rusty Russell2011-04-181-2/+4
* tdb: Fix Coverity ID 2238: SECURE_CODINGVolker Lendecke2011-03-301-24/+24
* tdb: Fix Coverity ID 2192: NO_EFFECTVolker Lendecke2011-03-271-1/+1
* tdb: rename convert_string() to tdb_convert_string()Andrew Tridgell2011-03-251-5/+5
* lib: don't install public headers if a private libraryAndrew Tridgell2011-03-151-0/+1
* tdb: use public_headers to install header filesAndrew Tridgell2011-03-151-1/+1
* tdb: use system include style for system headersAndrew Tridgell2011-03-151-1/+1
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
* tdb: Fix a C++ warningVolker Lendecke2011-02-121-1/+1