Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-14 | Replace uint with usize_t, more portable. | josh.macdonald | |
2007-12-02 | Fix an off-by-one bug lurking in the array initialization | josh.macdonald | |
in djw_compute_mtf_1_2 | |||
2007-12-02 | Working on the test failure in dbeug mode, partial recode test written. | josh.macdonald | |
2007-11-27 | Diagnose expected non-failures test failure introfuced in 3.0s relating | josh.macdonald | |
to DJW and compiler optimization level. Mysterious. | |||
2007-10-29 | Add a new fastest, fastest->faster (-2) | josh.macdonald | |
2007-10-28 | Eliminate calls to __umoddi3 (compiler generated for 64-bit % 32-bit). | josh.macdonald | |
More 80col reformatting. | |||
2007-10-28 | 80col changes. | josh.macdonald | |
2007-10-27 | Cleanups on cygwin. | josh.macdonald | |
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-09-22 | Fixes: | josh.macdonald | |
1. Encoder was improperly setting stream->min_match on re-entry following XD3_GETSRCBLK events. 2. Decoder was improperly terminating a loop when XD3_GETSRCBLK events occur while decoding the final instruction. 3. An known assertion failure in djw_compute_mtf_1_2 will abort() in non-debug mode instead of running out of memory. | |||
2007-03-24 | Rename #define P to #define DP | josh.macdonald | |
2007-02-14 | fix two alloc checks in djw.h | josh.macdonald | |
fix setting of stream->iopt_size fix small_page_test.c | |||
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-04 | Decoder memory error, related to secondary compression, fixed. Valgrind | josh.macdonald | |
made this easy to spot. | |||
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 | |||
2006-12-10 | Stack corruption errors: added some room to the arrays. | josh.macdonald | |
2006-09-24 | Fix a bug, add a test for xd3_source_cksum_offset(). | dotdotisdead | |
2006-08-27 | Source snapshot... broken. | dotdotisdead | |