Age | Commit message (Expand) | Author | Files | Lines |
2009-11-08 | tdb: Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |
2009-10-29 | tdb: update README a bit | Kirill Smelkov | 1 | -8/+1 |
2009-10-29 | tdb: add tests for double .close() in pytdb | Kirill Smelkov | 1 | -0/+9 |
2009-10-29 | tdb: reset tdb->fd to -1 in tdb_close() | Kirill Smelkov | 1 | -1/+3 |
2009-10-29 | tdb: fix typo in python's Tdb.get() docstring | Kirill Smelkov | 1 | -1/+1 |
2009-10-29 | tdb: kill last bits from swig | Kirill Smelkov | 2 | -6/+1 |
2009-10-25 | tdb: detect tdb store of identical records and skip | Andrew Tridgell | 1 | -0/+20 |
2009-10-23 | tdb: rename 'struct list_struct' into 'struct tdb_record' | Stefan Metzmacher | 9 | -54/+54 |
2009-10-22 | lib/tdb: make tdbtool use tdb_check() for "check" command | Rusty Russell | 1 | -14/+30 |
2009-10-22 | lib/tdb: add tdb_check() | Rusty Russell | 8 | -3/+441 |
2009-10-22 | lib/tdb: add -t (always use transactions) option to tdbtorture | Rusty Russell | 1 | -12/+29 |
2009-10-22 | lib/tdb: wean off TDB_ERRCODE. | Rusty Russell | 9 | -40/+59 |
2009-10-22 | lib/tdb: TDB_TRACE support (for developers) | Rusty Russell | 7 | -55/+402 |
2009-10-20 | tdb: fixed the intermittent failure of tdbtorture in the build farm | Andrew Tridgell | 1 | -2/+5 |
2009-09-21 | tdb:tdbtool: fix indentation. | Michael Adam | 1 | -178/+177 |
2009-09-21 | tdb:tdbtool: add transaction_start/_commit/_cancel commands. | Michael Adam | 1 | -0/+21 |
2009-09-21 | tdb:tdbtool: add the "speed" command to the help text. | Michael Adam | 1 | -0/+1 |
2009-09-19 | tdb: increase minor version | Andrew Tridgell | 1 | -1/+1 |
2009-09-15 | tdb: allow reads after prepare commit | Andrew Tridgell | 1 | -8/+0 |
2009-09-11 | tdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion args | Michael Adam | 1 | -1/+1 |
2009-09-11 | tdb:mksigs: normalize bool -> _Bool | Michael Adam | 1 | -0/+3 |
2009-09-11 | tdb:mksigs: ignore symbols (like _DEPRECATED_) after closing function parenth... | Michael Adam | 1 | -0/+1 |
2009-09-11 | tdb:mksigs: correctly ignode multiline function typedefs | Michael Adam | 1 | -5/+5 |
2009-09-11 | tdb:mksigs: ignore struct forward declarations. | Michael Adam | 1 | -0/+1 |
2009-09-11 | tdb:mksyms: allow characters after closing functions parenthesis. | Michael Adam | 1 | -2/+2 |
2009-09-11 | tdb:mksyms: allow double pointer return value of functions. | Michael Adam | 1 | -1/+1 |
2009-09-07 | tdb: fix c++ build warning. | Günther Deschner | 1 | -2/+2 |
2009-08-30 | One would expect I could spell my name... | Michael Adam | 1 | -1/+1 |
2009-08-30 | tdb: move the original abi_checks script to script/abi_checks_gcc.sh | Michael Adam | 1 | -0/+0 |
2009-08-30 | tdb: run abi_checks as part of "make test". | Michael Adam | 1 | -0/+2 |
2009-08-30 | tdb: remove files generated by "make abi_checks" in "make clean". | Michael Adam | 1 | -0/+2 |
2009-08-30 | tdb: add a target "abi_checks" to tdb. | Michael Adam | 1 | -0/+4 |
2009-08-30 | tdb: add script/abi_checks.sh. check for abi changes without gcc magic. | Michael Adam | 1 | -0/+91 |
2009-08-30 | tdb: add script to extract signatures from header files. | Michael Adam | 1 | -0/+178 |
2009-08-30 | tdb: add scripts to extract library symbols (exports file) from headers | Michael Adam | 2 | -0/+121 |
2009-08-28 | lib/tdb: don't overwrite TDBs with different version numbers. | Rusty Russell | 1 | -5/+7 |
2009-08-06 | Add define guards around otherwise unused variable. | Jeremy Allison | 1 | -0/+3 |
2009-08-06 | There is one signedness issue in tdb which prevents traverses of TDB records | Rusty Russell | 1 | -9/+21 |
2009-07-31 | tdb: don't alter tdb->flags in tdb_reopen_all() | Rusty Russell | 1 | -6/+13 |
2009-07-31 | tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th... | Rusty Russell | 1 | -5/+10 |
2009-07-31 | tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re... | Rusty Russell | 1 | -5/+0 |
2009-07-30 | realloc() has that horrible overloaded free semantic when size is 0: | Rusty Russell | 1 | -2/+7 |
2009-07-30 | If the record is at the end of the database, pretending it has length 1 | Rusty Russell | 1 | -4/+1 |
2009-07-21 | tdb: fix locking error | Rusty Russell | 1 | -1/+1 |
2009-07-20 | Make tdb transaction lock recursive (samba version) | Rusty Russell | 3 | -21/+20 |
2009-07-03 | tdb: fix define of tdbdir when srcdir != "." | Björn Jacke | 1 | -2/+2 |
2009-07-03 | Sort the signature files | Simo Sorce | 2 | -44/+44 |
2009-06-17 | tdb: Fix help string in configure flag to enable Python bindings. | Jelmer Vernooij | 1 | -1/+1 |
2009-06-17 | fix release scripts to always git clean | Simo Sorce | 1 | -0/+3 |
2009-06-15 | Add exports file and abi checker for tdb | Simo Sorce | 7 | -3/+172 |