summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-decode.h
AgeCommit message (Expand)Author
2007-12-27Adding more support for "merge" command.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-11Compile with g++ 3.4.4 and add C++ checksum_test.ccjosh.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-09-29Adds a test that triggers the assertion failure in djw_build_prefix,josh.macdonald
2007-09-22Fixes:josh.macdonald
2007-09-13Fix secondary compression for recode. Now able to reproduce doytchin's josh.macdonald
2007-09-12Add "xdelta3 recode" function, which is currently outputing incorrectjosh.macdonald
2007-03-24Rename #define P to #define DPjosh.macdonald
2007-02-11Fixes bugs in XDELTA environment variable.josh.macdonald
2007-02-08Python swig module working with xd3_encode_memory(), xd3_decode_memory(),josh.macdonald
2007-02-04Decoder memory error, related to secondary compression, fixed. Valgrind josh.macdonald
2007-02-01Fixes build on Cygwin, some work on -regtest.pyjosh.macdonald
2007-01-29Updates on G:josh.macdonald
2006-09-24Move the decode routines. There is a decoder bug past >4GB, but no codedotdotisdead