change Christinas previous patch to only perform the check/logging
[sahlberg/ctdb.git] / lib / tdb /
2010-10-08 Jelmer Vernooijpytdb: Add __version__ attribute.
2010-10-08 Jelmer Vernooijpytdb: Include Python.h first to prevent warning.
2010-10-08 Kirill Smelkovpytdb: Check errors after PyObject_New() calls
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_repack()
2010-10-08 Kirill Smelkovpytdb: Add TDB_INCOMPATIBLE_HASH open flag
2010-10-08 Rusty Russelltdb: fix non-WAF build, commit 1.2.6 ABI file.
2010-10-08 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-10-08 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-10-08 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-10-08 Volker Lendecketdb: add restore
2010-10-08 Günther Deschnerlib/tdb: fix c++ build warning in tdb_header_hash().
2010-10-08 Jelmer Vernooijpytdb: Make filename argument optional.
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_freelist_size()
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_transaction_prepare_commit()
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_enable_seqnum, tdb_get_seqnu...
2010-10-08 Kirill Smelkovpytdb: Update open flags to match those for tdb_open...
2010-10-08 Kirill Smelkovpytdb: Fix repr segfault for internal db
2010-10-08 Kirill Smelkovpytdb: Add support for tdb_add_flags() & tdb_remove_flags()
2010-10-08 Andrew Tridgelltdb: added TDB_NO_FSYNC env variable
2010-10-08 Rusty Russelltdb: increment version to 1.2.4
2010-10-08 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-10-08 Rusty Russelltdb: fix tdb_check() on other-endian tdbs.
2010-10-08 Rusty Russelltdb: fix tdb_check() on read-only TDBs to actually...
2010-10-08 Rusty Russelltdb: make check more robust against recovery failures.
2010-08-24 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-08-19 Ronnie SahlbergMerge commit 'rusty/ports-from-1.0.112' into foo
2010-08-17 Ronnie SahlbergMerge commit 'rusty/libctdb-new' into foo
2010-08-16 Rusty Russelltdb: workaround starvation problem in locking entire...
2010-08-16 Rusty Russelltdb: Fix tdb_check() to work with read-only tdb databases.
2010-08-16 Rusty Russelltdb: remove unused variable in tdb_new_database().
2010-08-16 Rusty Russelltdb: fix short write logic in tdb_new_database
2010-04-22 Ronnie sahlbergMerge commit 'rusty/tdb-update'
2010-04-22 Rusty Russelltdb: define _PUBLIC_ so we can compile tdb. rusty/tdb-update
2010-04-22 Andrew Tridgelltdb: update tdb ABI to use hide_symbols=True
2010-04-22 Jelmer Vernooijsubunit: Support formatting compatible with upstream...
2010-04-22 Simo Sorcetdb: update exports and signatures files
2010-04-22 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-04-22 Volker Lendecketdb: Fix indentation in tdb_new_database()
2010-04-22 Volker LendeckeFix some nonempty blank lines
2010-04-22 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-04-22 Volker Lendecketdb: Fix bug 7248, avoid the nanosleep dependency
2010-04-22 Volker Lendecketdb: If tdb_parse_record does not find a record, return...
2010-04-22 Rusty Russelltdb: handle processes dying during transaction commit.
2010-04-22 Rusty Russellpatch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
2010-04-22 Rusty Russelltdb: add -k option to tdbtorture
2010-04-22 Rusty Russelltdb: don't truncate tdb on recovery
2010-04-22 Rusty Russelltdb: remove lock ops
2010-04-22 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-04-22 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-04-22 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-04-22 Rusty Russelltdb: suppress record write locks when allrecord lock...
2010-04-22 Rusty Russelltdb: cleanup: always grab allrecord lock to infinity.
2010-04-22 Rusty Russelltdb: remove num_locks
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
2010-04-22 Rusty Russelltdb: cleanup: find_nestlock() helper.
2010-04-22 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-04-22 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-04-22 Rusty Russelltdb: don't suppress the transaction lock because of...
2010-04-22 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-04-22 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-04-22 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
2010-04-22 Rusty Russelltdb: make _tdb_transaction_cancel static.
2010-04-22 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2010-04-22 Brad HardsSpelling fixes for tdb.
2010-04-22 Andrew Tridgelltdb: use fdatasync() instead of fsync() in transactions
2010-04-22 Volker Lendecketdb: Apply some const, just for clarity
2010-04-22 Rusty Russelltdb: fix recovery reuse after crash
2010-04-22 Rusty Russelltdb: give a name to the invalid recovery area constant (0)
2010-04-22 Simo Sorcerelease-scripts: parametrize scripts
2010-04-22 Simo Sorcetdb: raise version to 1.2.1
2010-02-05 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-02-01 Volker Lendecketdb: fix an early release of the global lock that can...
2009-12-18 Martin SchwenkeMerge commit 'origin/master'
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Simo SorceFix release script with newer versins of git
2009-12-16 Matthias Dieter... tdb tools: Mostly cosmetic adaptions
2009-12-16 Stefan Metzmachertdb: change version to 1.2.0 after adding TDB_*ALLOW_NE...
2009-12-16 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-12-16 Stefan Metzmachertdb: always set tdb->tracefd to -1 to be safe on goto...
2009-12-16 Volker Lendecketdb: Fix a C++ warning (cherry picked from samba commit...
2009-12-16 Kirill Smelkovtdb: update README a bit
2009-12-16 Kirill Smelkovtdb: add tests for double .close() in pytdb
2009-12-16 Kirill Smelkovtdb: reset tdb->fd to -1 in tdb_close()
2009-12-16 Kirill Smelkovtdb: fix typo in python's Tdb.get() docstring
2009-12-16 Andrew Tridgelltdb: detect tdb store of identical records and skip
2009-12-16 Stefan Metzmachertdb: rename 'struct list_struct' into 'struct tdb_record'
2009-12-16 Rusty Russelllib/tdb: make tdbtool use tdb_check() for "check" command
2009-12-16 Rusty Russelllib/tdb: add tdb_check()
2009-12-16 Kirill Smelkovtdb: kill last bits from swig
2009-12-16 Stefan Metzmacherlib/tdb: sync build files from samba master
2009-12-16 Stefan Metzmachers3 build: Remove unused fstat check to fix a bunch...
2009-12-16 Stefan Metzmacherlib/tdb: include replace.h and system/filesys.h in...
2009-12-16 Stefan MetzmacherAvoid using a utility header for Python replacements...
2009-12-16 Stefan Metzmachers3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-12-16 Stefan Metzmacherpy: Properly increase the reference counter of Py_None...
2009-12-16 Jelmer VernooijMake sure to not close tdb database more than once...
next