Age | Commit message (Expand) | Author |
2008-04-19 | Straighten up the logic for calling xd3_merge_inputs in both | josh.macdonald |
2008-04-15 | Fixes for issue 70. The test inputs tickled a case where the | josh.macdonald |
2008-04-09 | Add mechanism for processing merge arguments in order, memory | josh.macdonald |
2008-04-02 | merge command now successfully rewrites a single input. success! | josh.macdonald |
2008-04-02 | Merge command passes its first smoke test, reproduces a delta by | josh.macdonald |
2008-03-31 | Implement more of "xdelta3 merge" command. Compile fixes. | josh.macdonald |
2008-03-14 | Fix for issue 67, test now fails as root with an error message. | josh.macdonald |
2008-02-11 | Can't explain how the usize_t->uint32_t changes here solve the problem | josh.macdonald |
2007-12-28 | Fix for DJGPP (1/4)? | josh.macdonald |
2007-12-28 | Fixes issue 58. Incorrect looping condition in xd3_smatch() caused | 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 | Fix. | josh.macdonald |
2007-12-17 | Patches for Makefile.mingw and xdelta3.h comments, work on "merge" | josh.macdonald |
2007-12-15 | Patches for mingw. | josh.macdonald |
2007-12-15 | Compile on OS X, better implementation of UNALIGNED_OK=0 small checksum. | josh.macdonald |
2007-12-14 | Add skeleton for "merge" command. | josh.macdonald |
2007-12-14 | Fix another snprintf issue. (Wish I had "patch" on my cygwin box... Wish | josh.macdonald |
2007-12-14 | Fix a few more uint uses. | josh.macdonald |
2007-12-14 | Replace uint with usize_t, more portable. | josh.macdonald |
2007-12-14 | Fixes for Win32 and vsnprintf. | josh.macdonald |
2007-12-14 | 80-col fixes. | josh.macdonald |
2007-12-14 | Implement UNALIGNED_OK for xd3_small_cksum_update, hoping to fix | josh.macdonald |
2007-12-13 | A few cleanups -- xd3_scksum should have been using uint32_t, but I | josh.macdonald |
2007-12-07 | Release 3.0t | josh.macdonald |
2007-12-07 | Patches from A. Mennucc for Debian. Fixing makfile for Cygwin | josh.macdonald |
2007-12-06 | Adjust the low-end range for command_line_arguments unittest. I wish this | josh.macdonald |
2007-12-05 | Fix bug in xd3_set_source, the optimization for shiftby/maskby were | josh.macdonald |
2007-12-02 | Fix recode, recode test. | josh.macdonald |
2007-12-02 | Fix an off-by-one bug lurking in the array initialization | josh.macdonald |
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 |
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 |