summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-decode.h
AgeCommit message (Collapse)Author
2015-10-31Merge ~6 AFL decoder fixes from head; AFL support in run_release.shJosh MacDonald
2015-10-31Fix another decoder overflow [afl]Josh MacDonald
2015-10-31Fix an overflow in allocating the three decoder sectionsJosh MacDonald
2015-10-20Mark VCD_TARGET mode unsupported, there is no known OSS encoder [afl-fuzz]Josh MacDonald
2015-10-20Correct overflow in appheader_sz+1 (zero termination) [afl-fuzz]Josh MacDonald
2015-09-29Merge from HEADJosh MacDonald
2015-03-30Update Copyright datesJoshua MacDonald
2015-03-10Functions out of macros for xd3_decode_offset, to address warnings created ↵Joshua MacDonald
by new definition of xoff_t
2015-03-06Builds clean Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)Joshua MacDonald
2014-10-23checksum_test is working (apparently)Josh MacDonald
2014-10-19Support for 64bit usize_t w/ XD3_USE_LARGEWINDOW64Josh MacDonald
2014-10-18Remove generic encoding table supportjosh.macdonald
2013-01-21Revert to r386; prepare 3.0.6 releasejosh.macdonald
2013-01-21Park these changes; tremendous slowdown, will revert to 386josh.macdonald
2013-01-21Audit -Wconversion resultsjosh.macdonald
2013-01-20Partial Win64 build fixes.josh.macdonald
2013-01-20Fix some TODOs (option_srcwinsz up to 4GB?josh.macdonald
2012-07-19Add support for lzma secondary compression (-S lzma)josh.macdonald
2012-06-18Adds an error message for XD3_INVALID_INPUTjosh.macdonald
2012-06-16Updates for iOS build, Automake setupjosh.macdonald
2009-11-08Rewrote main_set_source() to delay deciding lru_size (effectivelyjosh.macdonald
option_srcwinsz) until after decompression state is known. Working but definitely needs more testing.
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
LRU for non-seekable sources (always, was not previously for the decoder, which caused problems).
2009-11-03Fixes for issue 94.josh.macdonald
2009-10-28Optimize decode for source copies.josh.macdonald
Add magic number for Xz.
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-25Eliminates 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.
2008-09-05Solves the issue reported in Issue 36. More merge tests now pass.josh.macdonald
2007-12-27Adding more support for "merge" command.josh.macdonald
2007-12-02Working on the test failure in dbeug mode, partial recode test written.josh.macdonald
2007-11-27Diagnose expected non-failures test failure introfuced in 3.0s relatingjosh.macdonald
to DJW and compiler optimization level. Mysterious.
2007-11-11Compile with g++ 3.4.4 and add C++ checksum_test.ccjosh.macdonald
2007-10-28New xd3_blksize_div() function used everywhere to avoid __umoddi3josh.macdonald
2007-10-28Eliminate calls to __umoddi3 (compiler generated for 64-bit % 32-bit).josh.macdonald
More 80col reformatting.
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.