Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-07 | Fix examples directory | josh.macdonald | |
2008-09-13 | Fix examples build, all-targets build, run tests, set version=3.0u. | josh.macdonald | |
2008-04-15 | Fixes for issue 70. The test inputs tickled a case where the | josh.macdonald | |
non-blocking API would not make progress, searching for match on the page boundary and repeatedly asking the application to get another source block. This is only a non-blocking issue, glad it's fixed. I'll add encode_decode_test to my test suite before another release. | |||
2007-12-14 | Implement UNALIGNED_OK for xd3_small_cksum_update, hoping to fix | josh.macdonald | |
test failure on Xscale/ARM platform. | |||
2007-11-26 | The rabin-karp checksum looks better in testing but doesn't really | josh.macdonald | |
seem to improve things in practice. Removed HASH_PRIME. | |||
2007-11-15 | Get uniqueness and fullness metrics working, add compaction parameter for | josh.macdonald | |
hash-table size bias. | |||
2007-11-13 | Learned a lot about Rabin-Karp performance. | josh.macdonald | |
2007-11-13 | (no commit message) | josh.macdonald | |
2007-11-11 | Compile with g++ 3.4.4 and add C++ checksum_test.cc | josh.macdonald | |