summaryrefslogtreecommitdiffstats
path: root/ctdb/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add back monitoring for time skips, forward as well as backward.Ronnie Sahlberg2010-09-281-0/+22
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-192-1/+4
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-182-1/+4
* | We use eventloop nesting in a couple of places, notably the syncRonnie Sahlberg2010-08-181-0/+2
* | Merge commit 'rusty/libctdb-new' into fooRonnie Sahlberg2010-08-1871-2694/+15668
|\ \
| * | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-1858-2358/+11225
| * | talloc: update to 2.0.3 version from SAMBARusty Russell2010-08-1813-336/+4443
| |/
* | 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: improve loggingRusty Russell2010-07-011-2/+3
* idtree: fix handling of large ids (eg INT_MAX)Rusty Russell2010-06-101-2/+4
* 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
* tdb: remove lock opsRusty Russell2010-04-224-40/+22
* tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell2010-04-223-13/+9
* tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.Rusty Russell2010-04-221-17/+13
* tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell2010-04-223-29/+62
* tdb: suppress record write locks when allrecord lock is taken.Rusty Russell2010-04-221-0/+9
* tdb: cleanup: always grab allrecord lock to infinity.Rusty Russell2010-04-221-7/+3
* tdb: remove num_locksRusty Russell2010-04-222-11/+2
* tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell2010-04-221-3/+3
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-04-222-5/+18
* tdb: use tdb_nest_lock() for open lock.Rusty Russell2010-04-223-15/+10
* tdb: use tdb_nest_lock() for transaction lock.Rusty Russell2010-04-222-32/+23
* tdb: cleanup: find_nestlock() helper.Rusty Russell2010-04-221-28/+23