summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-14Replace uint with usize_t, more portable.josh.macdonald
2007-12-14Fixes for Win32 and vsnprintf.josh.macdonald
2007-12-1480-col fixes.josh.macdonald
2007-12-14Implement UNALIGNED_OK for xd3_small_cksum_update, hoping to fix josh.macdonald
2007-12-13A few cleanups -- xd3_scksum should have been using uint32_t, but Ijosh.macdonald
2007-12-07Release 3.0tjosh.macdonald
2007-12-07Patches from A. Mennucc for Debian. Fixing makfile for Cygwinjosh.macdonald
2007-12-06Adjust the low-end range for command_line_arguments unittest. I wish thisjosh.macdonald
2007-12-05Fix bug in xd3_set_source, the optimization for shiftby/maskby werejosh.macdonald
2007-12-02Fix recode, recode test.josh.macdonald
2007-12-02Fix an off-by-one bug lurking in the array initialization josh.macdonald
2007-12-02Working on the test failure in dbeug mode, partial recode test written.josh.macdonald
2007-11-27Diagnose expected non-failures test failure introfuced in 3.0s relatingjosh.macdonald
2007-11-26The rabin-karp checksum looks better in testing but doesn't reallyjosh.macdonald
2007-11-15Get uniqueness and fullness metrics working, add compaction parameter forjosh.macdonald
2007-11-13Learned a lot about Rabin-Karp performance.josh.macdonald
2007-11-13(no commit message)josh.macdonald
2007-11-11Compile with g++ 3.4.4 and add C++ checksum_test.ccjosh.macdonald
2007-11-10Adds output regarding inefficient copy instructions to "printdelta".josh.macdonald
2007-11-09Release 3.0sjosh.macdonald
2007-11-07A few optimizations: -1 (fastest) is faster than before. -fno-builtinjosh.macdonald
2007-11-07Adds compare_test for benchmarking xd3_forward_match, the optimizedjosh.macdonald
2007-10-30Update FASTEST config based on 50-round test.josh.macdonald
2007-10-29Running experiments for new -1 and -2josh.macdonald
2007-10-29Restore old secondary djw defaults.josh.macdonald
2007-10-29Add a new COMPLEVEL_1, previous -1 becomes -2.josh.macdonald
2007-10-29Add a new fastest, fastest->faster (-2)josh.macdonald
2007-10-29Inline some functions.josh.macdonald
2007-10-29Use maskby/shiftby when source->size <= source->blksize, which helpsjosh.macdonald
2007-10-28New xd3_blksize_div() function used everywhere to avoid __umoddi3josh.macdonald
2007-10-28Eliminate calls to __umoddi3 (compiler generated for 64-bit % 32-bit).josh.macdonald
2007-10-2880col changes.josh.macdonald
2007-10-28ENC_FLUSH -> ENC_INSTRjosh.macdonald
2007-10-28Reformat for 80 cols. Allow -S djwN where N is 0-9. Defaultjosh.macdonald
2007-10-28Comments.josh.macdonald
2007-10-28Reformat >80col lines. 32-bit build/test fixes.josh.macdonald
2007-10-27Cleanups on cygwin.josh.macdonald
2007-10-27Fixes for linux build.josh.macdonald
2007-10-21Comments and build with speed_test.ccjosh.macdonald
2007-10-21New speed tes.tjosh.macdonald
2007-10-20working on inline functionsjosh.macdonald
2007-10-10Recognize -S none.josh.macdonald
2007-10-10Removes NODECOMPRESSIZE.josh.macdonald
2007-10-103.0r releasejosh.macdonald
2007-09-29Fixes DJW_MAX_CODELEN problem, which caused move-to-front calculationsjosh.macdonald
2007-09-29Build fix for MSVC++josh.macdonald
2007-09-29Adds a test that triggers the assertion failure in djw_build_prefix,josh.macdonald
2007-09-24Add example by Ralf Junker, who has given me permission to distribute.josh.macdonald
2007-09-22Fixes:josh.macdonald
2007-09-13Fix secondary compression for recode. Now able to reproduce doytchin's josh.macdonald