tdb: remove lock ops
[ira/wip.git] / lib / tdb /
2010-02-24 Rusty Russelltdb: remove lock ops
2010-02-24 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-02-24 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-02-17 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-02-24 Rusty Russelltdb: suppress record write locks when allrecord lock...
2010-02-24 Rusty Russelltdb: cleanup: always grab allrecord lock to infinity.
2010-02-17 Rusty Russelltdb: remove num_locks
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-02-24 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
2010-02-17 Rusty Russelltdb: cleanup: find_nestlock() helper.
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: don't suppress the transaction lock because of...
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-22 Brad HardsSpelling fixes for tdb.
2010-02-13 Andrew Tridgelltdb: use fdatasync() instead of fsync() in transactions
2010-02-13 Volker Lendecketdb: Apply some const, just for clarity
2010-02-10 Rusty Russelltdb: fix recovery reuse after crash
2010-02-10 Rusty Russelltdb: give a name to the invalid recovery area constant (0)
2010-02-08 Simo Sorcerelease-scripts: parametrize scripts
2010-02-06 Simo Sorcetdb: raise version to 1.2.1 tdb-1.2.1
2010-02-01 Volker Lendecketdb: fix an early release of the global lock that can...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Stefan Metzmachertdb: fix standalone 'make installdocs'
2010-01-06 Brian Lutdb: create symbol links to shared libraries see https...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-21 Jelmer Vernooijtdb: Also build and install tdb manpages from standalon...
2009-12-21 Jelmer Vernooijtdb: Fix formatting of API check file.
2009-12-17 Günther Deschnertdbtool: avoid using c++ reserved words.
2009-12-07 Simo SorceFix release script with newer versins of git
2009-11-20 Matthias Dieter... tdb tools: Mostly cosmetic adaptions
2009-11-20 Stefan Metzmachertdb: change version to 1.2.0 after adding TDB_*ALLOW_NE... tdb-1.2.0
2009-11-20 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-11-20 Ronnie SahlbergNew attempt at TDB transaction nesting allow/disallow.
2009-11-20 Stefan Metzmachertdb: always set tdb->tracefd to -1 to be safe on goto...
2009-11-07 Volker Lendecketdb: Fix a C++ warning
2009-10-28 Kirill Smelkovtdb: update README a bit
2009-10-28 Kirill Smelkovtdb: add tests for double .close() in pytdb
2009-10-28 Kirill Smelkovtdb: reset tdb->fd to -1 in tdb_close()
2009-10-28 Kirill Smelkovtdb: fix typo in python's Tdb.get() docstring
2009-10-28 Kirill Smelkovtdb: kill last bits from swig
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: make tdbtool use tdb_check() for "check" command
2009-10-21 Rusty Russelllib/tdb: add tdb_check()
2009-10-21 Rusty Russelllib/tdb: add -t (always use transactions) option to...
2009-10-21 Rusty Russelllib/tdb: wean off TDB_ERRCODE.
2009-10-21 Rusty Russelllib/tdb: TDB_TRACE support (for developers)
2009-10-19 Andrew Tridgelltdb: fixed the intermittent failure of tdbtorture in...
2009-09-21 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-21 Michael Adamtdb:tdbtool: fix indentation.
2009-09-21 Michael Adamtdb:tdbtool: add transaction_start/_commit/_cancel...
2009-09-21 Michael Adamtdb:tdbtool: add the "speed" command to the help text.
2009-09-19 Andrew Tridgelltdb: increase minor version
2009-09-16 Andrew Tridgelltdb: allow reads after prepare commit
2009-09-15 Andrew Tridgelltdb: allow reads after prepare commit
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Andrew Tridgelltdb: allow reads after prepare commit
2009-09-12 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-11 Michael Adamtdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function...
2009-09-11 Michael Adamtdb:mksigs: normalize bool -> _Bool
2009-09-11 Michael Adamtdb:mksigs: ignore symbols (like _DEPRECATED_) after...
2009-09-11 Michael Adamtdb:mksigs: correctly ignode multiline function typedefs
2009-09-11 Michael Adamtdb:mksigs: ignore struct forward declarations.
2009-09-11 Michael Adamtdb:mksyms: allow characters after closing functions...
2009-09-11 Michael Adamtdb:mksyms: allow double pointer return value of functions.
2009-09-07 Günther Deschnertdb: fix c++ build warning.
2009-08-29 Michael AdamOne would expect I could spell my name...
2009-08-29 Michael Adamtdb: move the original abi_checks script to script...
2009-08-29 Michael Adamtdb: run abi_checks as part of "make test".
2009-08-29 Michael Adamtdb: remove files generated by "make abi_checks" in...
2009-08-29 Michael Adamtdb: add a target "abi_checks" to tdb.
2009-08-29 Michael Adamtdb: add script/abi_checks.sh. check for abi changes...
2009-08-29 Michael Adamtdb: add script to extract signatures from header files.
2009-08-29 Michael Adamtdb: add scripts to extract library symbols (exports...
2009-08-28 Rusty Russelllib/tdb: don't overwrite TDBs with different version...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-06 Jeremy AllisonAdd define guards around otherwise unused variable.
2009-08-06 Rusty RussellThere is one signedness issue in tdb which prevents...
2009-07-31 Rusty Russelltdb: don't alter tdb->flags in tdb_reopen_all()
2009-07-31 Rusty Russelltdb: Reimplementation of Metze's "lib/tdb: if we know...
2009-07-31 Rusty Russelltdb: Revert "lib/tdb: if we know pwrite and pread are...
2009-07-30 Rusty Russellrealloc() has that horrible overloaded free semantic...
2009-07-30 Rusty RussellIf the record is at the end of the database, pretending...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Rusty Russelltdb: fix locking error
2009-07-20 Rusty RussellMake tdb transaction lock recursive (samba version)
2009-07-03 Björn Jacketdb: fix define of tdbdir when srcdir != "."
2009-07-03 Simo SorceSort the signature files
2009-06-17 Jelmer Vernooijtdb: Fix help string in configure flag to enable Python...
2009-06-17 Simo Sorcefix release scripts to always git clean
2009-06-15 Simo SorceAdd exports file and abi checker for tdb tdb-1.1.5
2009-06-15 Simo SorceAdd option to --disable-python on build
2009-06-06 Slava Semushinlib/tdb/tools/tdbtorture.c: fixed memory leak.
next