summaryrefslogtreecommitdiff
path: root/xdelta3
AgeCommit message (Collapse)Author
2015-11-18Revise threshold in SmallStride testJosh MacDonald
2015-11-17Corrections and typosJosh MacDonald
2015-11-17Simplifies xd3_srcwin_move_point; reads the full max_winsize before starting ↵Joshua MacDonald
to compress (see notes in the corresponding comments); eliminates xd3_stream::frontier_pos; changes as a result, and improvements in testing/regtest.cc; tested on osx-darwin
2015-11-13Experimental change in srcwin_move_pointJosh MacDonald
2015-11-10Merge command comments; VCD_TARGET cleanupJosh MacDonald
2015-11-10test_secondary_lzma_default test depends on SHELL_TESTSJosh MacDonald
2015-11-10Remove incorrect emit-run assertion (valid in merge command)Josh MacDonald
2015-11-10Fix for mingw buildJosh MacDonald
2015-11-03Simplify frontier_pos logic, fix XD3_TOOFARBACK assertion failure exposed ↵Josh MacDonald
through go/src/regtest.go (64bithash branch) testing
2015-11-02Two more invalid input cases [afl]Josh MacDonald
2015-10-31Fix another decoder overflow [afl]Josh MacDonald
2015-10-31Fix an overflow in allocating the three decoder sectionsJosh MacDonald
2015-10-29Fix/set default secondary compressor to LZMA if compiledJosh MacDonald
2015-10-29Add 64-bit AFL and 32-bit AFL/ASAN to run_release.shJosh MacDonald
2015-10-29Add 64-bit AFL and 32-bit AFL/ASAN to run_release.shJosh MacDonald
2015-10-20Revert temporary ASAN changes; enable VCDIFF_TOOLS for MINGW32 builds (as ↵Josh MacDonald
noted in https://github.com/jmacd/xdelta/issues/205)
2015-10-20Mark VCD_TARGET mode unsupported, there is no known OSS encoder [afl-fuzz]Josh MacDonald
2015-10-20Avoid double free in VCD_TARGET mode [afl-fuzz]Josh MacDonald
2015-10-20Correct overflow in appheader_sz+1 (zero termination) [afl-fuzz]Josh MacDonald
2015-10-19Detect invalid 0-byte output to secondary decoder [afl-fuzz]Josh MacDonald
2015-10-19To run from clean source tree, use libtoolizeJosh MacDonald
2015-07-23run_release.sh fixesJosh MacDonald
2015-07-22run_release.sh functions on OS XJoshua MacDonald
2015-07-22Bash cleanupJoshua MacDonald
2015-07-22Label 3.0.10Josh MacDonald
2015-07-22Generate a Makefile.test for running testsJosh MacDonald
2015-07-20run_release builds LZMA in each host configuration; relaxes the single-bit ↵Josh MacDonald
error test for observed LZMA behavior, now expect no more than the specified number of non-failures
2015-07-18run_release builds 32/64bit binaries for 32/64bit on linux and mingwJosh MacDonald
2015-07-16Add printf tests, to be sure about mingw apparently false warningsJosh MacDonald
2015-07-16Remove obsolete MakefilesJosh MacDonald
2015-07-12XD3_WIN32: Handle size_t case in printf; avoid setting XD3_POSIX in MakefileJosh MacDonald
2015-07-09More work trying to build with mingw; not succeedingJosh MacDonald
2015-07-08Build for mingw, work underwayJosh MacDonald
2015-05-10Release 3.0.10 prepJoshua MacDonald
2015-05-04More followup on issue 188, correction to frontier_blkno calculation (was ↵Joshua MacDonald
wrong when last block is full)
2015-05-03Move three definitions to make them visible from regtestJoshua MacDonald
2015-05-02Pulling thisJoshua MacDonald
2015-05-02Off-by-one error leading to XD3_TOOFARBACK when a potential match is found ↵Joshua MacDonald
in the 32nd block prior to EOF
2015-03-30Add --with-lzma supportJosh MacDonald
2015-03-30Update Copyright datesJoshua MacDonald
2015-03-30README to README.mdJoshua MacDonald
2015-03-30Update code.google.com URLs to GithubJoshua MacDonald
2015-03-29Update include & link paths; minor MSVC++ issue.Joshua MacDonald
2015-03-24Tested (local trouble w/ lzma)Josh MacDonald
2015-03-24missing should not be checked inJosh MacDonald
2015-03-23Stamp 3.0.9Joshua 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-09run_release.sh copied / modified from 64-bithash branchJosh MacDonald
2015-03-07Use named types for xoff_t, to get printf formats rightJosh MacDonald
2015-03-06Builds clean Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)Joshua MacDonald