Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-01 | -Wformat is not working(?); fixes some printfs | Josh MacDonald | |
2014-11-01 | Checksum test under development | Josh MacDonald | |
2014-10-28 | Fix an overflow in setting xd3_source.maskby | Josh MacDonald | |
2014-10-28 | Added 64-bit checksum for largewindow support; not ready | Josh MacDonald | |
2014-10-25 | Checksum test cleanups & dev | Josh MacDonald | |
2014-10-23 | checksum_test is working (apparently) | Josh MacDonald | |
2014-04-03 | Revert recent (unreleased) change in hash_value formula; make several tests ↵ | josh.macdonald | |
use the average over 16 runs | |||
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-14 | 3.0.7 RC0 | josh.macdonald | |
2013-05-13 | Repair and improve the regtest | josh.macdonald | |
2013-01-20 | Fix regression in SVN 376 (3.0.5) | josh.macdonald | |
2012-11-17 | Make -B a size_t, build and test w/ -m64 | josh.macdonald | |
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-17 | Issue 120: compile with -pedantic | josh.macdonald | |
2012-06-17 | Build the python module, distribute a few extra files | josh.macdonald | |
2012-06-16 | Add examples/iOS to the automake dist | 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 | |
2011-01-09 | Bump version to 3.0.0. | josh.macdonald | |
2011-01-09 | Tests a directory of sample data. Using this now to verify behavior of | josh.macdonald | |
secondary compression for the new release. | |||
2010-02-16 | Prepare release 3.0x | josh.macdonald | |
2010-02-15 | Misc whitespace changes. | josh.macdonald | |
2010-02-11 | Running xdelta3-regtest.py. Observed a bug in recently-added | josh.macdonald | |
match-setup code, using source_eof instead of frontier position. | |||
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. | |||
2010-01-06 | Fixes for gcc-4.2 on OS X 10.6, some comment cleanup. | josh.macdonald | |
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. | |||
2009-10-24 | Move and re-invigorate the regtest, fix 1 harmless compiler warning | josh.macdonald | |
2009-03-08 | Testing for issue 79. TODO around xdelta3.c:3926 successful. | josh.macdonald | |
2009-02-12 | Fixes issue 79, adds more testing. | josh.macdonald | |
2009-02-10 | Templatize the test, expose issue 79. | josh.macdonald | |
2008-09-17 | Compile with | josh.macdonald | |
-Wconversion -Wsign-compare -Wextra -Wno-unused-parameter in C and C++. | |||
2008-09-13 | Implement adler32 and appheader for merge command. | 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 | Solves the issue reported in Issue 36. More merge tests now pass. | josh.macdonald | |
2008-09-05 | Introduce a test case for the latest post to issue 36. | josh.macdonald | |
2008-08-16 | Fixes a error in the test. Merge test passes...??? | 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-19 | Part of a merge-command test. | josh.macdonald | |
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-07-08 | Add testing for move/copy mutators. | josh.macdonald | |
2008-07-08 | Fixed the random number generator. | josh.macdonald | |
Adjusted and commented the DeleteMutator test. |