summaryrefslogtreecommitdiff
path: root/xdelta3/testing/modify.h
AgeCommit message (Collapse)Author
2015-07-12XD3_WIN32: Handle size_t case in printf; avoid setting XD3_POSIX in MakefileJosh 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-17Issue 120: compile with -pedanticjosh.macdonald
2012-06-16Include testing/regtest.cc in Makefile.amjosh.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.
2010-01-06Fixes for gcc-4.2 on OS X 10.6, some comment cleanup.josh.macdonald
2009-03-08Testing for issue 79. TODO around xdelta3.c:3926 successful.josh.macdonald
2009-02-10Templatize the test, expose issue 79.josh.macdonald
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-07-08Add testing for move/copy mutators.josh.macdonald
2008-07-07Working on delete mutator. Discovered trouble w/ the RNG.josh.macdonald
2008-07-06Add mutator test working.josh.macdonald
2008-07-05New ChangeListMutator functionality.josh.macdonald
2008-06-30A test is taking shape...josh.macdonald