tdb: Make tdb_recovery_size overflow-safe
[obnox/samba/samba-obnox.git] / lib / tdb / common / tdb_private.h
2013-06-03 Volker Lendecketdb: Make tdb_recovery_size overflow-safe
2013-06-03 Volker Lendecketdb: Add overflow-checking tdb_add_off_t
2013-02-05 Volker Lendecketdb: Remove "header" from tdb_context
2012-12-21 Volker Lendecketdb: Fix blank line endings
2012-03-22 Rusty Russelllib/tdb: fix OpenBSD incoherent mmap.
2012-02-13 Rusty Russelltdb: make tdb_private.h idempotent.
2011-12-21 Rusty Russelltdb: use same expansion factor logic when expanding...
2011-12-19 Rusty Russelltdb: be more careful on 4G files.
2011-04-19 Rusty Russelltdb: make sure we skip over recovery area correctly.
2010-12-29 Rusty Russelltdb: tdb_summary() support.
2010-09-27 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-09-27 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-09-13 Rusty Russelltdb: put example hashes into header, so we notice incor...
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 LendeckeFix some nonempty blank lines
2010-02-24 Rusty Russelltdb: handle processes dying during transaction commit.
2010-02-24 Rusty Russelltdb: remove lock ops
2010-02-24 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-02-17 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-02-17 Rusty Russelltdb: remove num_locks
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
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: 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.
2010-02-24 Rusty Russelltdb: make _tdb_transaction_cancel static.
2010-02-17 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2010-02-10 Rusty Russelltdb: give a name to the invalid recovery area constant (0)
2009-10-23 Stefan Metzmachertdb: rename 'struct list_struct' into 'struct tdb_record'
2009-10-21 Rusty Russelllib/tdb: TDB_TRACE support (for developers)
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-20 Rusty RussellMake tdb transaction lock recursive (samba version)
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMove common libraries from root to lib/.