Age | Commit message (Expand) | Author |
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 |
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-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 | 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-07 | Patches from A. Mennucc for Debian. Fixing makfile for Cygwin | 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-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-10-29 | Restore old secondary djw defaults. | josh.macdonald |
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 |
2007-10-28 | 80col changes. | josh.macdonald |
2007-10-28 | Reformat for 80 cols. Allow -S djwN where N is 0-9. Default | 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-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 | Build fix for MSVC++ | josh.macdonald |
2007-09-13 | Fix secondary compression for recode. Now able to reproduce doytchin's | 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 | Add MSI build, Makefile wix rules. | 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 |
2007-02-18 | pre 3.0p, all tests pass | josh.macdonald |
2007-02-18 | remove PROMOTE, SSMATCH, TRYLAZY, raise default IOPT_SIZE | josh.macdonald |
2007-02-18 | raise default sprevsz, add command-line flag -P to set | josh.macdonald |
2007-02-17 | generic encode tables compiled in setup.py; comments on HARDMAXWINSZ; more wi... | josh.macdonald |
2007-02-13 | Adds xd3_flags for setting compression level in xd3_encode_memory(). | josh.macdonald |