tdbtool: Add "storehex" command
[samba.git] / lib / tdb / common /
2017-04-10 Volker Lendecketdb: Do lock upgrades properly
2017-04-10 Volker Lendecketdb: Fix some signed/unsigned hickups
2016-11-29 Volker Lendecketdb: Fix mutexes on FreeBSD
2016-11-29 Volker Lendecketdb: Only mmap the mutex area if not already mmap'ed
2016-11-29 Volker Lendecketdb: NULL out tdb->mutexes in tdb_mutex_munmap
2016-08-29 Volker Lendecketdb: Use tdb_storev in tdb_append tdb-1.3.11
2016-08-29 Volker Lendecketdb: Add tdb_storev
2016-08-29 Volker Lendecketdb: Add tdb_trace_1plusn_rec_flag_ret
2016-08-29 Volker Lendecketdb: Vectorize _tdb_store
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-14 Volker Lendecketdb: Don't malloc for every record in traverse
2016-07-03 Bob Campbelltdb: avoid many fcntl calls when incrementing seqnum
2016-06-29 Jeremy Allisons3: tdb: On some platforms pthread_mutex_trylock()...
2016-04-12 Volker Lendecketdb mutex check: Fix CID 1358473 Uninitialized scalar...
2016-04-11 Uri Simchonitdb: rework cleanup logic in tdb_runtime_check_for_robu...
2016-03-29 Ralph Boehmetdb: avoid a race condition when checking for robust...
2015-12-18 Andrew Bartletttdb: Refuse to load a database with hash size 0
2015-07-08 Volker Lendecketdb: Fix bug 11381, deadlock
2015-04-28 Alexander Drozdovtdb: introduce tdb_chainlock_read_nonblock(), a nonbloc...
2015-03-26 Jeremy Allisonlib: tdb: Use sigaction when testing for robust mutexes.
2015-03-25 Andreas SchneiderRevert "lib: tdb: Use sigaction when testing for robust...
2015-03-24 Jeremy Allisonlib: tdb: Use sigaction when testing for robust mutexes.
2014-12-19 Stefan Metzmachertdb: allow transactions on on tdb's with TDB_MUTEX_LOCKING
2014-11-26 Volker Lendecketdb: Fix tdb_runtime_check_for_robust_mutexes()
2014-11-20 Stefan Metzmachertdb: allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_F...
2014-09-30 Volker Lendecketdb: Fix a comment
2014-09-24 Volker Lendecketdb: Improve wording in a comment
2014-06-26 Michael Adamtdb: defragment the freelist in tdb_allocate_from_freel...
2014-06-26 Michael Adamtdb: use tdb_freelist_merge_adjacent in tdb_freelist_size()
2014-06-26 Michael Adamtdb: add tdb_freelist_merge_adjacent()
2014-06-26 Michael Adamtdb: add utility function check_merge_ptr_with_left_rec...
2014-06-26 Michael Adamtdb: simplify tdb_free() using check_merge_with_left_re...
2014-06-26 Michael Adamtdb: add utility function check_merge_with_left_record()
2014-06-26 Michael Adamtdb: improve comments for tdb_free().
2014-06-26 Michael Adamtdb: factor merge_with_left_record() out of tdb_free()
2014-06-26 Michael Adamtdb: fix debug message in tdb_free()
2014-06-26 Michael Adamtdb: reduce indentation in tdb_free() for merging left
2014-06-26 Michael Adamtdb: increase readability of read_record_on_left()
2014-06-26 Michael Adamtdb: factor read_record_on_left() out of tdb_free()
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-05-22 Stefan Metzmachertdb: use asprintf() to simplify tdb_summary()
2014-05-12 Stefan Metzmachertdb: return ENOSYS if the tdb was created with spinlocks.
2014-04-09 Michael Adamtdb: consolidate tdb allocation code - re-use dead...
2014-04-02 Stefan Metzmachertdb: don't alter errno on success of tdb_open_ex()
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: always open internal databases with incompatible...
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
2014-02-14 Michael Adamtdb: tdbtool: dump record magic with fixed number of...
2014-02-14 Michael Adamtdb: tdbtool: dump record hash with fixed number of...
2013-12-14 Volker Lendecketdb: Avoid reallocs for lockrecs
2013-12-12 Christian Ambachlib/tdb: fix compiler warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-06-03 Volker Lendecketdb: Add another overflow check to tdb_expand_adjust
2013-06-03 Volker Lendecketdb: Make tdb_recovery_allocate overflow-safe
2013-06-03 Volker Lendecketdb: Make tdb_recovery_size overflow-safe
2013-06-03 Stefan Metzmachertdb: add proper OOM/ENOSPC handling to tdb_expand()
2013-06-03 Stefan Metzmachertdb: add overflow detection to tdb_expand_adjust()
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
next