Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-21 | Comments and build with speed_test.cc | josh.macdonald | |
2007-09-29 | Fixes DJW_MAX_CODELEN problem, which caused move-to-front calculations | josh.macdonald | |
to run off the end of an array since there were no code-length entries in the extra codes array beyond code-length=20. Left as a TODO: document this code better so it's not so obscure. | |||
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-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-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-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 | Fixes the /dont_run_xdelta_as_root test, creates a real file and chmods | josh.macdonald | |
it to 0. | |||
2007-02-01 | Implmeent xd3_encode_memory() and xd3_decode_memory(), add comments. | josh.macdonald | |
2007-01-29 | Updates on G: | josh.macdonald | |
remove missing file from vcproj compiles under cygwin | |||
2007-01-29 | Change _completely() to _completely_stream(), to introduce a new, | josh.macdonald | |
simpler in-memory API. | |||
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-07 | Fixes source_decompression_test. I thought I fixed this once before: | dotdotisdead | |
the main external-decompression waitpid() was called before the output file is closed. The fix was lost. Makes all the external-command tests conditional on !WIN32. | |||
2006-12-16 | Adds /DXD3_WIN32 using native open/read/write/seek, etc, also fixing ↵ | josh.macdonald | |
get_errno and xd3_strerror. Still not 64bit tested. | |||
2006-12-16 | (no commit message) | josh.macdonald | |
2006-12-10 | Adds some comments about LZMA external compression. | dotdotisdead | |
2006-12-10 | Builds on WIN32. | dotdotisdead | |
2006-09-25 | Cleanups, working on the python module, which has assertion failures. | dotdotisdead | |
2006-09-24 | Cleanups involving xd3_smatcher and soft-config variables. Adds -M memsize | dotdotisdead | |
to allocate larger/smaller source-checksum hash table. | |||
2006-09-24 | Fix a bug in xd3_source_extend_match, causing stream->input_position to | dotdotisdead | |
move backward when a large-cksum collision causes a short match in lazy mode, where there was a small match_back. Reproduce w/ testcases/7. | |||
2006-09-24 | Fix a bug, add a test for xd3_source_cksum_offset(). | dotdotisdead | |
2006-08-27 | Source snapshot... broken. | dotdotisdead | |