summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb:build: fix building with external libtdbMichael Adam2014-06-161-7/+7
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* tdb: Sync to tdb 1.2.11 from upstreamAmitay Isaacs2013-05-2965-47/+6474
* lib/tdb: Sync tdb from samba git treeAmitay Isaacs2012-04-1324-423/+1547
* lib/tdb: Remove the files required to build tdb as a libraryAmitay Isaacs2012-04-1320-4435/+0
* build: Use system tdb library if availableAmitay Isaacs2012-03-301-21/+45
* change TDB to be valgrind niceRonnie Sahlberg2012-02-221-0/+2
* tdb: expose transaction lock infrastructure for ctdbRusty Russell2011-01-182-0/+24
* pytdb: Add __version__ attribute.Jelmer Vernooij2010-10-072-0/+8
* pytdb: Include Python.h first to prevent warning.Jelmer Vernooij2010-10-071-1/+1
* pytdb: Check errors after PyObject_New() callsKirill Smelkov2010-10-071-0/+7
* pytdb: Add support for tdb_repack()Kirill Smelkov2010-10-072-0/+15
* pytdb: Add TDB_INCOMPATIBLE_HASH open flagKirill Smelkov2010-10-071-0/+1
* tdb: fix non-WAF build, commit 1.2.6 ABI file.Rusty Russell2010-10-072-1/+62
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-10-075-5/+22
* tdb: automatically identify Jenkins hash tdbsRusty Russell2010-10-071-14/+27
* tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell2010-10-075-16/+384
* tdb: add restoreVolker Lendecke2010-10-073-1/+239
* lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner2010-10-071-1/+1
* pytdb: Make filename argument optional.Jelmer Vernooij2010-10-072-13/+15
* pytdb: Add support for tdb_freelist_size()Kirill Smelkov2010-10-072-0/+9
* pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-10-072-0/+18
* pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-10-072-0/+30
* pytdb: Update open flags to match those for tdb_open() in tdb.hKirill Smelkov2010-10-071-0/+6
* pytdb: Fix repr segfault for internal dbKirill Smelkov2010-10-072-1/+11
* pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-10-072-0/+27
* tdb: added TDB_NO_FSYNC env variableAndrew Tridgell2010-10-071-0/+4
* tdb: increment version to 1.2.4Rusty Russell2010-10-071-1/+1
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-10-073-2/+65
* tdb: fix tdb_check() on other-endian tdbs.Rusty Russell2010-10-071-1/+1
* tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell2010-10-071-5/+17
* tdb: make check more robust against recovery failures.Rusty Russell2010-10-071-5/+36
* tdb: workaround starvation problem in locking entire database.Rusty Russell2010-08-162-18/+70
* tdb: Fix tdb_check() to work with read-only tdb databases.Rusty Russell2010-08-161-3/+3
* tdb: remove unused variable in tdb_new_database().Rusty Russell2010-08-161-1/+0
* tdb: fix short write logic in tdb_new_databaseRusty Russell2010-08-163-17/+17
* tdb: define _PUBLIC_ so we can compile tdb.Rusty Russell2010-04-221-0/+5
* tdb: update tdb ABI to use hide_symbols=TrueAndrew Tridgell2010-04-224-77/+65
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-221-1/+1
* tdb: update exports and signatures filesSimo Sorce2010-04-222-0/+2
* tdb: Add a non-blocking version of tdb_transaction_startVolker Lendecke2010-04-226-8/+24
* tdb: Fix indentation in tdb_new_database()Volker Lendecke2010-04-221-1/+1
* Fix some nonempty blank linesVolker Lendecke2010-04-2210-45/+44
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-04-222-2/+2
* tdb: Fix bug 7248, avoid the nanosleep dependencyVolker Lendecke2010-04-221-4/+4
* tdb: If tdb_parse_record does not find a record, return -1 instead of 0Volker Lendecke2010-04-222-1/+23
* tdb: handle processes dying during transaction commit.Rusty Russell2010-04-223-0/+86
* patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patchRusty Russell2010-04-221-16/+13
* tdb: add -k option to tdbtortureRusty Russell2010-04-221-57/+142
* tdb: don't truncate tdb on recoveryRusty Russell2010-04-221-10/+0