ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / lib / tdb / common / io.c
2019-08-06 Volker Lendecketdb: Inline the common part of tdb_oob
2019-08-06 Volker Lendecketdb: Speed up tdb_oob()
2019-08-06 Volker Lendecketdb: Introduce tdb_oob()
2019-08-06 Volker Lendecketdb: Rename tdb_oob() to tdb_notrans_oob()
2018-11-28 Andreas Schneidertdb: Use #ifdef instead of #if for config.h definitions
2018-03-22 Volker Lendecketdb: Harden tdb_rec_read
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
2014-05-22 Volker Lendecketdb: add TDB_MUTEX_LOCKING support
2014-05-22 Volker Lendecketdb: introduce tdb->hdr_ofs
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 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-05-28 Rusty Russelltdb: fix logging of offets and lengths.
2013-03-26 Volker Lendecketdb: Little format change
2013-03-05 Volker Lendecketdb: Slightly simplify tdb_expand_file
2013-02-05 Volker Lendecketdb: Remove "header" from tdb_context
2012-12-21 Volker Lendecketdb: Fix blank line endings
2012-10-06 Rusty Russelltdb: Make robust against shrinking tdbs
2012-03-23 Rusty Russelllib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.
2012-03-23 Rusty Russelllib/tdb: fix missing return 0 code.
2012-03-22 Rusty Russelllib/tdb: fix OpenBSD incoherent mmap.
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-18 Simo Sorcetdb_expand: limit the expansion with huge records
2010-03-25 Volker LendeckeFix some nonempty blank lines
2010-02-24 Rusty Russelltdb: remove lock ops
2010-02-17 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2009-10-23 Stefan Metzmachertdb: rename 'struct list_struct' into 'struct tdb_record'
2009-10-21 Rusty Russelllib/tdb: wean off TDB_ERRCODE.
2009-07-30 Rusty RussellIf the record is at the end of the database, pretending...
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/.