Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-06 | Builds clean Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) | Joshua MacDonald | |
2014-10-18 | Remove generic encoding table support | josh.macdonald | |
2014-04-03 | Revert recent (unreleased) change in hash_value formula; make several tests ↵ | josh.macdonald | |
use the average over 16 runs | |||
2014-03-09 | Fix issue in xd3_encode_memory causing error when IOPT buffer capacity ↵ | josh.macdonald | |
reached and a copy reaches the end-of-source, causing unexpected request for second source block. New tests to cover this case. Removed the IOPT limit in xd3_encode_memory (improves compression). Doubles sizing of the large-checksum hash table (fewer collisions, better compression). | |||
2013-05-14 | 3.0.7 RC0 | josh.macdonald | |
2013-05-13 | Repair and improve the regtest | josh.macdonald | |
2013-01-21 | Revert to r386; prepare 3.0.6 release | josh.macdonald | |
2013-01-21 | Park these changes; tremendous slowdown, will revert to 386 | josh.macdonald | |
2013-01-21 | fix main_getblk_lru for decode | josh.macdonald | |
2013-01-21 | Further conversion cleanups. | josh.macdonald | |
2013-01-21 | Audit -Wconversion results | josh.macdonald | |
2013-01-20 | Partial Win64 build fixes. | josh.macdonald | |
2013-01-20 | Fix some TODOs (option_srcwinsz up to 4GB? | josh.macdonald | |
2013-01-20 | Fix regression in SVN 376 (3.0.5) | josh.macdonald | |
2012-11-17 | Make -B a size_t, build and test w/ -m64 | josh.macdonald | |
2012-11-13 | Fix an off-by-one error in preventing > max_srcwinsize backward seeks | josh.macdonald | |
2012-07-19 | Fix for build w/o liblzma present | josh.macdonald@gmail.com | |
2012-07-19 | Add support for lzma secondary compression (-S lzma) | josh.macdonald | |
2012-07-15 | Compiles on gcc-4.6 | josh.macdonald@gmail.com | |
2012-06-18 | Fixes for CC=clang | josh.macdonald | |
2012-06-17 | Issue 120: compile with -pedantic | josh.macdonald | |
2012-06-16 | Updates for iOS build, Automake setup | josh.macdonald | |
2010-11-07 | Whitespace cleanups, comments | josh.macdonald | |
2010-10-25 | Conditional compile fixes. | josh.macdonald | |
2010-08-01 | Fixes for win7, especially named pipe handling | josh.macdonald@gmail.com | |
2010-02-16 | Undo recent "off-by-one" fix, it was incorrect (the bug was actually | josh.macdonald | |
the issue about updating the value of xd3_source_eof() in the same change). | |||
2010-02-16 | Whitespace changes. | josh.macdonald | |
2010-02-16 | Fix an off-by-one error in srcwin_move_point, and prevent updating | josh.macdonald | |
xd3_source_eof () when eof is known in xd3_getblk. Now performance is the same for FIFO and no. | |||
2010-02-16 | Fixes a memory corruption caused by recent changes (as early as 3.0w, | josh.macdonald | |
it seems). | |||
2010-02-15 | Misc whitespace changes. | josh.macdonald | |
2010-02-11 | Running xdelta3-regtest.py. Observed a bug in recently-added | josh.macdonald | |
match-setup code, using source_eof instead of frontier position. | |||
2010-02-07 | Implement srcwin_maxsz in xd3_source_match_setup(), which prevents | josh.macdonald | |
the encoder from seeking backwards further than this parameter. This was supposed to be implemented long ago, but was especially problematic in the recent release, which implements source-from-FIFO. | |||
2010-01-06 | Fixes for gcc-4.2 on OS X 10.6, some comment cleanup. | josh.macdonald | |
2009-11-08 | Rewrote main_set_source() to delay deciding lru_size (effectively | josh.macdonald | |
option_srcwinsz) until after decompression state is known. Working but definitely needs more testing. | |||
2009-11-05 | Cleanups in xd3_decode_output_halfinst() and xd3_decode_emit(). | josh.macdonald | |
2009-11-03 | Implement (and manually test) main_getblk_func() using FIFO instead of | josh.macdonald | |
LRU for non-seekable sources (always, was not previously for the decoder, which caused problems). | |||
2009-11-03 | Fixes for issue 94. | josh.macdonald | |
2009-10-28 | Optimize decode for source copies. | josh.macdonald | |
Add magic number for Xz. | |||
2009-10-26 | Fix the error message to suggest "try raising -B" when XD3_TOOFARBACK ↵ | josh.macdonald | |
happens in decode. | |||
2009-10-26 | Fix the source_decompression test, which tests that appheader overrides ↵ | josh.macdonald | |
compression magic number. | |||
2009-10-26 | Source from non-seekable input seems to work. Limited testing! | josh.macdonald | |
2009-10-26 | This fixes main_getblk_func to supposely work with non-seekable inputs, ↵ | josh.macdonald | |
we'll see! | |||
2009-10-25 | Fixes bugs in xd3_srcwin_move_point. | josh.macdonald | |
2009-10-25 | Test crashes in recode test w/ "allow_fake_source" support, getting close? | josh.macdonald | |
2009-10-25 | Fix ALT_CODE_TABLE generation code to use xd3_encode/decode_memory(), a | josh.macdonald | |
long-standing TODO. | |||
2009-10-25 | Adds xd3_set_source_and_size. | josh.macdonald | |
2009-10-25 | Eliminates xd3_source->size, which is an _API Change_. Adds a new ↵ | josh.macdonald | |
requirement, that source->blocksize be a power-of-2. DOES NOT PASS ALL TESTS. | |||
2009-10-24 | Move and re-invigorate the regtest, fix 1 harmless compiler warning | josh.macdonald | |
2009-03-08 | Testing for issue 79. TODO around xdelta3.c:3926 successful. | josh.macdonald | |
2009-02-12 | Fixes issue 79, adds more testing. | josh.macdonald | |