summaryrefslogtreecommitdiff
path: root/xdelta3/setup.py
AgeCommit message (Collapse)Author
2007-02-18pre 3.0p, all tests passjosh.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-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-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.
2007-02-04Cleanup www (it's on the code.google.com/p/xdelta/wiki/list now). josh.macdonald
Rekey.
2007-02-02Disable external compression under Cygwin for the Python module. External ↵josh.macdonald
compression works in the Cygwin binary, just not with Python.
2007-02-01Implmeent xd3_encode_memory() and xd3_decode_memory(), add comments.josh.macdonald
2007-01-22Release 3.0mdotdotisdead
2007-01-21Fixes dumb crash in xd3_free_stream when stream->iopt_alloc is NULL.dotdotisdead
2007-01-16Increase default IOPT buffer size to 4096 entries: there is still no dotdotisdead
command-line flag for this setting! Bump version to 3.0l.
2007-01-10Work on tuning tests.dotdotisdead
2007-01-08Experimenting with -C soft-config, trying to tune the -1..-9 values.dotdotisdead
Right now -9 is definitely slower but not usually better.
2007-01-07Fixes the python module, there were some bugs in main.dotdotisdead
2006-08-27Source snapshot... broken.dotdotisdead