Age | Commit message (Expand) | Author |
2008-09-07 | Fixes two merge bugs: | josh.macdonald |
2008-07-10 | Adds a test for the fix for issue 70. The new regression test | josh.macdonald |
2008-07-08 | Add testing for move/copy mutators. | josh.macdonald |
2008-07-03 | Test for encode/decode w/ single first-byte difference. Uncovered a couple of | josh.macdonald |
2008-04-22 | Install a proper fix for the looping problem in issue 70. Needs better testing | josh.macdonald |
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 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-02-11 | Can't explain how the usize_t->uint32_t changes here solve the problem | 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-15 | Compile on OS X, better implementation of UNALIGNED_OK=0 small checksum. | 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 | 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 | 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 | 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-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-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-21 | Comments and build with speed_test.cc | josh.macdonald |
2007-10-20 | working on inline functions | josh.macdonald |
2007-09-29 | Adds a test that triggers the assertion failure in djw_build_prefix, | josh.macdonald |
2007-09-22 | Fixes: | 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-24 | Rename #define P to #define DP | josh.macdonald |
2007-02-19 | cleanup regtest 400 test | josh.macdonald |