summaryrefslogtreecommitdiff
path: root/xdelta3
AgeCommit message (Expand)Author
2010-11-07Further simplify xdelta3-blkcache.h by removing lru_freejosh.macdonald
2010-11-07Clean up and simplify main_set_source()josh.macdonald
2010-10-25Move block-cache code from -main.h to -blkcache.h. Previous merge wasjosh.macdonald
2010-10-25branch from xdelta3-main.hjosh.macdonald
2010-10-25Conditional compile fixes.josh.macdonald
2010-08-24Fixes a bad optimization which caused raising -B to worsen compressionjosh.macdonald
2010-08-03release 3.0zjosh.macdonald@gmail.com
2010-08-02change external-compression warning textjosh.macdonald@gmail.com
2010-08-01address issue 109 adds a strong warning about external decompressionjosh.macdonald@gmail.com
2010-08-01patch for issue 111, compiles clean under cygwin gcc 4.3.4 toojosh.macdonald@gmail.com
2010-08-01Fixes for win7, especially named pipe handlingjosh.macdonald@gmail.com
2010-07-01Add -F command and properly handle trailing garbage. Manually tested.josh.macdonald
2010-02-23Add verbose messaging about externally compressed inputs/output.josh.macdonald
2010-02-21Fix the handling of external source decompression, which changed in 3.0wjosh.macdonald
2010-02-21Add a contributed man page.josh.macdonald
2010-02-16Prepare release 3.0xjosh.macdonald
2010-02-16Undo recent "off-by-one" fix, it was incorrect (the bug was actuallyjosh.macdonald
2010-02-16Whitespace changes.josh.macdonald
2010-02-16Fix an off-by-one error in srcwin_move_point, and prevent updatingjosh.macdonald
2010-02-16Fixes a memory corruption caused by recent changes (as early as 3.0w, josh.macdonald
2010-02-15Misc whitespace changes.josh.macdonald
2010-02-11Running xdelta3-regtest.py. Observed a bug in recently-added josh.macdonald
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-05Cleanups in xd3_decode_output_halfinst() and xd3_decode_emit().josh.macdonald
2009-11-03Implement (and manually test) main_getblk_func() using FIFO instead ofjosh.macdonald
2009-11-03Fixes for issue 94.josh.macdonald
2009-10-2864-bit xoff_t definitions.josh.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-25Test crashes in recode test w/ "allow_fake_source" support, getting close?josh.macdonald
2009-10-25Fix ALT_CODE_TABLE generation code to use xd3_encode/decode_memory(), a josh.macdonald
2009-10-25Adds xd3_set_source_and_size.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-03-12Update version josh.macdonald
2009-03-08Testing for issue 79. TODO around xdelta3.c:3926 successful.josh.macdonald
2009-02-12Fixes issue 79, adds more testing.josh.macdonald
2009-02-10Templatize the test, expose issue 79.josh.macdonald
2008-10-12Build 3.0u for Windowsjosh.macdonald