Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-05 | Build fix for gcc-4.7 | josh.macdonald@gmail.com | |
2012-07-15 | Compiles on gcc-4.6 | josh.macdonald@gmail.com | |
2012-06-16 | Updates for iOS build, Automake setup | josh.macdonald | |
2009-03-08 | Testing for issue 79. TODO around xdelta3.c:3926 successful. | josh.macdonald | |
2009-02-10 | Templatize the test, expose issue 79. | josh.macdonald | |
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-09-05 | Introduce a test case for the latest post to issue 36. | josh.macdonald | |
2008-08-16 | Fix bug in xd3_merge_add(), calling memcpy with wrong offset and size. | josh.macdonald | |
2008-08-09 | Merge test actually finding problems now. | josh.macdonald | |
2008-08-09 | Fixes test up to the merge failure for "must have source file" which | josh.macdonald | |
seems bogus now. | |||
2008-08-08 | The merge test isn't writing data for 0-byte target files because | josh.macdonald | |
InMemoryEncodeDecode fails at this where xdelta3-main.h succeeds. This gets back to a TODO in -main.h about zero-size ambiguity. | |||
2008-08-07 | Add TmpFile class and begin testing merge command via xd3_main_cmdline(). | josh.macdonald | |
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-07-07 | Working on delete mutator. Discovered trouble w/ the RNG. | josh.macdonald | |
2008-07-06 | Fix the modify test. | josh.macdonald | |
2008-07-05 | New ChangeListMutator functionality. | 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... | |||
2008-07-02 | Add new test for streaming encode/decode. The encoder writes directly | josh.macdonald | |
to the decoder. The test passes for sizes < Constants::BLOCK_SIZE so far, needs work. | |||
2008-06-30 | A test is taking shape... | josh.macdonald | |