Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-06 | (no commit message) | 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 | (no commit message) | josh.macdonald | |
2007-02-04 | Release 3.0n | josh.macdonald | |
2007-02-04 | Fixes the /dont_run_xdelta_as_root test, creates a real file and chmods | josh.macdonald | |
it to 0. | |||
2007-02-04 | Cleanup www (it's on the code.google.com/p/xdelta/wiki/list now). | josh.macdonald | |
Rekey. | |||
2007-02-04 | Adds a new compression level (-6), makes -1 faster and -9 better. | josh.macdonald | |
2007-02-04 | Decoder memory error, related to secondary compression, fixed. Valgrind | josh.macdonald | |
made this easy to spot. | |||
2007-02-02 | Disable external compression under Cygwin for the Python module. External ↵ | josh.macdonald | |
compression works in the Cygwin binary, just not with Python. | |||
2007-02-02 | patch_command: warn about parse error for invalid delta | josh.macdonald | |
delta_command: check gzclose() errors to avoid producing an invalid delta | |||
2007-02-02 | xdelta3-regtest.py experiment now changes the file each round. | josh.macdonald | |
2007-02-02 | Add an error message for parse errors with the XdeltaControl object. | 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-29 | Change _completely() to _completely_stream(), to introduce a new, | josh.macdonald | |
simpler in-memory API. | |||
2007-01-28 | Fixes the source-allocation problem, should resolve 64bit platform | josh.macdonald | |
issues. | |||
2007-01-28 | Cleanup | josh.macdonald | |
2007-01-28 | More cleanup. | josh.macdonald | |
2007-01-28 | Clenaup junk. | josh.macdonald | |
2007-01-28 | Remove more junk. | josh.macdonald | |
2007-01-28 | Delete junk imported by accident. | josh.macdonald | |
2007-01-22 | 3.0m windows build | josh.macdonald | |
2007-01-22 | 3.0m | dotdotisdead | |
2007-01-22 | Release 3.0m | dotdotisdead | |
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 | (no commit message) | josh.macdonald | |
2007-01-16 | Release 3.0l | dotdotisdead | |
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-16 | Increase 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-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-13 | 3.0k windows build | josh.macdonald | |
2007-01-13 | Edit xdelta3-cfgs, not exactly scientific tuning but much better for | dotdotisdead | |
now. | |||
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 | Removes the -M memsize flag, the #define, and stream_config field of the | dotdotisdead | |
same name. Now computes small/large hash tables based on 1 slot per input-size/hash-width. | |||
2007-01-07 | Build WIN32 release 3.0j. | josh.macdonald | |
2007-01-07 | Release 3.0j | dotdotisdead | |
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 | |
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-17 | 3.0i | dotdotisdead | |
2006-12-17 | Release 3.0i windows build, with native I/O routines. | josh.macdonald | |
2006-12-16 | Make badcopy use xoff_t | josh.macdonald | |
2006-12-16 | Badcopy uses xdelta3-main.h routines for XD3_WIN32 support | josh.macdonald | |