summaryrefslogtreecommitdiff
path: root/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-30tdb: Fix Coverity ID 2238: SECURE_CODINGVolker Lendecke1-24/+24
2011-03-27tdb: Fix Coverity ID 2192: NO_EFFECTVolker Lendecke1-1/+1
2011-03-25tdb: rename convert_string() to tdb_convert_string()Andrew Tridgell1-5/+5
2011-03-15lib: don't install public headers if a private libraryAndrew Tridgell1-0/+1
2011-03-15tdb: use public_headers to install header filesAndrew Tridgell1-1/+1
2011-03-15tdb: use system include style for system headersAndrew Tridgell1-1/+1
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-1/+1
2011-02-12tdb: Fix a C++ warningVolker Lendecke1-1/+1
2011-02-07build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell1-11/+0
2011-01-19tdb: Added doxygen documentation.Andreas Schneider3-25/+2454
2011-01-08waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell1-2/+4
2011-01-06tdbrestore: Update to GPLv3+, remove old FSF address.Jelmer Vernooij1-3/+2
2011-01-01s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij1-1/+1
2011-01-01talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij1-61/+0
2010-12-29tdb: add ABI/tdb-1.2.9.sigsStefan Metzmacher1-0/+62
2010-12-29tdb: tdb_summary() support.Rusty Russell7-10/+206
2010-12-27tdb: setup TEST_DATA_PREFIX for make testStefan Metzmacher1-1/+5