summaryrefslogtreecommitdiff
path: root/xdelta3
AgeCommit message (Expand)Author
2008-09-17Compile with josh.macdonald
2008-09-13Remove "pre0"josh.macdonald
2008-09-13Fix examples build, all-targets build, run tests, set version=3.0u.josh.macdonald
2008-09-13Implement adler32 and appheader for merge command.josh.macdonald
2008-09-07Change "q" to "ll" for portability. Issue 41.josh.macdonald
2008-09-07Latest testing fixes. I've been changing the size-iterator classjosh.macdonald
2008-09-07Fixes two merge bugs:josh.macdonald
2008-09-06Fixes an incorrect mode assignment for merging source-copies of josh.macdonald
2008-09-06Improve "printdelta" to indicate source vs. target copies, widen size fieldsjosh.macdonald
2008-09-05Solves the issue reported in Issue 36. More merge tests now pass.josh.macdonald
2008-09-05Introduce a test case for the latest post to issue 36.josh.macdonald
2008-08-16Issue 77 -- VCDIFF tools #define issue.josh.macdonald
2008-08-16Fixes a error in the test. Merge test passes...???josh.macdonald
2008-08-16Fix bug in xd3_merge_add(), calling memcpy with wrong offset and size.josh.macdonald
2008-08-09Fixes for merge of zero-byte files, allow merge w/o source.josh.macdonald
2008-08-09Merge test actually finding problems now.josh.macdonald
2008-08-09Fixes test up to the merge failure for "must have source file" whichjosh.macdonald
2008-08-08The merge test isn't writing data for 0-byte target files becausejosh.macdonald
2008-08-08Fix error message in main.hjosh.macdonald
2008-08-07Add TmpFile class and begin testing merge command via xd3_main_cmdline().josh.macdonald
2008-07-19Part of a merge-command test.josh.macdonald
2008-07-10Adds a test for the fix for issue 70. The new regression testjosh.macdonald
2008-07-09Attempting to reproduce the non-blocking bug which caused anjosh.macdonald
2008-07-08Add testing for move/copy mutators.josh.macdonald
2008-07-08Fixed the random number generator.josh.macdonald
2008-07-07Working on delete mutator. Discovered trouble w/ the RNG.josh.macdonald
2008-07-07Make these files compile with C++.josh.macdonald
2008-07-06Add mutator test working.josh.macdonald
2008-07-06Fix the modify test.josh.macdonald
2008-07-05New ChangeListMutator functionality.josh.macdonald
2008-07-05Fix stdin/stdout problem on Windows, issue 34.josh.macdonald
2008-07-03Test for encode/decode w/ single first-byte difference. Uncovered a couple ofjosh.macdonald
2008-07-03Encode/Decode test operating correctly, now failing with source data.josh.macdonald
2008-07-02Add new test for streaming encode/decode. The encoder writes directlyjosh.macdonald
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
2008-06-20Add a new test file, add a Mersenne Twister implementation, andjosh.macdonald
2008-04-22First successful merge command. :)josh.macdonald
2008-04-22Install a proper fix for the looping problem in issue 70. Needs better testingjosh.macdonald
2008-04-20No, doesn't work but this is a little closer. The bug-fix for thejosh.macdonald
2008-04-20It's plausible that this merge code actually works; untested.josh.macdonald
2008-04-19Cleanup of previous. New xd3_merge_input_output used in bothjosh.macdonald
2008-04-19Straighten up the logic for calling xd3_merge_inputs in both josh.macdonald
2008-04-15Fixes for issue 70. The test inputs tickled a case where thejosh.macdonald
2008-04-09Add mechanism for processing merge arguments in order, memoryjosh.macdonald
2008-04-02merge command now successfully rewrites a single input. success!josh.macdonald
2008-04-02Merge command passes its first smoke test, reproduces a delta byjosh.macdonald
2008-03-31Implement more of "xdelta3 merge" command. Compile fixes.josh.macdonald
2008-03-14Fix for issue 67, test now fails as root with an error message.josh.macdonald
2008-02-11Can't explain how the usize_t->uint32_t changes here solve the problemjosh.macdonald