python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / lib / tdb / common / tdb_private.h
2019-08-06 Volker Lendecketdb: Inline the common part of tdb_oob
2019-08-06 Volker Lendecketdb: Introduce tdb_oob()
2018-10-30 Volker Lendecketdb: Make record deletion circular-chain safe
2018-10-08 Volker Lendecketdb: Add tdb_chainwalk_check
2017-08-22 Ralph Boehmetbd: BUCKET(-1) returns wrong offset because tdb->hash_...
2017-08-22 Ralph Boehmetdb: rename struct tdb_traverse_lock hash member to...
2016-08-29 Volker Lendecketdb: Add tdb_trace_1plusn_rec_flag_ret
2014-05-22 Volker Lendecketdb: add TDB_MUTEX_LOCKING support
2014-05-22 Volker Lendecketdb: introduce tdb->hdr_ofs
2014-05-22 Stefan Metzmachertdb: introduce TDB_SUPPORTED_FEATURE_FLAGS
2014-03-18 Volker Lendecketdb: Reduce freelist contention
2014-03-18 Volker Lendecketdb: Make "tdb_purge_dead" internally public
2014-03-18 Volker Lendecketdb: Make "tdb_find_dead" internally public
2013-12-14 Volker Lendecketdb: Avoid reallocs for lockrecs
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
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/.