Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-06 | tdbrestore: Update to GPLv3+, remove old FSF address. | Jelmer Vernooij | 1 | -3/+2 | |
2010-12-29 | tdb: tdb_summary() support. | Rusty Russell | 1 | -5/+7 | |
Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Dec 29 10:12:05 CET 2010 on sn-devel-104 | |||||
2010-12-24 | tdb:tdbtorture: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -8/+30 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 24 18:17:53 CET 2010 on sn-devel-104 | |||||
2010-12-24 | tdb:tdbtest: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -3/+28 | |
metze | |||||
2010-11-27 | tdb:tdbstore.c - remove an useless '\' | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Discovered by a warning of the Tru64 host on the buildfarm. | |||||
2010-09-23 | tdb: add restore | Volker Lendecke | 1 | -0/+226 | |
Based on an idea by Simon McVittie, largely rewritten | |||||
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 1 | -1/+1 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-03-22 | tdb: Fix bug 7248, avoid the nanosleep dependency | Volker Lendecke | 1 | -4/+4 | |
2010-02-24 | tdb: add -k option to tdbtorture | Rusty Russell | 1 | -57/+142 | |
To test the case of death of a process during transaction commit, add a -k (kill random) option to tdbtorture. The easiest way to do this is to make every worker a child (unless there's only one child), which is why this patch is bigger than you might expect. Using -k without -t (always transactions) you expect corruption, though it doesn't happen every time. With -t, we currently get corruption but the next patch fixes that. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2009-12-17 | tdbtool: avoid using c++ reserved words. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-11-20 | tdb tools: Mostly cosmetic adaptions | Matthias Dieter Wallnöfer | 2 | -8/+9 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-10-22 | lib/tdb: make tdbtool use tdb_check() for "check" command | Rusty Russell | 1 | -14/+30 | |
Also, set logging function so we get more informative messages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2009-10-22 | lib/tdb: add -t (always use transactions) option to tdbtorture | Rusty Russell | 1 | -12/+29 | |
This means you can kill it at any time and expect no corruption. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2009-10-20 | tdb: fixed the intermittent failure of tdbtorture in the build farm | Andrew Tridgell | 1 | -2/+5 | |
There was a race condition that caused the torture.tdb to be left in a state that needed recovery. The torture code thought that any message from the tdb code was an error, so the "recovered" message, which is a TDB_DEBUG_TRACE message, marked the run as being an error when it isn't. | |||||
2009-09-21 | tdb:tdbtool: fix indentation. | Michael Adam | 1 | -178/+177 | |
Michael | |||||
2009-09-21 | tdb:tdbtool: add transaction_start/_commit/_cancel commands. | Michael Adam | 1 | -0/+21 | |
So one can perform tdbtool operations protected by transactions. Michael | |||||
2009-09-21 | tdb:tdbtool: add the "speed" command to the help text. | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-06-06 | lib/tdb/tools/tdbtorture.c: fixed memory leak. | Slava Semushin | 1 | -0/+2 | |
Found by cppcheck: [lib/tdb/tools/tdbtorture.c:326]: (error) Memory leak: pids | |||||
2009-05-28 | fixed tdbbackup to give tdb error messages | Andrew Tridgell | 1 | -7/+31 | |
2009-05-27 | tdb: Fix some recently introduced warnings in tdbtool | Tim Prouty | 1 | -6/+6 | |
2009-05-26 | added some more speed tests to tdbtool | Andrew Tridgell | 1 | -6/+59 | |
This adds 3 simple speed tests to tdbtool, for transaction store, store and fetch. On my laptop this shows transactions costing about 10ms | |||||
2009-03-31 | added basic testing of tdb_transaction_prepare_commit() in tdbtorture | Andrew Tridgell | 1 | -0/+6 | |
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -1/+3 | |
Jeremy. | |||||
2008-12-16 | s3/s4: Fix "shadows a global declaration" warning | Tim Prouty | 1 | -1/+1 | |
2008-12-16 | Added a simple tdb integrity check to tdbtool. The command "check" runs ↵ | Holger Hetterich | 1 | -1/+28 | |
traverse on the currently open tdb, and returns the number of entries if the integrity check is successful. | |||||
2008-12-16 | make tdbbackup use transactions | Andrew Tridgell | 1 | -6/+19 | |
tdbbackup was originally written before we had transactions, and it attempted to use its own fsync() calls to make it safe. Now that we have transactions we can do it in a much safer (and faster!) fashion | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 5 | -0/+1658 | |