summaryrefslogtreecommitdiff
path: root/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2009-09-21tdb:tdbtool: fix indentation.Michael Adam1-178/+177
2009-09-21tdb:tdbtool: add transaction_start/_commit/_cancel commands.Michael Adam1-0/+21
2009-09-21tdb:tdbtool: add the "speed" command to the help text.Michael Adam1-0/+1
2009-09-19tdb: increase minor versionAndrew Tridgell1-1/+1
2009-09-15tdb: allow reads after prepare commitAndrew Tridgell1-8/+0
2009-09-11tdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion argsMichael Adam1-1/+1
2009-09-11tdb:mksigs: normalize bool -> _BoolMichael Adam1-0/+3
2009-09-11tdb:mksigs: ignore symbols (like _DEPRECATED_) after closing function parenth...Michael Adam1-0/+1
2009-09-11tdb:mksigs: correctly ignode multiline function typedefsMichael Adam1-5/+5
2009-09-11tdb:mksigs: ignore struct forward declarations.Michael Adam1-0/+1
2009-09-11tdb:mksyms: allow characters after closing functions parenthesis.Michael Adam1-2/+2
2009-09-11tdb:mksyms: allow double pointer return value of functions.Michael Adam1-1/+1
2009-09-07tdb: fix c++ build warning.Günther Deschner1-2/+2
2009-08-30One would expect I could spell my name...Michael Adam1-1/+1
2009-08-30tdb: move the original abi_checks script to script/abi_checks_gcc.shMichael Adam1-0/+0
2009-08-30tdb: run abi_checks as part of "make test".Michael Adam1-0/+2
2009-08-30tdb: remove files generated by "make abi_checks" in "make clean".Michael Adam1-0/+2
2009-08-30tdb: add a target "abi_checks" to tdb.Michael Adam1-0/+4
2009-08-30tdb: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam1-0/+91
2009-08-30tdb: add script to extract signatures from header files.Michael Adam1-0/+178
2009-08-30tdb: add scripts to extract library symbols (exports file) from headersMichael Adam2-0/+121
2009-08-28lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell1-5/+7
2009-08-06Add define guards around otherwise unused variable.Jeremy Allison1-0/+3
2009-08-06There is one signedness issue in tdb which prevents traverses of TDB recordsRusty Russell1-9/+21
2009-07-31tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell1-6/+13
2009-07-31tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell1-5/+10
2009-07-31tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell1-5/+0
2009-07-30realloc() has that horrible overloaded free semantic when size is 0:Rusty Russell1-2/+7
2009-07-30If the record is at the end of the database, pretending it has length 1Rusty Russell1-4/+1
2009-07-21tdb: fix locking errorRusty Russell1-1/+1
2009-07-20Make tdb transaction lock recursive (samba version)Rusty Russell3-21/+20
2009-07-03tdb: fix define of tdbdir when srcdir != "."Björn Jacke1-2/+2
2009-07-03Sort the signature filesSimo Sorce2-44/+44
2009-06-17tdb: Fix help string in configure flag to enable Python bindings.Jelmer Vernooij1-1/+1
2009-06-17fix release scripts to always git cleanSimo Sorce1-0/+3
2009-06-15Add exports file and abi checker for tdbSimo Sorce7-3/+172
2009-06-15Add option to --disable-python on buildSimo Sorce1-0/+9
2009-06-06lib/tdb/tools/tdbtorture.c: fixed memory leak.Slava Semushin1-0/+2
2009-06-01overallocate all records by 25%Andrew Tridgell1-0/+3
2009-06-01auto-repack in transactions that expand the tdbAndrew Tridgell1-0/+12
2009-05-28fixed tdbbackup to give tdb error messagesAndrew Tridgell1-7/+31
2009-05-28Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell1-6/+6
2009-05-28make TDB_NOSYNC affect all the fsync/msync calls in transactionsAndrew Tridgell1-5/+7
2009-05-27tdb: Fix some recently introduced warnings in tdbtoolTim Prouty1-6/+6
2009-05-26added some more speed tests to tdbtoolAndrew Tridgell1-6/+59
2009-05-21Detect tight loop in tdb_find()Jim McDonough1-0/+5
2009-05-16Update copies of config.guess and config.sub.Jelmer Vernooij2-76/+282
2009-05-05Update tdb and talloc web pagesSimo Sorce1-4/+10
2009-05-05Add release scripts for talloc and tdbSimo Sorce1-0/+45
2009-03-31tdb: Remove unused variableTim Prouty1-1/+0