Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-25 | Adds xd3_set_source_and_size. | 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-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-13 | Learned a lot about Rabin-Karp performance. | 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-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-14 | fix two alloc checks in djw.h | josh.macdonald | |
fix setting of stream->iopt_size fix small_page_test.c | |||
2007-02-14 | add small_page_test.c, currently fails | josh.macdonald | |