Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-07 | A few optimizations: -1 (fastest) is faster than before. -fno-builtin | josh.macdonald | |
makes a difference. New implementation of xd3_forward_match() is written and tested, but not enabled, needs a little more benchmarking. | |||
2007-10-30 | Update FASTEST config based on 50-round test. | josh.macdonald | |
2007-10-29 | Running experiments for new -1 and -2 | josh.macdonald | |
2007-09-29 | Adds 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-03-24 | Rename #define P to #define DP | josh.macdonald | |
2007-03-08 | Fix a bug w/ global test results (which were being modified by | josh.macdonald | |
ScoreTests()). | |||
2007-03-06 | regtest is not quite summarizing correctly | josh.macdonald | |
2007-03-04 | (no commit message) | josh.macdonald | |
2007-02-26 | Cleanup experiment code; use hyperbolic function. | josh.macdonald | |
2007-02-19 | cleanup regtest 400 test | josh.macdonald | |
2007-02-18 | pre 3.0p, all tests pass | josh.macdonald | |
2007-02-18 | remove PROMOTE, SSMATCH, TRYLAZY, raise default IOPT_SIZE | josh.macdonald | |
2007-02-18 | raise default sprevsz, add command-line flag -P to set | josh.macdonald | |
2007-02-17 | generic encode tables compiled in setup.py; comments on HARDMAXWINSZ; more ↵ | josh.macdonald | |
winsize tests | |||
2007-02-13 | Cleanup -regtest.py. Comment on crash in -python.h | josh.macdonald | |
2007-02-13 | Adds xd3_flags for setting compression level in xd3_encode_memory(). | josh.macdonald | |
2007-02-11 | Fixes 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-08 | Python 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-07 | Ready to release 3.0o. Still working on swig. | josh.macdonald | |
2007-02-05 | Add 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 | Cleanup www (it's on the code.google.com/p/xdelta/wiki/list now). | josh.macdonald | |
Rekey. | |||
2007-02-02 | xdelta3-regtest.py experiment now changes the file each round. | josh.macdonald | |
2007-02-01 | Implmeent xd3_encode_memory() and xd3_decode_memory(), add comments. | josh.macdonald | |
2007-02-01 | Fixes build on Cygwin, some work on -regtest.py | josh.macdonald | |
2007-01-29 | Updates on G: | josh.macdonald | |
remove missing file from vcproj compiles under cygwin | |||
2007-01-21 | Update configs, comments, etc. | dotdotisdead | |
2007-01-21 | Fixes dumb crash in xd3_free_stream when stream->iopt_alloc is NULL. | dotdotisdead | |
2007-01-20 | Changes to support -I IOPT_SIZE on the commandline. New support for ↵ | dotdotisdead | |
unlimited instruction buffer size set by -I 0. The default remains 4096. | |||
2007-01-16 | Fixes the soft config used in parts of xdelta3-test.h, so it will be immune ↵ | dotdotisdead | |
to changes in xdelta3-cfgs.h. | |||
2007-01-14 | Cleanup the calculation of -B and -W, get the minimum source buffer size | dotdotisdead | |
(-B) to work, enforce a maximum input window size (-W). Add some debugging output. Correct a bug in setting the large hashtable size. I've noticed some odd behavior with the -W setting, more tests to do. | |||
2007-01-11 | Testing random configurations to update xdelta3-cfgs.h, preliminary. | dotdotisdead | |
2007-01-10 | Work on tuning tests. | dotdotisdead | |
2007-01-08 | Experimenting with -C soft-config, trying to tune the -1..-9 values. | dotdotisdead | |
Right now -9 is definitely slower but not usually better. | |||
2007-01-08 | Set source buffer size to min(source->size) and if the command-line is | dotdotisdead | |
not set, scale to source->size up to 64MB. | |||
2007-01-07 | Add files to release. | dotdotisdead | |
2007-01-07 | Fixes spurious warning from printhdr. | dotdotisdead | |
2007-01-07 | Fixes the python module, there were some bugs in main. | dotdotisdead | |
2006-09-25 | Cleanups, working on the python module, which has assertion failures. | dotdotisdead | |
2006-08-27 | Source snapshot... broken. | dotdotisdead | |