..
checksum-benchmarks
Up
2007-11-14 17:58:38 +00:00
hash-benchmarks
Add sum64
2008-07-27 18:36:56 +00:00
locking-benchmarks
more fence cases
2008-07-26 15:58:04 +00:00
omt-with-o1-cursors
Addresses #855 , #856 . Reworked ExpectedO(1) cursors to be as close
2008-06-03 04:25:28 +00:00
tests
port to 32 bit linux
2008-07-28 14:55:41 +00:00
bread.c
Buffer the reading of the rollback file. Gains 5% on large transactions. Fixes #1002 .
2008-07-09 12:00:26 +00:00
bread.h
Buffer the reading of the rollback file. Gains 5% on large transactions. Fixes #1002 .
2008-07-09 12:00:26 +00:00
brt-internal.h
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +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
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +00:00
brt-test-helpers.c
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +00:00
brt-verify.c
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +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 #903
2008-07-28 17:55:14 +00:00
brt.h
Addresses #903
2008-07-28 17:55:14 +00:00
brtdump.c
Addresses #1032
2008-07-24 21:25:31 +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
fix a cachefile renumbering problem. addresses #968
2008-07-21 17:48:26 +00:00
cachetable.h
merge db->truncate to main. closes #968
2008-07-21 02:34:13 +00:00
fifo.c
Merge the changes for #871 and #406 into the main line as
2008-05-28 01:22:51 +00:00
fifo.h
Merge the changes for #871 and #406 into the main line as
2008-05-28 01:22:51 +00:00
fingerprint.c
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +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
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +00:00
leafentry.h
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +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
Merge in the tokudb.1017 patches to the main branch. Fixes #1017 .
2008-07-11 22:00:06 +00:00
log.c
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +00:00
log.h
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +00:00
logformat.c
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +00:00
Makefile
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +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
memarena.c
Merge in the tokudb.1017 patches to the main branch. Fixes #1017 .
2008-07-11 22:00:06 +00:00
memarena.h
Merge in the tokudb.1017 patches to the main branch. Fixes #1017 .
2008-07-11 22:00:06 +00:00
memory-debug.c
Merge the 558 branch back to the main with
2008-04-02 23:40:36 +00:00
memory.c
simplify memory.c, map toku_malloc direct to malloc. closes #1024
2008-07-17 20:58:57 +00:00
memory.h
Some stuff didn't merge right. Addresses #558 .
2008-04-07 11:25:11 +00:00
mempool.c
Make the leaf nodes have accurate memory footprint info.
2008-05-27 21:08:31 +00:00
mempool.h
Make the leaf nodes have accurate memory footprint info.
2008-05-27 21:08:31 +00:00
omt.c
Addresses #1031
2008-07-21 05:59:25 +00:00
omt.h
Addresses #1031
2008-07-21 05:59:25 +00:00
rbuf.h
Merge in the tokudb.1017 patches to the main branch. Fixes #1017 .
2008-07-11 22:00:06 +00:00
recover.c
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +00:00
roll.c
Merge in the tokudb.1017 patches to the main branch. Fixes #1017 .
2008-07-11 22:00:06 +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
trace_mem.c
add a in memory trace log with processor timestamps. closes #1042
2008-07-24 21:26:38 +00:00
trace_mem.h
add a in memory trace log with processor timestamps. closes #1042
2008-07-24 21:23:40 +00:00
wbuf.h
Convert from crc to x1764. Fixes #1021 .
2008-07-27 22:16:49 +00:00
x1764.c
port to 32 bit linux
2008-07-28 14:55:41 +00:00
x1764.h
Some files didn't merge right. Fixes #1021 .
2008-07-27 22:19:08 +00:00
ybt.c
Addresses #912
2008-06-12 23:13:04 +00:00
ybt.h
Addresses #860
2008-05-24 17:22:14 +00:00