summaryrefslogtreecommitdiff
path: root/xdelta3/testing/Makefile
AgeCommit message (Collapse)Author
2014-10-23checksum_test is working (apparently)Josh MacDonald
2014-03-09Fix 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-13Repair and improve the regtestjosh.macdonald
2012-06-16Include testing/regtest.cc in Makefile.amjosh.macdonald
2012-06-16Updates for iOS build, Automake setupjosh.macdonald
2010-02-07Implement srcwin_maxsz in xd3_source_match_setup(), which preventsjosh.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-28Optimize decode for source copies.josh.macdonald
Add magic number for Xz.
2009-10-25Fixes bugs in xd3_srcwin_move_point.josh.macdonald
2009-10-25Adds xd3_set_source_and_size.josh.macdonald
2009-10-25Eliminates 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-17Compile with josh.macdonald
-Wconversion -Wsign-compare -Wextra -Wno-unused-parameter in C and C++.
2008-09-07Latest testing fixes. I've been changing the size-iterator classjosh.macdonald
and block-size by hand and re-running the tests. Obviously, that's no good.
2008-07-10Adds a test for the fix for issue 70. The new regression testjosh.macdonald
framework's ability to craft specific inputs is very handy.
2008-07-09Attempting to reproduce the non-blocking bug which caused anjosh.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-30A test is taking shape...josh.macdonald
2008-06-27Adds 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