Age | Commit message (Expand) | Author |
2007-11-27 | Diagnose expected non-failures test failure introfuced in 3.0s relating | josh.macdonald |
2007-11-26 | The rabin-karp checksum looks better in testing but doesn't really | josh.macdonald |
2007-11-15 | Get uniqueness and fullness metrics working, add compaction parameter for | josh.macdonald |
2007-11-13 | Learned a lot about Rabin-Karp performance. | josh.macdonald |
2007-11-13 | (no commit message) | josh.macdonald |
2007-11-11 | Compile with g++ 3.4.4 and add C++ checksum_test.cc | josh.macdonald |
2007-11-10 | Adds output regarding inefficient copy instructions to "printdelta". | josh.macdonald |
2007-11-09 | Release 3.0s | josh.macdonald |
2007-11-07 | A few optimizations: -1 (fastest) is faster than before. -fno-builtin | josh.macdonald |
2007-11-07 | Adds compare_test for benchmarking xd3_forward_match, the optimized | josh.macdonald |
2007-10-30 | Update FASTEST config based on 50-round test. | josh.macdonald |
2007-10-29 | Running experiments for new -1 and -2 | josh.macdonald |
2007-10-29 | Restore old secondary djw defaults. | josh.macdonald |
2007-10-29 | Add a new COMPLEVEL_1, previous -1 becomes -2. | josh.macdonald |
2007-10-29 | Add a new fastest, fastest->faster (-2) | josh.macdonald |
2007-10-29 | Inline some functions. | josh.macdonald |
2007-10-29 | Use maskby/shiftby when source->size <= source->blksize, which helps | josh.macdonald |
2007-10-28 | New xd3_blksize_div() function used everywhere to avoid __umoddi3 | josh.macdonald |
2007-10-28 | Eliminate calls to __umoddi3 (compiler generated for 64-bit % 32-bit). | josh.macdonald |
2007-10-28 | 80col changes. | josh.macdonald |
2007-10-28 | ENC_FLUSH -> ENC_INSTR | josh.macdonald |
2007-10-28 | Reformat for 80 cols. Allow -S djwN where N is 0-9. Default | josh.macdonald |
2007-10-28 | Comments. | josh.macdonald |
2007-10-28 | Reformat >80col lines. 32-bit build/test fixes. | josh.macdonald |
2007-10-27 | Cleanups on cygwin. | josh.macdonald |
2007-10-27 | Fixes for linux build. | josh.macdonald |
2007-10-21 | Comments and build with speed_test.cc | josh.macdonald |
2007-10-21 | New speed tes.t | josh.macdonald |
2007-10-20 | working on inline functions | josh.macdonald |
2007-10-10 | Recognize -S none. | josh.macdonald |
2007-10-10 | Removes NODECOMPRESSIZE. | josh.macdonald |
2007-10-10 | 3.0r release | josh.macdonald |
2007-09-29 | Fixes DJW_MAX_CODELEN problem, which caused move-to-front calculations | josh.macdonald |
2007-09-29 | Build fix for MSVC++ | josh.macdonald |
2007-09-29 | Adds a test that triggers the assertion failure in djw_build_prefix, | josh.macdonald |
2007-09-24 | Add example by Ralf Junker, who has given me permission to distribute. | josh.macdonald |
2007-09-22 | Fixes: | josh.macdonald |
2007-09-13 | Fix secondary compression for recode. Now able to reproduce doytchin's | josh.macdonald |
2007-09-13 | Fix the def'n of xoff_t, at least for this linux box (thanks to cosmics.ru).. | josh.macdonald |
2007-09-12 | The "recode" command sets command-line secondary compression flags in the rec... | josh.macdonald |
2007-09-12 | Fixes xdelta recode command, but does not implement adler32, source | josh.macdonald |
2007-09-12 | Add "xdelta3 recode" function, which is currently outputing incorrect | josh.macdonald |
2007-03-25 | Set to static build, comment out Merge rules in WiX setup. | josh.macdonald |
2007-03-25 | Add MSI build, Makefile wix rules. | josh.macdonald |
2007-03-24 | (no commit message) | josh.macdonald |
2007-03-24 | Release 3.0q source | josh.macdonald |
2007-03-24 | Allow read-sharing for WIN32 CreateFile() | josh.macdonald |
2007-03-24 | Do not buffer stderr on Windows. | josh.macdonald |
2007-03-24 | Use 1024 instead of 1000 for KB/MB/GB calculations. | josh.macdonald |
2007-03-24 | Rename #define P to #define DP | josh.macdonald |