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). | |||
2013-05-13 | Repair and improve the regtest | josh.macdonald | |
2012-06-16 | Include testing/regtest.cc in Makefile.am | josh.macdonald | |
2012-06-16 | Updates for iOS build, Automake setup | josh.macdonald | |
2010-02-07 | Implement srcwin_maxsz in xd3_source_match_setup(), which prevents | josh.macdonald | |
the encoder from seeking backwards further than this parameter. This was supposed to be implemented long ago, but was especially problematic in the recent release, which implements source-from-FIFO. | |||
2009-10-28 | Optimize decode for source copies. | josh.macdonald | |
Add magic number for Xz. | |||
2009-10-25 | Fixes bugs in xd3_srcwin_move_point. | josh.macdonald | |
2009-10-25 | Adds xd3_set_source_and_size. | josh.macdonald | |
2009-10-25 | Eliminates xd3_source->size, which is an _API Change_. Adds a new ↵ | josh.macdonald | |
requirement, that source->blocksize be a power-of-2. DOES NOT PASS ALL TESTS. | |||
2008-09-17 | Compile with | josh.macdonald | |
-Wconversion -Wsign-compare -Wextra -Wno-unused-parameter in C and C++. | |||
2008-09-07 | Latest testing fixes. I've been changing the size-iterator class | josh.macdonald | |
and block-size by hand and re-running the tests. Obviously, that's no good. | |||
2008-07-10 | Adds a test for the fix for issue 70. The new regression test | josh.macdonald | |
framework's ability to craft specific inputs is very handy. | |||
2008-07-09 | Attempting to reproduce the non-blocking bug which caused an | josh.macdonald | |
infinite loop due to hash collision in a recently reported issue. Having trouble, but this refactoring allows Segment to use fixed data. | |||
2008-06-30 | A test is taking shape... | josh.macdonald | |
2008-06-27 | Adds new testing directory for a C++ test, makes xdelta3-test.h compile with ↵ | josh.macdonald | |
C++. Removes xdelta3-test2.h, moves contents into xdelta3-regtest.cc |