Age | Commit message (Expand) | Author |
2009-10-26 | Fix xdelta3-main.h's lru[] implementation, new manual testing success. | josh.macdonald |
2009-10-26 | Debugging: add a big TODO! | josh.macdonald |
2009-10-26 | All tests pass. | josh.macdonald |
2009-10-26 | Fix the source_decompression test, which tests that appheader overrides compr... | josh.macdonald |
2009-10-26 | Source from non-seekable input seems to work. Limited testing! | josh.macdonald |
2009-10-26 | This fixes main_getblk_func to supposely work with non-seekable inputs, we'll... | josh.macdonald |
2009-10-25 | Fixes bugs in xd3_srcwin_move_point. | josh.macdonald |
2009-10-25 | Eliminates xd3_source->size, which is an _API Change_. Adds a new requiremen... | josh.macdonald |
2009-10-24 | Move and re-invigorate the regtest, fix 1 harmless compiler warning | josh.macdonald |
2009-02-12 | Fixes issue 79, adds more testing. | josh.macdonald |
2008-09-17 | Compile with | josh.macdonald |
2008-09-13 | Fix examples build, all-targets build, run tests, set version=3.0u. | josh.macdonald |
2008-09-13 | Implement adler32 and appheader for merge command. | josh.macdonald |
2008-09-07 | Fixes two merge bugs: | josh.macdonald |
2008-09-06 | Improve "printdelta" to indicate source vs. target copies, widen size fields | josh.macdonald |
2008-09-05 | Solves the issue reported in Issue 36. More merge tests now pass. | josh.macdonald |
2008-08-16 | Issue 77 -- VCDIFF tools #define issue. | josh.macdonald |
2008-08-16 | Fixes a error in the test. Merge test passes...??? | josh.macdonald |
2008-08-09 | Fixes for merge of zero-byte files, allow merge w/o source. | josh.macdonald |
2008-08-08 | Fix error message in main.h | josh.macdonald |
2008-07-07 | Make these files compile with C++. | josh.macdonald |
2008-07-05 | Fix stdin/stdout problem on Windows, issue 34. | josh.macdonald |
2008-06-27 | Adds new testing directory for a C++ test, makes xdelta3-test.h compile with ... | josh.macdonald |
2008-04-20 | It's plausible that this merge code actually works; untested. | josh.macdonald |
2008-04-19 | Cleanup of previous. New xd3_merge_input_output used in both | josh.macdonald |
2008-04-19 | Straighten up the logic for calling xd3_merge_inputs in both | josh.macdonald |
2008-04-15 | Fixes for issue 70. The test inputs tickled a case where the | josh.macdonald |
2008-04-09 | Add mechanism for processing merge arguments in order, memory | josh.macdonald |
2008-04-02 | merge command now successfully rewrites a single input. success! | josh.macdonald |
2008-04-02 | Merge command passes its first smoke test, reproduces a delta by | josh.macdonald |
2008-03-31 | Implement more of "xdelta3 merge" command. Compile fixes. | josh.macdonald |
2008-03-14 | Fix for issue 67, test now fails as root with an error message. | josh.macdonald |
2007-12-27 | Adding more support for "merge" command. | josh.macdonald |
2007-12-17 | Call main_input() recursively for main_merge_arguments. | josh.macdonald |
2007-12-17 | Fix. | josh.macdonald |
2007-12-17 | Patches for Makefile.mingw and xdelta3.h comments, work on "merge" | josh.macdonald |
2007-12-15 | Patches for mingw. | josh.macdonald |
2007-12-14 | Add skeleton for "merge" command. | josh.macdonald |
2007-12-14 | Fix another snprintf issue. (Wish I had "patch" on my cygwin box... Wish | josh.macdonald |
2007-12-14 | Replace uint with usize_t, more portable. | josh.macdonald |
2007-12-14 | Fixes for Win32 and vsnprintf. | josh.macdonald |
2007-12-14 | 80-col fixes. | josh.macdonald |
2007-12-14 | Implement UNALIGNED_OK for xd3_small_cksum_update, hoping to fix | josh.macdonald |
2007-12-07 | Patches from A. Mennucc for Debian. Fixing makfile for Cygwin | josh.macdonald |
2007-12-02 | Fix recode, recode test. | josh.macdonald |
2007-12-02 | Working on the test failure in dbeug mode, partial recode test written. | josh.macdonald |
2007-11-27 | Diagnose expected non-failures test failure introfuced in 3.0s relating | josh.macdonald |
2007-11-26 | The rabin-karp checksum looks better in testing but doesn't really | josh.macdonald |
2007-11-11 | Compile with g++ 3.4.4 and add C++ checksum_test.cc | josh.macdonald |
2007-11-10 | Adds output regarding inefficient copy instructions to "printdelta". | josh.macdonald |