Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-09 | Fix issue in xd3_encode_memory causing error when IOPT buffer capacity ↵ | josh.macdonald | |
reached and a copy reaches the end-of-source, causing unexpected request for second source block. New tests to cover this case. Removed the IOPT limit in xd3_encode_memory (improves compression). Doubles sizing of the large-checksum hash table (fewer collisions, better compression). | |||
2010-02-16 | Prepare release 3.0x | josh.macdonald | |
2009-03-08 | Testing for issue 79. TODO around xdelta3.c:3926 successful. | josh.macdonald | |
2009-02-12 | Fixes issue 79, adds more testing. | josh.macdonald | |
2009-02-10 | Templatize the test, expose issue 79. | josh.macdonald | |
2008-09-05 | Introduce a test case for the latest post to issue 36. | josh.macdonald | |
2008-07-07 | Working on delete mutator. Discovered trouble w/ the RNG. | josh.macdonald | |
2008-07-03 | Test for encode/decode w/ single first-byte difference. Uncovered a couple of | josh.macdonald | |
incorrect assertions in xdelta3 proper. More tests coming... |