summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
AgeCommit message (Expand)Author
2010-02-07Implement srcwin_maxsz in xd3_source_match_setup(), which preventsjosh.macdonald
2010-01-06Fixes for gcc-4.2 on OS X 10.6, some comment cleanup.josh.macdonald
2009-11-08Rewrote main_set_source() to delay deciding lru_size (effectivelyjosh.macdonald
2009-11-03Implement (and manually test) main_getblk_func() using FIFO instead ofjosh.macdonald
2009-10-28Optimize decode for source copies.josh.macdonald
2009-10-26Release 3.0wjosh.macdonald
2009-10-26Provide more information about the error.josh.macdonald
2009-10-26Fix the error message to suggest "try raising -B" when XD3_TOOFARBACK happens...josh.macdonald
2009-10-26Fix xdelta3-main.h's lru[] implementation, new manual testing success.josh.macdonald
2009-10-26Debugging: add a big TODO!josh.macdonald
2009-10-26All tests pass.josh.macdonald
2009-10-26Fix the source_decompression test, which tests that appheader overrides compr...josh.macdonald
2009-10-26Source from non-seekable input seems to work. Limited testing!josh.macdonald
2009-10-26This fixes main_getblk_func to supposely work with non-seekable inputs, we'll...josh.macdonald
2009-10-25Fixes bugs in xd3_srcwin_move_point.josh.macdonald
2009-10-25Eliminates xd3_source->size, which is an _API Change_. Adds a new requiremen...josh.macdonald
2009-10-24Move and re-invigorate the regtest, fix 1 harmless compiler warningjosh.macdonald
2009-02-12Fixes issue 79, adds more testing.josh.macdonald
2008-09-17Compile with 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-07Fixes two merge bugs: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-08-16Issue 77 -- VCDIFF tools #define issue.josh.macdonald
2008-08-16Fixes a error in the test. Merge test passes...???josh.macdonald
2008-08-09Fixes for merge of zero-byte files, allow merge w/o source.josh.macdonald
2008-08-08Fix error message in main.hjosh.macdonald
2008-07-07Make these files compile with C++.josh.macdonald
2008-07-05Fix stdin/stdout problem on Windows, issue 34.josh.macdonald
2008-06-27Adds new testing directory for a C++ test, makes xdelta3-test.h compile with ...josh.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
2007-12-27Adding more support for "merge" command.josh.macdonald
2007-12-17Call main_input() recursively for main_merge_arguments.josh.macdonald
2007-12-17Fix.josh.macdonald
2007-12-17Patches for Makefile.mingw and xdelta3.h comments, work on "merge"josh.macdonald
2007-12-15Patches for mingw.josh.macdonald
2007-12-14Add skeleton for "merge" command.josh.macdonald
2007-12-14Fix another snprintf issue. (Wish I had "patch" on my cygwin box... Wishjosh.macdonald
2007-12-14Replace uint with usize_t, more portable.josh.macdonald
2007-12-14Fixes for Win32 and vsnprintf.josh.macdonald
2007-12-1480-col fixes.josh.macdonald