..
checksum-benchmarks
Up
2007-11-14 17:58:38 +00:00
locking-benchmarks
Check interprocess pthread rwlocks o see if they work. Fixes #4
2007-11-19 22:01:16 +00:00
tests
Addresses #860
2008-05-24 17:22:14 +00:00
brt-internal.h
Fixes #22 , #333 and Addresses #818 :
2008-05-22 21:28:00 +00:00
brt-search.h
Merge the 558 branch back to the main with
2008-04-02 23:40:36 +00:00
brt-serialize.c
Fixes #22 , #333 and Addresses #818 :
2008-05-22 21:28:00 +00:00
brt-test-helpers.c
Fixes #22 , #333 and Addresses #818 :
2008-05-22 21:28:00 +00:00
brt-verify.c
Change the {{{LEAFENTRY}}} to {{{OMTVALUE}}} when using the omt, and also change the type of {{{OMTVALUE}}} to {{{void*}}} so we can have two different OMTs coexisting. Fixes #750 .
2008-04-25 13:45:55 +00:00
brt-XY.c
Rename a bunch of symbols to toku_symbols. Addresses #8 .
2007-11-29 15:09:14 +00:00
brt.c
Addresses #860
2008-05-24 17:22:14 +00:00
brt.h
Addresses #860
2008-05-24 17:22:14 +00:00
brtdump.c
Fixes #22 , #333 and Addresses #818 :
2008-05-22 21:28:00 +00:00
brttypes.h
Merge in the OMT and its integration into the main line.
2008-04-22 20:39:50 +00:00
cachetable.c
Clean up, clean up, everybody clean their share. Fixes #791 .
2008-05-08 07:16:26 +00:00
cachetable.h
Log db close so that recovery will work right if the same db is opened and closed repeatedly.
2008-04-17 03:11:55 +00:00
crc.c
Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782 .
2008-05-04 16:56:15 +00:00
crc.h
Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782 .
2008-05-04 16:56:15 +00:00
fifo.c
A little more dead code. Addresses #684 .
2008-04-09 21:08:17 +00:00
fifo.h
Remove dead code for expunging fifos. Fixes #684 .
2008-04-09 18:52:03 +00:00
fingerprint.c
Merge the tokudb.558 branch back to to the main branch with:
2008-04-07 01:30:25 +00:00
hashfun.h
Closes #567
2008-03-27 16:26:15 +00:00
hclip.c
A tool for only printing the first few columns
2008-01-31 13:03:35 +00:00
key.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
key.h
Rename the last bunch of symbols to toku_symbols. Closes #8 .
2007-11-29 18:14:40 +00:00
kv-pair.h
{{{test-recover3.tdb}}} doesn't crash during recovery now. (It crashes because it recovered to the wrong state.) Addresses #558 .
2008-04-03 22:27:32 +00:00
leafentry.c
The proposed fix for #789 . Addresses #789 .
2008-05-16 18:48:23 +00:00
leafentry.h
Merge in the OMT and its integration into the main line.
2008-04-22 20:39:50 +00:00
list.h
Rollback is working a little better. Addresses #27 .
2008-02-14 19:23:25 +00:00
lock.h
Add copyright 2008. Fixes #283 .
2008-01-24 15:10:32 +00:00
log-internal.h
enable/disable writing tokulogs. addresses#807
2008-05-19 16:42:38 +00:00
log.c
enable/disable writing tokulogs. addresses#807
2008-05-19 16:42:38 +00:00
log.h
enable/disable writing tokulogs. addresses#807
2008-05-19 16:42:38 +00:00
logformat.c
Removed the undo information from the logs (to rely on the checkpoint to save a good copy in the log).
2008-05-02 14:38:35 +00:00
Makefile
Most of the work for making the checks output nice easy-to-read output.
2008-05-12 10:58:07 +00:00
Makefile.include
Some keyrange support. Addresess #764 .
2008-05-08 07:05:26 +00:00
Makefile.new
Move newbrt tests to subdir. Fixes #796 .
2008-05-08 20:30:33 +00:00
memory-debug.c
Merge the 558 branch back to the main with
2008-04-02 23:40:36 +00:00
memory.c
Merge the 558 branch back to the main with
2008-04-02 23:40:36 +00:00
memory.h
Some stuff didn't merge right. Addresses #558 .
2008-04-07 11:25:11 +00:00
mempool.c
Merge the tokudb.558 branch back to to the main branch with:
2008-04-07 01:30:25 +00:00
mempool.h
Write leafentry code, and get things to compile. Make it more compatible with -Wconversion. Addresses #558 .
2008-04-04 18:22:01 +00:00
omt.c
Closes #777
2008-05-16 20:09:13 +00:00
omt.h
Closes #777
2008-05-16 20:09:13 +00:00
primes.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
primes.h
Create {{{toku_assert}}} ( Fixes #354 ). Make the primes test actually work ( Fixes #355 ). Addresses #277 .
2008-02-07 16:35:39 +00:00
rbuf.h
Store the rollbacks on disk. Fixes #711 . Addresses #698 (maybe fixes it).
2008-04-21 04:22:45 +00:00
recover.c
Fixes #22 , #333 and Addresses #818 :
2008-05-22 21:28:00 +00:00
roll.c
Dramatic speedups: For {{{db-benchmark-test -x}}} (4 interations)
2008-05-03 12:43:25 +00:00
rwlock.c
Add copyrights using #ident on the top of newbrt sources. Addresses #54 .
2007-11-29 14:18:54 +00:00
tdb-recover.c
Call {{{toku_malloc_cleanup}}} in {{{tdb_recover}}}. Fixes #552 .
2008-03-18 11:01:44 +00:00
tdb_logprint.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
toku_assert.c
Create continuable assertion failures. See #835 for how to use it. Fixes #835 .
2008-05-17 01:06:03 +00:00
toku_assert.h
Make toku_assert faster avoiding the call unless the expression fails. Addresses #794 .
2008-05-08 15:11:32 +00:00
wbuf.h
Write leafentry code, and get things to compile. Make it more compatible with -Wconversion. Addresses #558 .
2008-04-04 18:22:01 +00:00
ybt.c
Addresses #860
2008-05-24 17:22:14 +00:00
ybt.h
Addresses #860
2008-05-24 17:22:14 +00:00