Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-30 | README to README.md | Joshua MacDonald | |
2012-06-16 | Add examples/iOS test app | josh.macdonald | |
2010-11-07 | Fix examples directory | josh.macdonald | |
2009-10-25 | Adds xd3_set_source_and_size. | 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-12-02 | Working on the test failure in dbeug mode, partial recode test written. | josh.macdonald | |
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 | |
2007-11-07 | Adds compare_test for benchmarking xd3_forward_match, the optimized | josh.macdonald | |
version is not yet enabled in xdelta3.c | |||
2007-10-29 | Add a new COMPLEVEL_1, previous -1 becomes -2. | josh.macdonald | |
2007-10-28 | New xd3_blksize_div() function used everywhere to avoid __umoddi3 | josh.macdonald | |
2007-10-28 | Eliminate calls to __umoddi3 (compiler generated for 64-bit % 32-bit). | josh.macdonald | |
More 80col reformatting. | |||
2007-10-28 | Reformat >80col lines. 32-bit build/test fixes. | josh.macdonald | |
2007-10-27 | Cleanups on cygwin. | josh.macdonald | |
2007-10-27 | Fixes for linux build. | josh.macdonald | |
2007-10-21 | New speed tes.t | josh.macdonald | |
2007-09-24 | Add example by Ralf Junker, who has given me permission to distribute. | josh.macdonald | |
2007-02-18 | remove PROMOTE, SSMATCH, TRYLAZY, raise default IOPT_SIZE | josh.macdonald | |
2007-02-14 | fix two alloc checks in djw.h | josh.macdonald | |
fix setting of stream->iopt_size fix small_page_test.c | |||
2007-02-14 | set opaque | josh.macdonald | |
2007-02-14 | add small_page_test.c, currently fails | josh.macdonald | |