tdb: Vectorize tdb_update_hash
[samba.git] / lib / tdb / common / tdb.c
2016-08-29 Volker Lendecketdb: Vectorize tdb_update_hash
2016-08-29 Volker Lendecketdb: Allow _v variant in tdb_update_hash_cmp
2016-08-29 Volker Lendecketdb: Remove unnecessary checks
2016-08-29 Volker Lendecketdb: Do an overflow check
2016-08-29 Volker Lendecketdb: Fix a signed/unsigned hickup
2016-07-03 Bob Campbelltdb: avoid many fcntl calls when incrementing seqnum
2014-09-30 Volker Lendecketdb: Fix a comment
2014-05-22 Volker Lendecketdb: add TDB_MUTEX_LOCKING support
2014-04-09 Michael Adamtdb: consolidate tdb allocation code - re-use dead...
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
2014-03-18 Volker Lendecketdb: Add "last_ptr" to tdb_find_dead
2014-03-18 Volker Lendecketdb: Move adding tailer space to tdb_find_dead
2014-03-18 Volker Lendecketdb: Do a best fit search for dead records
2014-03-18 Volker Lendecketdb: Don't purge records to a blocked freelist
2014-03-18 Volker Lendecketdb: Fix a tdb corruption
2014-02-15 Michael Adamtdb: in tdb_delete_hash, make lock/unlock bracket more...
2014-02-14 Michael Adamtdb: simplify tdb_delete_hash() a bit
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
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-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-19 Volker Lendecketdb: Avoid a malloc/memcpy in _tdb_store
2011-08-16 Rusty Russelltdb: increment sequence number in tdb_wipe_all().
2011-03-27 Volker Lendecketdb: Fix Coverity ID 2192: NO_EFFECT
2010-10-21 Jelmer Vernooijtdb: Set _PUBLIC_ in C file rather than header files...
2010-05-05 Rusty Russelltdb: fix short write logic 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-17 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-02-17 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-02-17 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2010-02-22 Brad HardsSpelling fixes for tdb.
2009-11-20 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-10-25 Andrew Tridgelltdb: detect tdb store of identical records and skip
2009-10-23 Stefan Metzmachertdb: rename 'struct list_struct' into 'struct tdb_record'
2009-10-21 Rusty Russelllib/tdb: wean off TDB_ERRCODE.
2009-10-21 Rusty Russelllib/tdb: TDB_TRACE support (for developers)
2009-09-07 Günther Deschnertdb: fix c++ build warning.
2009-07-30 Rusty Russellrealloc() has that horrible overloaded free semantic...
2009-05-21 Jim McDonoughDetect tight loop in tdb_find()
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew Tridgellimported the tdb_repack() code from CTDB
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/.