Age | Commit message (Expand) | Author |
2015-11-10 | test_secondary_lzma_default test depends on SHELL_TESTS | Josh MacDonald |
2015-10-29 | Fix/set default secondary compressor to LZMA if compiled | Josh MacDonald |
2015-07-20 | run_release builds LZMA in each host configuration; relaxes the single-bit er... | Josh MacDonald |
2015-07-18 | run_release builds 32/64bit binaries for 32/64bit on linux and mingw | Josh MacDonald |
2015-07-16 | Add printf tests, to be sure about mingw apparently false warnings | Josh MacDonald |
2015-03-06 | Builds clean Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) | Joshua MacDonald |
2014-10-18 | Remove generic encoding table support | josh.macdonald |
2014-10-12 | Add appheader tests; fix buffer overflow in main_get_appheader | josh.macdonald |
2013-05-13 | Repair and improve the regtest | josh.macdonald |
2013-05-09 | Fix LZMA encoding / decoding | josh.macdonald |
2013-01-21 | Revert to r386; prepare 3.0.6 release | josh.macdonald |
2013-01-21 | fix main_getblk_lru for decode | josh.macdonald |
2013-01-20 | Fix regression in SVN 376 (3.0.5) | josh.macdonald |
2012-08-05 | Build fix for gcc-4.7 | josh.macdonald@gmail.com |
2012-07-19 | Add support for lzma secondary compression (-S lzma) | josh.macdonald |
2012-07-15 | Compiles on gcc-4.6 | josh.macdonald@gmail.com |
2012-06-27 | Fix a few more string shenanigans. Basic tests in WIN32, builds in cygwin too. | josh.macdonald@gmail.com |
2012-06-27 | remove strcat, sprintf | josh.macdonald |
2012-06-16 | Updates for iOS build, Automake setup | josh.macdonald |
2010-11-07 | Whitespace cleanups, comments | josh.macdonald |
2010-11-07 | Further simplify xdelta3-blkcache.h by removing lru_free | josh.macdonald |
2010-08-01 | patch for issue 111, compiles clean under cygwin gcc 4.3.4 too | josh.macdonald@gmail.com |
2010-08-01 | Fixes for win7, especially named pipe handling | josh.macdonald@gmail.com |
2010-02-21 | Fix the handling of external source decompression, which changed in 3.0w | josh.macdonald |
2009-10-26 | Fix the source_decompression test, which tests that appheader overrides compr... | josh.macdonald |
2009-10-26 | This fixes main_getblk_func to supposely work with non-seekable inputs, we'll... | josh.macdonald |
2009-10-25 | Fixes bugs in xd3_srcwin_move_point. | josh.macdonald |
2009-10-25 | Test crashes in recode test w/ "allow_fake_source" support, getting close? | josh.macdonald |
2009-10-25 | Adds xd3_set_source_and_size. | josh.macdonald |
2009-10-25 | Eliminates xd3_source->size, which is an _API Change_. Adds a new requiremen... | josh.macdonald |
2008-09-17 | Compile with | josh.macdonald |
2008-08-08 | Fix error message in main.h | josh.macdonald |
2008-07-03 | Test for encode/decode w/ single first-byte difference. Uncovered a couple of | josh.macdonald |
2008-06-27 | Adds new testing directory for a C++ test, makes xdelta3-test.h compile with ... | josh.macdonald |
2008-06-20 | Add a new test file, add a Mersenne Twister implementation, and | 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-17 | Patches for Makefile.mingw and xdelta3.h comments, work on "merge" | josh.macdonald |
2007-12-15 | Compile on OS X, better implementation of UNALIGNED_OK=0 small checksum. | josh.macdonald |
2007-12-06 | Adjust the low-end range for command_line_arguments unittest. I wish this | 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-13 | (no commit message) | josh.macdonald |
2007-11-07 | A few optimizations: -1 (fastest) is faster than before. -fno-builtin | 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 >80col lines. 32-bit build/test fixes. | josh.macdonald |
2007-10-21 | Comments and build with speed_test.cc | josh.macdonald |