summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.c
AgeCommit message (Expand)Author
2016-04-02Merge release3_0_apl, changing the license in the 3.1.x release branchJosh MacDonald
2016-03-14Introduce APL LICENSE and notices, remove GNU COPYING and notices. Version 3....Josh MacDonald
2016-01-05-Wformat fixesJosh MacDonald
2016-01-04Build fixes w/ XD3_DEBUG=9 and Clang -WeverythingJosh MacDonald
2015-12-27Merge frmo originJosh MacDonald
2015-12-26Restore 2 block advancement (arbitrary)Josh MacDonald
2015-12-26Matches 3.0.10 behavior, approximately, insofar as stream.srcwin_cksum_pos; T...Joshua MacDonald
2015-12-17Comment / update test results for xd3_srcwin_move_pointJoshua MacDonald
2015-12-12Comment on performance regressionJoshua MacDonald
2015-12-07One more XD3_TOOFARBACK case handled (regtest.go)Joshua MacDonald
2015-11-19Stress testing w/ [64bithash]/.../go/src/regtest.goJoshua MacDonald
2015-11-17Simplifies xd3_srcwin_move_point; reads the full max_winsize before starting ...Joshua MacDonald
2015-11-13Experimental change in srcwin_move_pointJosh MacDonald
2015-11-10Remove incorrect emit-run assertion (valid in merge command)Josh MacDonald
2015-11-03Simplify frontier_pos logic, fix XD3_TOOFARBACK assertion failure exposed thr...Josh MacDonald
2015-11-02Two more invalid input cases [afl]Josh MacDonald
2015-10-31Merge ~6 AFL decoder fixes from head; AFL support in run_release.shJosh MacDonald
2015-10-20Avoid double free in VCD_TARGET mode [afl-fuzz]Josh MacDonald
2015-10-01LARGEWINDOW->LARGESIZET, now passing regtests and selftestsJosh MacDonald
2015-09-29Merge from HEADJosh MacDonald
2015-05-04More followup on issue 188, correction to frontier_blkno calculation (was wro...Joshua MacDonald
2015-05-02Off-by-one error leading to XD3_TOOFARBACK when a potential match is found in...Joshua MacDonald
2015-03-30Update Copyright datesJoshua MacDonald
2015-03-10Functions out of macros for xd3_decode_offset, to address warnings created by...Joshua MacDonald
2015-03-06Builds clean Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)Joshua MacDonald
2014-11-01Fix 'xdelta3: -B: maximum value: 9223372036854775808'Josh MacDonald
2014-10-28Fix an overflow in setting xd3_source.maskbyJosh MacDonald
2014-10-28Added 64-bit checksum for largewindow support; not readyJosh MacDonald
2014-10-25Checksum test cleanups & devJosh MacDonald
2014-10-23checksum_test is working (apparently)Josh MacDonald
2014-10-19Support for 64bit usize_t w/ XD3_USE_LARGEWINDOW64Josh MacDonald
2014-10-18Some -Wconversion cleanupsJosh MacDonald
2014-10-18Remove generic encoding table supportjosh.macdonald
2014-04-03Revert recent (unreleased) change in hash_value formula; make several tests u...josh.macdonald
2014-03-09Fix issue in xd3_encode_memory causing error when IOPT buffer capacity reache...josh.macdonald
2013-05-143.0.7 RC0josh.macdonald
2013-05-13Repair and improve the regtestjosh.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-21fix main_getblk_lru for decodejosh.macdonald
2013-01-21Further conversion cleanups.josh.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
2013-01-20Fix regression in SVN 376 (3.0.5)josh.macdonald
2012-11-17Make -B a size_t, build and test w/ -m64josh.macdonald
2012-11-13Fix an off-by-one error in preventing > max_srcwinsize backward seeksjosh.macdonald
2012-07-19Fix for build w/o liblzma presentjosh.macdonald@gmail.com
2012-07-19Add support for lzma secondary compression (-S lzma)josh.macdonald
2012-07-15Compiles on gcc-4.6josh.macdonald@gmail.com