summaryrefslogtreecommitdiffstats
path: root/ctdb/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdb: cleanup: tdb_release_extra_locks() helperRusty Russell2010-04-223-17/+22
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-04-224-5/+17
* tdb: don't suppress the transaction lock because of the allrecord lock.Rusty Russell2010-04-221-6/+0
* tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell2010-04-223-45/+67
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-04-225-29/+29
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-04-223-17/+17
* tdb: make _tdb_transaction_cancel static.Rusty Russell2010-04-222-2/+1
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-04-227-117/+235
* Spelling fixes for tdb.Brad Hards2010-04-222-2/+2
* tdb: use fdatasync() instead of fsync() in transactionsAndrew Tridgell2010-04-221-1/+1
* tdb: Apply some const, just for clarityVolker Lendecke2010-04-221-1/+1
* tdb: fix recovery reuse after crashRusty Russell2010-04-221-4/+10
* tdb: give a name to the invalid recovery area constant (0)Rusty Russell2010-04-223-4/+5
* release-scripts: parametrize scriptsSimo Sorce2010-04-222-48/+67
* tdb: raise version to 1.2.1Simo Sorce2010-04-221-1/+1
* Correction of spelling errors.Mathieu Parent2010-02-241-1/+1
* ctdb: migrate to new dlinklist.h from SambaAndrew Tridgell2010-02-091-86/+108
* util: added TLIST_*() macrosAndrew Tridgell2010-02-041-0/+46
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-021-5/+10
* lib/util: add pre and post panic action hooksStefan Metzmacher2010-01-202-0/+13
* lib/util: import fault/backtrace handling from samba.Stefan Metzmacher2010-01-206-0/+1211
* move DEBUG* macros to one placeStefan Metzmacher2010-01-202-4/+2