lib/tdb: convert print func to be py2/py3 compatible
[samba.git] / lib / tdb / common /
2018-03-22 Volker Lendecketdb: Fix a "increases alignment" warning
2018-03-22 Volker Lendecketdb: Align a few integer types
2018-03-22 Volker Lendecketdb: Harden allocating the tdb recovery area
2018-03-22 Volker Lendecketdb: Make sure the hash size fits
2018-03-22 Volker LendeckeHarden tdb_check_used_record against overflow
2018-03-22 Volker Lendecketdb: Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal
2018-03-22 Volker Lendecketdb: Harden tdb_rec_read
2018-03-01 Andreas Schneiderlib:tdb: Add FALL_THROUGH statements in common/summary.c
2018-03-01 Andreas Schneiderlib:tdb: Add FALL_THROUGH statements in hash.c
2017-08-24 Volker Lendecketdb: Use posix_fallocate
2017-08-23 Volker Lendecketdb: Add an intermediate variable
2017-08-23 Volker Lendecketdb: Truncate the file after expand failure
2017-08-23 Volker Lendecketdb: Protect against EINTR
2017-08-23 Volker Lendecketdb: Fix a typo
2017-08-22 Ralph Boehmetdb: fix tbdtool list freelist output
2017-08-22 Ralph Boehmetdb: document hashtable bucket offset calculation madness
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...
2017-08-17 Volker Lendecketdb: Clarify the CLEAR_IF_FIRST locked logic
2017-08-10 Andreas Schneidertdb: Do not allow to pass NULL as the buffer to transac...
2017-08-09 Andreas Schneidertdb: Write zero data using 8k buffer in transaction_exp...
2017-08-09 Volker Lendecketdb: Avoid NULL tdb_write
2017-08-09 Volker Lendecketdb: Consistency check for tdb_storev
2017-07-02 Andrew Bartletttdb: Add new function tdb_transaction_active()
2017-07-02 Andrew Bartletttdb: Remove locking from tdb_traverse_read()
2017-05-22 Andrew Bartletttdb: Improve debugging when the allrecord lock fails...
2017-04-27 Andrew Bartletttdb: Improve debugging in _tdb_transaction_start
2017-04-27 Andrew Bartletttdb: Improve debugging when the allrecord lock fails...
2017-04-27 Ralph Boehmetdb: runtime check for robust mutexes may hang in threa...
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()
next