summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.swig
AgeCommit message (Collapse)Author
2007-02-13Adds xd3_flags for setting compression level in xd3_encode_memory().josh.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-07Ready to release 3.0o. Still working on swig.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.