tdb: add overflow/ENOSPC handling to tdb_expand_file()
[obnox/samba/samba-obnox.git] / lib / tdb / common /
2013-06-03 Stefan Metzmachertdb: add overflow/ENOSPC handling to tdb_expand_file()
2013-06-03 Stefan Metzmachertdb: add a 'new_size' helper variable to tdb_expand_file()
2013-06-03 Volker Lendecketdb: Add overflow-checking tdb_add_off_t
2013-05-28 Rusty Russelltdb: fix logging of offets and lengths.
2013-05-14 Christian Ambachtdb: include information about hash function being...
2013-03-26 Volker Lendecketdb: Little format change
2013-03-05 Volker Lendecketdb: Slightly simplify tdb_expand_file
2013-02-19 Volker Lendecketdb: Slightly simplify transaction_write
2013-02-19 Volker Lendecketdb: Make tdb_release_transaction_locks use tdb_allreco...
2013-02-19 Volker Lendecketdb: Factor out the retry loop from tdb_allrecord_upgrade
2013-02-19 Volker Lendecketdb: Simplify fcntl_lock() a bit
2013-02-19 Volker Lendecketdb: Use tdb_null in freelistcheck
2013-02-16 Volker Lendecketdb: Fix a typo
2013-02-05 Volker Lendecketdb: Remove "header" from tdb_context
2013-02-05 Volker Lendecketdb: Pass argument "header" to check_header_hash
2013-02-05 Volker Lendecketdb: Pass argument "header" to tdb_new_database
2013-01-07 Volker Lendecketdb: Fix undefined prototype warnings
2012-12-21 Volker Lendecketdb: Add a comment explaining the "check"
2012-12-21 Volker Lendecketdb: Make tdb_new_database() follow a more conventional...
2012-12-21 Volker Lendecketdb: Fix a typo
2012-12-21 Volker Lendecketdb: Fix a typo
2012-12-21 Volker Lendecketdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlock
2012-12-21 Volker Lendecketdb: Factor out tdb_lock_covered_by_allrecord_lock...
2012-12-21 Volker Lendecketdb: Simplify logic in tdb_lock_list slightly
2012-12-21 Volker Lendecketdb: Slightly simplify tdb_lock_list
2012-12-21 Volker Lendecketdb: Fix blank line endings
2012-12-21 Volker Lendecketdb: Fix a comment
2012-12-21 Volker Lendecketdb: Fix a typo
2012-12-21 Volker Lendecketdb: Fix a missing CONVERT
2012-10-06 Volker Lendecketdb: Make tdb robust against improper CLEAR_IF_FIRST... save-diskspace-tags/tdb-1.2.11
2012-10-06 Rusty Russelltdb: Make robust against shrinking tdbs
2012-10-03 Rusty Russelltdb: add tdb_rescue()
2012-10-02 Volker Lendecketdb: Fix a typo
2012-06-22 Rusty Russelltdb: make TDB_NOSYNC merely disable sync.
2012-03-29 Amitay Isaacslib/tdb: Add/expose lock functions to support CTDB
2012-03-23 Rusty Russelllib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.
2012-03-23 Rusty Russelllib/tdb: fix missing return 0 code.
2012-03-22 Rusty Russelllib/tdb: fix OpenBSD incoherent mmap.
2012-02-13 Rusty Russelltdb: make tdb_private.h idempotent.
2012-01-06 Ira CooperFix compile when TDB_TRACE is enabled.
2011-12-25 Volker Lendecketdb: Use tdb_parse_record in tdb_update_hash
2011-12-21 Rusty Russelltdb: don't free old recovery area when expanding if...
2011-12-21 Rusty Russelltdb: use same expansion factor logic when expanding...
2011-12-19 Volker Lendecketdb: Avoid a malloc/memcpy in _tdb_store
2011-12-19 Rusty Russelltdb: be more careful on 4G files.
2011-08-16 Rusty Russelltdb: increment sequence number in tdb_wipe_all().
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-08 Rusty Russelltdb: enable VALGRIND to remove valgrind noise.
2011-04-19 Rusty Russelltdb: make sure we skip over recovery area correctly.
2011-04-18 Simo Sorcetdb_expand: limit the expansion with huge records
2011-04-18 Rusty Russelltdb: tdb_repack() only when it's worthwhile.
2011-04-18 Rusty Russelltdb: fix transaction recovery area for converted tdbs.
2011-03-30 Volker Lendecketdb: Fix Coverity ID 2238: SECURE_CODING
2011-03-27 Volker Lendecketdb: Fix Coverity ID 2192: NO_EFFECT
2011-02-12 Volker Lendecketdb: Fix a C++ warning
2010-12-29 Rusty Russelltdb: tdb_summary() support.
2010-11-27 Matthias Dieter... tdb:common/open.c - use "discard_const_p" for certain...
2010-11-12 Stefan Metzmachertdb: set tdb->name early, as it's needed for tdb_name()
2010-10-21 Jelmer Vernooijtdb: Set _PUBLIC_ in C file rather than header files...
2010-09-27 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-09-27 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-09-27 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-09-20 Günther Deschnerlib/tdb: fix c++ build warning in tdb_header_hash().
2010-09-16 Andrew Tridgelltdb: added TDB_NO_FSYNC env variable
2010-09-13 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-09-13 Rusty Russelltdb: fix tdb_check() on other-endian tdbs.
2010-09-13 Rusty Russelltdb: fix tdb_check() on read-only TDBs to actually...
2010-09-13 Rusty Russelltdb: make check more robust against recovery failures.
2010-08-13 Rusty Russelltdb: workaround starvation problem in locking entire...
2010-07-28 Jeremy AllisonFix tdb_check() to work with read-only tdb databases...
2010-07-01 Günther Deschnertdb: fix the build on mac os x 10.6.4.
2010-05-11 Günther Deschnertdb: remove unused variable in tdb_new_database().
2010-05-05 Rusty Russelltdb: fix short write logic in tdb_new_database
2010-04-20 Andrew Tridgelltdb: update tdb ABI to use hide_symbols=True
2010-03-26 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-03-25 Volker Lendecketdb: Fix indentation in tdb_new_database()
2010-03-25 Volker LendeckeFix some nonempty blank lines
2010-02-28 Volker Lendecketdb: If tdb_parse_record does not find a record, return...
2010-02-24 Rusty Russelltdb: handle processes dying during transaction commit.
2010-02-24 Rusty Russellpatch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
2010-02-24 Rusty Russelltdb: don't truncate tdb on recovery
2010-02-24 Rusty Russelltdb: remove lock ops
2010-02-24 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-02-24 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-02-17 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-02-24 Rusty Russelltdb: suppress record write locks when allrecord lock...
2010-02-24 Rusty Russelltdb: cleanup: always grab allrecord lock to infinity.
2010-02-17 Rusty Russelltdb: remove num_locks
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-02-24 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
2010-02-17 Rusty Russelltdb: cleanup: find_nestlock() helper.
2010-02-24 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-02-17 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-02-17 Rusty Russelltdb: don't suppress the transaction lock because of...
2010-02-17 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-02-17 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-02-17 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
next