summaryrefslogtreecommitdiff
path: root/ctdb/lib
Commit message (Expand)AuthorAgeFilesLines
* change TDB to be valgrind niceRonnie Sahlberg2012-02-221-0/+2
* add socket_wrapper from sambaMichael Adam2011-11-266-0/+2981
* libutil: Remove obsolete signal type cast.Andreas Schneider2011-11-261-5/+5
* update lib/replace to current upstream version (samba master)Michael Adam2011-11-2656-540/+4301
* Added some #ifndefs to stop files being included multiple times.Martin Schwenke2011-11-111-0/+4
* Fix lib/replaceMartin Schwenke2011-11-115-3/+176
* Clean up warnings: popt sure does some strange thingsMartin Schwenke2011-11-113-3/+6
* Clean up warnings: -Wunused-but-set-variable in tevent_signal.cMartin Schwenke2011-11-101-4/+2
* Clean up warnings: ‘tevent_loop_allow_nesting’ is deprecatedMartin Schwenke2011-11-091-0/+7
* Fix broken readdirMathieu Parent2011-10-121-3/+3
* Drop loglevel for a tevent message from FATAL to ERRORRonnie Sahlberg2011-09-081-1/+1
* tdb: expose transaction lock infrastructure for ctdbRusty Russell2011-01-182-0/+24
* 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