summaryrefslogtreecommitdiffstats
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-07-311-5/+10
* tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell2009-07-311-5/+0
* realloc() has that horrible overloaded free semantic when size is 0:Rusty Russell2009-07-301-2/+7
* If the record is at the end of the database, pretending it has length 1Rusty Russell2009-07-301-4/+1
* tdb: fix locking errorRusty Russell2009-07-211-1/+1
* Make tdb transaction lock recursive (samba version)Rusty Russell2009-07-203-21/+20
* tdb: fix define of tdbdir when srcdir != "."Björn Jacke2009-07-031-2/+2
* Sort the signature filesSimo Sorce2009-07-032-44/+44
* tdb: Fix help string in configure flag to enable Python bindings.Jelmer Vernooij2009-06-171-1/+1
* fix release scripts to always git cleanSimo Sorce2009-06-171-0/+3
* Add exports file and abi checker for tdbtdb-1.1.5Simo Sorce2009-06-157-3/+172
* Add option to --disable-python on buildSimo Sorce2009-06-151-0/+9
* lib/tdb/tools/tdbtorture.c: fixed memory leak.Slava Semushin2009-06-061-0/+2
* overallocate all records by 25%Andrew Tridgell2009-06-011-0/+3
* auto-repack in transactions that expand the tdbAndrew Tridgell2009-06-011-0/+12
* fixed tdbbackup to give tdb error messagesAndrew Tridgell2009-05-281-7/+31
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-05-281-6/+6
|\
| * tdb: Fix some recently introduced warnings in tdbtoolTim Prouty2009-05-271-6/+6
* | make TDB_NOSYNC affect all the fsync/msync calls in transactionsAndrew Tridgell2009-05-281-5/+7
|/
* added some more speed tests to tdbtoolAndrew Tridgell2009-05-261-6/+59
* Detect tight loop in tdb_find()Jim McDonough2009-05-211-0/+5
* Update copies of config.guess and config.sub.Jelmer Vernooij2009-05-162-76/+282
* Update tdb and talloc web pagesSimo Sorce2009-05-051-4/+10
* Add release scripts for talloc and tdbSimo Sorce2009-05-051-0/+45
* tdb: Remove unused variableTim Prouty2009-03-311-1/+0