summaryrefslogtreecommitdiffstats
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* tdb: fix standalone 'make installdocs'Stefan Metzmacher2010-01-062-3/+4
* tdb: create symbol links to shared libraries see https://bugzilla.samba.org/s...Brian Lu2010-01-061-0/+4
* tdb: Also build and install tdb manpages from standalone tdb.Jelmer Vernooij2009-12-217-3/+459
* tdb: Fix formatting of API check file.Jelmer Vernooij2009-12-211-1/+1
* tdbtool: avoid using c++ reserved words.Günther Deschner2009-12-171-2/+2
* Fix release script with newer versins of gitSimo Sorce2009-12-071-1/+1
* tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-11-202-8/+9
* tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTINGtdb-1.2.0Stefan Metzmacher2009-11-201-1/+1
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-11-205-3/+63
* New attempt at TDB transaction nesting allow/disallow.Ronnie Sahlberg2009-11-202-1/+14
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-11-201-4/+3
* tdb: Fix a C++ warningVolker Lendecke2009-11-081-1/+2
* tdb: update README a bitKirill Smelkov2009-10-291-8/+1
* tdb: add tests for double .close() in pytdbKirill Smelkov2009-10-291-0/+9
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-10-291-1/+3
* tdb: fix typo in python's Tdb.get() docstringKirill Smelkov2009-10-291-1/+1
* tdb: kill last bits from swigKirill Smelkov2009-10-292-6/+1
* tdb: detect tdb store of identical records and skipAndrew Tridgell2009-10-251-0/+20
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-10-239-54/+54
* lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell2009-10-221-14/+30
* lib/tdb: add tdb_check()Rusty Russell2009-10-228-3/+441
* lib/tdb: add -t (always use transactions) option to tdbtortureRusty Russell2009-10-221-12/+29
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-10-229-40/+59
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-10-227-55/+402
* tdb: fixed the intermittent failure of tdbtorture in the build farmAndrew Tridgell2009-10-201-2/+5
* tdb:tdbtool: fix indentation.Michael Adam2009-09-211-178/+177
* tdb:tdbtool: add transaction_start/_commit/_cancel commands.Michael Adam2009-09-211-0/+21
* tdb:tdbtool: add the "speed" command to the help text.Michael Adam2009-09-211-0/+1
* tdb: increase minor versionAndrew Tridgell2009-09-191-1/+1
* tdb: allow reads after prepare commitAndrew Tridgell2009-09-151-8/+0
* tdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion argsMichael Adam2009-09-111-1/+1
* tdb:mksigs: normalize bool -> _BoolMichael Adam2009-09-111-0/+3
* tdb:mksigs: ignore symbols (like _DEPRECATED_) after closing function parenth...Michael Adam2009-09-111-0/+1
* tdb:mksigs: correctly ignode multiline function typedefsMichael Adam2009-09-111-5/+5
* tdb:mksigs: ignore struct forward declarations.Michael Adam2009-09-111-0/+1
* tdb:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-09-111-2/+2
* tdb:mksyms: allow double pointer return value of functions.Michael Adam2009-09-111-1/+1
* tdb: fix c++ build warning.Günther Deschner2009-09-071-2/+2
* One would expect I could spell my name...Michael Adam2009-08-301-1/+1
* tdb: move the original abi_checks script to script/abi_checks_gcc.shMichael Adam2009-08-301-0/+0
* tdb: run abi_checks as part of "make test".Michael Adam2009-08-301-0/+2
* tdb: remove files generated by "make abi_checks" in "make clean".Michael Adam2009-08-301-0/+2
* tdb: add a target "abi_checks" to tdb.Michael Adam2009-08-301-0/+4
* tdb: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam2009-08-301-0/+91
* tdb: add script to extract signatures from header files.Michael Adam2009-08-301-0/+178
* tdb: add scripts to extract library symbols (exports file) from headersMichael Adam2009-08-302-0/+121
* lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell2009-08-281-5/+7
* Add define guards around otherwise unused variable.Jeremy Allison2009-08-061-0/+3
* There is one signedness issue in tdb which prevents traverses of TDB recordsRusty Russell2009-08-061-9/+21
* tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell2009-07-311-6/+13