Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-16 | Fix badcopy.c for WIN32. Adds some real bogus rand logic. | josh.macdonald | |
2006-12-10 | Add an OSX release, why not. | dotdotisdead | |
2006-12-10 | xdelta3.vcproj adds release build, xdelta30h.x86-32.exe built and released. | josh.macdonald | |
2006-12-10 | Release 3.0h | dotdotisdead | |
2006-12-10 | Adds some comments about LZMA external compression. | dotdotisdead | |
2006-12-10 | Stack corruption errors: added some room to the arrays. | josh.macdonald | |
2006-12-10 | Builds on WIN32. | dotdotisdead | |
2006-12-10 | Preliminary WIN32 support. | dotdotisdead | |
2006-09-30 | import 1.1.3 | dotdotisdead | |
2006-09-30 | The XD3_INTERNAL in xd3_srcwin_move_point was caused by match_maxaddr | dotdotisdead | |
being reset between windows. This deserves a test, but it's Friday night! | |||
2006-09-28 | Update command-line summary. | dotdotisdead | |
2006-09-28 | Add XDELTA1PATH external compression option. | dotdotisdead | |
2006-09-25 | Oooops. | dotdotisdead | |
2006-09-25 | Cleanups, working on the python module, which has assertion failures. | dotdotisdead | |
2006-09-24 | Cleanups for release 3.0g. | 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 | Fixes improper use of xd3_emit_size() for header->srcbase. Obviously | dotdotisdead | |
it was a bug: xd3_decode_uint64 was being used while xd3_encode_uint64 was not! | |||
2006-09-24 | Move the decode routines. There is a decoder bug past >4GB, but no code | dotdotisdead | |
changes here. | |||
2006-09-24 | Fixes setting of srcwin_cksum_pos in xd3_srcwin_move_point(), because | dotdotisdead | |
main's getblk now returns XD3_TOOFARBACK for encode. This had been broken several checkins prior, and was causing XD3_INTERNAL at the 4G boundary. | |||
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-28 | Finally the encoder passes the 32bit boundary! | dotdotisdead | |
2006-08-27 | Fixes the srcwin_cksum_pos advancement, at least up through the 32bit | dotdotisdead | |
boundary. Adds XD3_TOOFARBACK error code and XD3_INTERNAL for internal errors where asserts won't do. | |||
2006-08-27 | Source snapshot... broken. | dotdotisdead | |