summaryrefslogtreecommitdiffstats
path: root/ctdb/lib
Commit message (Expand)AuthorAgeFilesLines
...
* change Christinas previous patch to only perform the check/loggingRonnie Sahlberg2011-01-174-8/+12
* improve timing issue detectionsChristian Ambach2011-01-176-15/+61
* idtree: fix overflow for v. large ids on allocation and removalRusty Russell2010-12-071-1/+1
* idtree: fix right shift of signed ints, crash on large ids on AIXRusty Russell2010-10-071-1/+1
* 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
* 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