Age | Commit message (Expand) | Author | Files | Lines |
2012-03-29 | tdb2: fix prototype in tdb1 code. | Rusty Russell | 1 | -5/+5 |
2012-03-22 | lib/tdb2: fix -Wcast-qual warnings. | Rusty Russell | 15 | -59/+33 |
2012-03-22 | lib/tdb2: fix -Wshadow warnings. | Rusty Russell | 6 | -27/+27 |
2012-03-22 | lib/tdb2: fix OpenBSD incoherent mmap (tdb2 version) | Rusty Russell | 3 | -8/+31 |
2012-03-22 | lib/tdb2: fix OpenBSD incoherent mmap (tdb1 version) | Rusty Russell | 3 | -24/+56 |
2012-03-14 | lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/. | Rusty Russell | 1 | -2/+0 |
2012-03-14 | lib/tdb2: make summary handle capabilities properly. | Rusty Russell | 1 | -31/+13 |
2012-03-14 | lib/tdb2: fix error string formatting. | Rusty Russell | 3 | -5/+7 |
2012-03-14 | lib/tdb2: Add gcc-style format attribute to tdb_logerr. | Rusty Russell | 1 | -4/+5 |
2012-03-07 | lib/tdb2: add --valgrind, --valgrind-log options. | Rusty Russell | 1 | -1/+13 |
2012-03-07 | lib/tdb2: wire up unit tests. | Rusty Russell | 2 | -1/+81 |
2012-03-07 | lib/tdb2: adapt unit tests to SAMBA environment. | Rusty Russell | 89 | -147/+234 |
2012-02-27 | lib/tdb2: rename tdb2.pc to tdb.pc | Rusty Russell | 2 | -1/+1 |
2012-02-21 | lib/tdb2: 2.0.0 ABI | Amitay Isaacs | 1 | -0/+40 |
2012-02-21 | lib/tdb2: Convert tdb2 to a standalone library | Amitay Isaacs | 4 | -0/+99 |
2012-02-21 | lib/tdb2: Fix wscript | Amitay Isaacs | 1 | -29/+52 |
2012-02-21 | lib/tdb2: Mark public function as such | Amitay Isaacs | 9 | -40/+40 |
2012-02-21 | lib/tdb2: Do not include config.h in (to-be) public library, use replace. | Amitay Isaacs | 2 | -2/+22 |
2012-02-21 | lib/tdb2: tools should use config.h, and replace where available. | Rusty Russell | 5 | -1/+28 |
2012-02-08 | Fix shadow variable name warning. | Jeremy Allison | 1 | -10/+10 |
2012-02-02 | tdb2: add --disable-tdb2 | Rusty Russell | 1 | -0/+3 |
2012-01-30 | tdb2: make --enable-tdb2 the default. | Rusty Russell | 1 | -2/+2 |
2012-01-30 | tdb2: add -1 and -2 options to tdbtorture | Rusty Russell | 1 | -1/+18 |
2012-01-30 | tdb2:tdbtorture: use TEST_DATA_PREFIX for files | Rusty Russell | 1 | -9/+34 |
2012-01-30 | tdb2: name tools the same as TDB1 tools. | Rusty Russell | 1 | -5/+5 |
2012-01-30 | tdb2: tools/tdb2backup | Rusty Russell | 2 | -0/+374 |
2012-01-30 | tdb2: copy tdb1's changed expansion logic. | Rusty Russell | 3 | -27/+40 |
2012-01-30 | tdb2: careful on wrap. | Rusty Russell | 6 | -20/+29 |
2011-12-25 | tdb: Use tdb_parse_record in tdb_update_hash | Volker Lendecke | 1 | -11/+15 |
2011-12-19 | tdb2: Avoid a malloc/memcpy in _tdb1_store | Volker Lendecke | 1 | -19/+8 |
2011-12-14 | tdb2: Fix python documentation for tdb.Tdb object | Amitay Isaacs | 1 | -1/+1 |
2011-12-05 | tdb2: tlist: remove type arg from tlist_top(), tlist_tail() | Rusty Russell | 1 | -1/+1 |
2011-12-05 | tdb2: display capability information in tdb_summary() | Rusty Russell | 2 | -25/+145 |
2011-12-05 | tdb2: add a capability list from the header. | Rusty Russell | 9 | -27/+410 |
2011-12-05 | tdb2: provide tdb_layout_write() rather than implying it by new_tdb_layout arg. | Rusty Russell | 4 | -32/+47 |
2011-12-05 | tdb2: add an internal TDB_CANT_CHECK flag. | Rusty Russell | 2 | -0/+12 |
2011-12-05 | tdb2: suppress failtest more than once on mmap. | Rusty Russell | 1 | -0/+5 |
2011-12-05 | tdb2: simplify failtest helper. | Rusty Russell | 2 | -31/+3 |
2011-12-05 | tdb2: failtest: use a linked list for history, not an array. | Rusty Russell | 2 | -30/+26 |
2011-12-05 | tdb2: consolidate testing failtest suppression routines. | Rusty Russell | 8 | -72/+14 |
2011-12-05 | tdb2: fix intermittant failure in run-50-multiple-freelists-fail.c | Rusty Russell | 4 | -10/+18 |
2011-11-02 | tdb2: don't be fascist when TDB_VERSION1 is specified. | Rusty Russell | 2 | -5/+40 |
2011-11-01 | tdb2: use HAVE_LIBREPLACE instead of _SAMBA_BUILD_. | Rusty Russell | 3 | -5/+5 |
2011-09-21 | tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2 | Rusty Russell | 1 | -2/+2 |
2011-09-20 | tdb2: allow readonly changes even while holding locks. | Rusty Russell | 1 | -10/+0 |
2011-09-14 | tdb2: remove bogus leftover .orig file. | Rusty Russell | 1 | -618/+0 |
2011-09-14 | tdb2: fix prototypes which return enum TDB_ERROR. | Rusty Russell | 2 | -10/+10 |
2011-09-14 | tdb2: fix return handling in pytdb wrapper. | Rusty Russell | 1 | -8/+10 |
2011-09-14 | tdb2: add error conversion functions. | Rusty Russell | 12 | -91/+97 |
2011-09-14 | tdb2: set tdb_error() on tdb_transaction_prepare_commit. | Rusty Russell | 1 | -1/+1 |