summaryrefslogtreecommitdiff
path: root/xdelta3
AgeCommit message (Collapse)Author
2007-09-29Build fix for MSVC++josh.macdonald
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-24Add example by Ralf Junker, who has given me permission to distribute.josh.macdonald
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-13Fix the def'n of xoff_t, at least for this linux box (thanks to cosmics.ru)..josh.macdonald
2007-09-12The "recode" command sets command-line secondary compression flags in the ↵josh.macdonald
recode stream.
2007-09-12Fixes xdelta recode command, but does not implement adler32, source josh.macdonald
info, app header, etc.
2007-09-12Add "xdelta3 recode" function, which is currently outputing incorrectjosh.macdonald
VCDIFF windows.
2007-03-25Set to static build, comment out Merge rules in WiX setup.josh.macdonald
2007-03-25Add MSI build, Makefile wix rules.josh.macdonald
2007-03-24(no commit message)josh.macdonald
2007-03-24Release 3.0q sourcejosh.macdonald
2007-03-24Allow read-sharing for WIN32 CreateFile()josh.macdonald
2007-03-24Do not buffer stderr on Windows.josh.macdonald
2007-03-24Use 1024 instead of 1000 for KB/MB/GB calculations.josh.macdonald
2007-03-24Rename #define P to #define DPjosh.macdonald
2007-03-08Fix a bug w/ global test results (which were being modified by josh.macdonald
ScoreTests()).
2007-03-06regtest is not quite summarizing correctlyjosh.macdonald
2007-03-04(no commit message)josh.macdonald
2007-02-26Cleanup experiment code; use hyperbolic function.josh.macdonald
2007-02-19cleanup regtest 400 testjosh.macdonald
2007-02-183.0p source releasejosh.macdonald
2007-02-183.0p windows exejosh.macdonald
2007-02-18fix for windows ssize_t 3.0pjosh.macdonald
2007-02-18pre 3.0p, all tests passjosh.macdonald
2007-02-18remove PROMOTE, SSMATCH, TRYLAZY, raise default IOPT_SIZEjosh.macdonald
2007-02-18raise default sprevsz, add command-line flag -P to setjosh.macdonald
2007-02-17generic encode tables compiled in setup.py; comments on HARDMAXWINSZ; more ↵josh.macdonald
winsize tests
2007-02-14fix two alloc checks in djw.hjosh.macdonald
fix setting of stream->iopt_size fix small_page_test.c
2007-02-14set opaquejosh.macdonald
2007-02-14add small_page_test.c, currently failsjosh.macdonald
2007-02-13Cleanup -regtest.py. Comment on crash in -python.hjosh.macdonald
2007-02-13Adds xd3_flags for setting compression level in xd3_encode_memory().josh.macdonald
2007-02-12Fix and recomment xd3_srcwin_move_point() after changes in SVN 127 to use ↵josh.macdonald
src->blksize as the advance size.
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-08Bugfix XDELTA environment var.josh.macdonald
2007-02-08XDELTA environment variable lets you do stuff like this:josh.macdonald
XDELTA="-s source-dir.tar" tar --use-compress-program=xdelta3 -cf - target-dir
2007-02-08Release 3.0o final.josh.macdonald
2007-02-08Integrate Makefile from Cygwin.josh.macdonald
2007-02-08Make "option ignored" less verbose.josh.macdonald
2007-02-08Make windows python module work under Cygwin.josh.macdonald
Build VC++ release 3.0o
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-07Ready to release 3.0o. Still working on swig.josh.macdonald
2007-02-07Update FASTEST, DEFAULT compression level. Comments.josh.macdonald
2007-02-07Fixes print commands on Windows, the needed GetStartupInfo() and ↵josh.macdonald
stdin/stdout handles set after the change in 112 (missing its comment) which converts the print commands to use snprintf() and the default I/O routines. Addresses issue 14.
2007-02-06(no commit message)josh.macdonald
2007-02-05Add a .swig for python, working on xd3_encode_mememory() and josh.macdonald
xd3_decode_memory(). Not working. Progress on scoring in xdelta3-regtest.py. Update FAST encoder w/ results of 9,11,13,16-llook experiments.
2007-02-04(no commit message)josh.macdonald
2007-02-04Release 3.0njosh.macdonald