summaryrefslogtreecommitdiff
path: root/xdelta3
AgeCommit message (Collapse)Author
2006-12-10Release 3.0hdotdotisdead
2006-12-10Adds some comments about LZMA external compression.dotdotisdead
2006-12-10Stack corruption errors: added some room to the arrays.josh.macdonald
2006-12-10Builds on WIN32.dotdotisdead
2006-12-10Preliminary WIN32 support.dotdotisdead
2006-09-30The XD3_INTERNAL in xd3_srcwin_move_point was caused by match_maxaddr dotdotisdead
being reset between windows. This deserves a test, but it's Friday night!
2006-09-28Update command-line summary.dotdotisdead
2006-09-28Add XDELTA1PATH external compression option.dotdotisdead
2006-09-25Oooops.dotdotisdead
2006-09-25Cleanups, working on the python module, which has assertion failures.dotdotisdead
2006-09-24Cleanups for release 3.0g.dotdotisdead
2006-09-24Cleanups involving xd3_smatcher and soft-config variables. Adds -M memsizedotdotisdead
to allocate larger/smaller source-checksum hash table.
2006-09-24Fixes improper use of xd3_emit_size() for header->srcbase. Obviouslydotdotisdead
it was a bug: xd3_decode_uint64 was being used while xd3_encode_uint64 was not!
2006-09-24Move the decode routines. There is a decoder bug past >4GB, but no codedotdotisdead
changes here.
2006-09-24Fixes setting of srcwin_cksum_pos in xd3_srcwin_move_point(), because dotdotisdead
main's getblk now returns XD3_TOOFARBACK for encode. This had been broken several checkins prior, and was causing XD3_INTERNAL at the 4G boundary.
2006-09-24Fix a bug in xd3_source_extend_match, causing stream->input_position todotdotisdead
move backward when a large-cksum collision causes a short match in lazy mode, where there was a small match_back. Reproduce w/ testcases/7.
2006-09-24Fix a bug, add a test for xd3_source_cksum_offset().dotdotisdead
2006-08-28Finally the encoder passes the 32bit boundary!dotdotisdead
2006-08-27Fixes the srcwin_cksum_pos advancement, at least up through the 32bitdotdotisdead
boundary. Adds XD3_TOOFARBACK error code and XD3_INTERNAL for internal errors where asserts won't do.
2006-08-27Source snapshot... broken.dotdotisdead