Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-09 | Fix for printf warnings (independent of 32/64bit) | josh.macdonald | |
2013-01-21 | Windows releases. | 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 | 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-05 | Address issue 147 | josh.macdonald | |
2012-09-24 | Fix UNALIGNED_OK logic, add autoconf rule to detect for non-Windows builds ↵ | josh.macdonald | |
and default to UNALIGNED_OK=1 | |||
2012-08-19 | Build for Win7 x64 | josh.macdonald | |
2012-07-19 | Add support for lzma secondary compression (-S lzma) | josh.macdonald | |
2012-07-15 | Compile on gcc-4.2 | josh.macdonald | |
2012-07-15 | Compiles on gcc-4.6 | josh.macdonald@gmail.com | |
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-02-15 | Misc whitespace changes. | josh.macdonald | |
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. | |||
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 | 64-bit xoff_t definitions. | josh.macdonald | |
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 | |
2008-09-17 | Compile with | josh.macdonald | |
-Wconversion -Wsign-compare -Wextra -Wno-unused-parameter in C and C++. | |||
2008-09-13 | Implement adler32 and appheader for merge command. | josh.macdonald | |
2008-09-07 | Change "q" to "ll" for portability. Issue 41. | josh.macdonald | |
2008-09-07 | Fixes two merge bugs: | josh.macdonald | |
1. The whole_state struct now keeps an array of window sizes so that during reconstruction it can use the same window size as the target delta. The code was previously using dec_tgtlen, which was the window size of the last target delta window. 2. xd3_merge_copy_source(), which applys a source-copy instruction during merge was not properly translating target-copy instructions in the target. The solution here is SLOW and INEFFICIENT, but it at least allows the tests to pass. A big TODO here is to improve the algorithm: it has a potentially O(N) recursion for each target-copy that it sees, and the naive approach also can produce duplicate adds. | |||
2008-09-05 | Solves the issue reported in Issue 36. More merge tests now pass. | josh.macdonald | |
2008-08-16 | Fixes a error in the test. Merge test passes...??? | josh.macdonald | |
2008-07-03 | Test for encode/decode w/ single first-byte difference. Uncovered a couple of | josh.macdonald | |
incorrect assertions in xdelta3 proper. More tests coming... | |||
2008-04-22 | Install a proper fix for the looping problem in issue 70. Needs better testing | josh.macdonald | |
but good for now. | |||
2008-04-20 | It's plausible that this merge code actually works; untested. | josh.macdonald | |
2008-04-09 | Add mechanism for processing merge arguments in order, memory | josh.macdonald | |
management for xd3_whole_target structures being passed between arguments-processing and main merge_output function. | |||
2008-03-31 | Implement more of "xdelta3 merge" command. Compile fixes. | josh.macdonald | |
Work on xdelta3-regtest.py. | |||
2008-02-11 | Can't explain how the usize_t->uint32_t changes here solve the problem | josh.macdonald | |
described by issue 61, but it's likely the same as issue 66 and I'm going to apply them blindly with TODOs to try and understand it later. | |||
2007-12-28 | Fix for DJGPP (1/4)? | josh.macdonald | |
2007-12-27 | Adding more support for "merge" command. | josh.macdonald | |
2007-12-17 | Call main_input() recursively for main_merge_arguments. | josh.macdonald | |
2007-12-17 | Patches for Makefile.mingw and xdelta3.h comments, work on "merge" | josh.macdonald | |
command. Fix for new return value in stream_overflow. | |||
2007-12-15 | Patches for mingw. | josh.macdonald | |
2007-12-14 | Replace uint with usize_t, more portable. | josh.macdonald | |
2007-12-14 | Implement UNALIGNED_OK for xd3_small_cksum_update, hoping to fix | josh.macdonald | |
test failure on Xscale/ARM platform. | |||
2007-12-07 | Patches from A. Mennucc for Debian. Fixing makfile for Cygwin | josh.macdonald | |
conditional compilation, which is irregular. |