summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-decode.h
AgeCommit message (Collapse)Author
2007-09-29Adds a test that triggers the assertion failure in djw_build_prefix,josh.macdonald
a few cleanups, but does not fix the problem (next CL).
2007-09-22Fixes:josh.macdonald
1. Encoder was improperly setting stream->min_match on re-entry following XD3_GETSRCBLK events. 2. Decoder was improperly terminating a loop when XD3_GETSRCBLK events occur while decoding the final instruction. 3. An known assertion failure in djw_compute_mtf_1_2 will abort() in non-debug mode instead of running out of memory.
2007-09-13Fix secondary compression for recode. Now able to reproduce doytchin's josh.macdonald
bug report by recoding an FGK as a DJW.
2007-09-12Add "xdelta3 recode" function, which is currently outputing incorrectjosh.macdonald
VCDIFF windows.
2007-03-24Rename #define P to #define DPjosh.macdonald
2007-02-11Fixes bugs in XDELTA environment variable.josh.macdonald
Removes stream.srcwin_size variable, uses stream.src->blksize instead, to address performance regression from xdelta1. Changes the order of checksum computation to be like xdelta1, insert checksums in reverse to give preference to earlier matches. Removes svn:executable from files.
2007-02-08Python swig module working with xd3_encode_memory(), xd3_decode_memory(),josh.macdonald
and xd3_main_cmdline(). module added to xdelta3-regtest.py run-length experiments. XD3_INVALID_INPUT code added to distinguish decoder errors from invalid stream-states. xdelta3-test.py unittest added for python module. xd3_encode_memory() now limits config.winsize to <= 1MB: xd3_process_memory() now properly splits the input buffer into windows.
2007-02-04Decoder memory error, related to secondary compression, fixed. Valgrind josh.macdonald
made this easy to spot.
2007-02-01Fixes build on Cygwin, some work on -regtest.pyjosh.macdonald
2007-01-29Updates on G:josh.macdonald
remove missing file from vcproj compiles under cygwin
2006-09-24Move the decode routines. There is a decoder bug past >4GB, but no codedotdotisdead
changes here.