summaryrefslogtreecommitdiff
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* tdb mutex check: Fix CID 1358473 Uninitialized scalar variableVolker Lendecke2016-04-121-0/+2
* tdb: version 1.3.9tdb-1.3.9Stefan Metzmacher2016-04-112-1/+70
* tdb: rework cleanup logic in tdb_runtime_check_for_robust_mutexes()Uri Simchoni2016-04-111-37/+45
* tdb: avoid a race condition when checking for robust mutexesRalph Boehme2016-03-291-28/+32
* lib:tdb: Remove use of strcpy in tdb test.Jeremy Allison2016-03-221-1/+2
* tdb: eliminate deprecation warnings in python testsMichael Adam2016-02-161-26/+26
* tdb: Only set public headers field when installing as a public library.Jelmer Vernooij2016-01-131-1/+1
* tdb: Refuse to load a database with hash size 0Andrew Bartlett2015-12-181-0/+7
* Fix various spelling errorsMathieu Parent2015-11-061-2/+2
* tdb: version 1.3.8tdb-1.3.8Stefan Metzmacher2015-11-052-1/+70
* Revert "tdb: Add tdbdump -u"Ralph Boehme2015-09-182-293/+1
* tdb: Add tdbdump -uVolker Lendecke2015-09-182-1/+293
* tdb: Fix broken build with --disable-pythonMartin Schwenke2015-07-231-5/+6
* tdb: version 1.3.7tdb-1.3.7Stefan Metzmacher2015-07-212-1/+70
* tdb python binding: raise KeyError(key) when the key doesn't existAurelien Aptel2015-07-211-1/+5
* pytdb: Add tests for text interfacePetr Viktorin2015-07-211-23/+141
* pyldb: Add a text-based interface for Python 3Petr Viktorin2015-07-213-0/+163
* pytdb: Use new dict API on Python 3Petr Viktorin2015-07-212-11/+47
* pytdb: Build for two versions of Python at oncePetr Viktorin2015-07-211-8/+8
* pytdb: Port to Python 3Petr Viktorin2015-07-213-94/+141
* pytdb: Allow nextkey() to be calledPetr Viktorin2015-07-211-1/+1
* tdbrestore: include config.h before any glibc headersUri Simchoni2015-07-171-1/+1
* tdb: Reproducer for Bug 11381Volker Lendecke2015-07-092-0/+204
* tdb: Fix bug 11381, deadlockVolker Lendecke2015-07-091-1/+13
* tdb: version 1.3.6tdb-1.3.6Stefan Metzmacher2015-06-122-1/+70
* tdb: version 1.3.5tdb-1.3.5Alexander Drozdov2015-04-292-1/+70
* tdb: introduce tdb_chainlock_read_nonblock(), a nonblock variant of tdb_chain...Alexander Drozdov2015-04-282-0/+8
* Add set date to tdb manpages.Jelmer Vernooij2015-04-274-0/+4
* tdb: Do not build test binaries if it's not a standalone buildAmitay Isaacs2015-03-311-11/+12
* Move waf into third_party/.Jelmer Vernooij2015-03-261-1/+1
* lib: tdb: Use sigaction when testing for robust mutexes.Jeremy Allison2015-03-261-4/+31
* Revert "lib: tdb: Use sigaction when testing for robust mutexes."Andreas Schneider2015-03-251-28/+4
* lib: tdb: Use sigaction when testing for robust mutexes.Jeremy Allison2015-03-241-4/+28
* Docs: Remove some ntdb referencesVolker Lendecke2015-03-171-5/+0
* tdb: Fix CID 1034842 Resource leakVolker Lendecke2015-03-111-0/+1
* tdb: Fix CID 1034841 Resource leakVolker Lendecke2015-03-101-3/+5
* tdb: version 1.3.4tdb-1.3.4Stefan Metzmacher2014-12-192-1/+69
* tdb/toos: allow transactions with TDB_MUTEX_LOCKINGStefan Metzmacher2014-12-191-1/+0
* tdb/test: add tdb1-run-mutex-transaction1 testStefan Metzmacher2014-12-192-0/+237
* tdb: allow transactions on on tdb's with TDB_MUTEX_LOCKINGStefan Metzmacher2014-12-191-1/+1
* tdb: version 1.3.3tdb-1.3.3Stefan Metzmacher2014-12-022-1/+69
* tdb/test: TDB_CLEAR_IF_FIRST | TDB_MUTEX_LOCKING, O_RDONLY is a valid combina...Stefan Metzmacher2014-12-021-2/+3
* tdb: version 1.3.2tdb-1.3.2Stefan Metzmacher2014-11-292-1/+69
* tdb: Fix tdb_runtime_check_for_robust_mutexes()Volker Lendecke2014-11-261-4/+4
* tdb: allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs.Stefan Metzmacher2014-11-201-9/+9
* tdb: Fix a commentVolker Lendecke2014-09-301-1/+1
* tdb: Improve wording in a commentVolker Lendecke2014-09-251-1/+1
* tdb: tdb.h needs bool typeMartin Schwenke2014-09-191-0/+1
* tdb: change version to 1.3.1tdb-1.3.1Michael Adam2014-09-162-1/+69
* tdb:tools: fix a compiler warningStefan Metzmacher2014-09-161-4/+4