Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-10 | Builds on WIN32. | dotdotisdead | |
2006-12-10 | Preliminary WIN32 support. | dotdotisdead | |
2006-09-30 | The 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-28 | Add XDELTA1PATH external compression option. | dotdotisdead | |
2006-09-25 | Cleanups, working on the python module, which has assertion failures. | dotdotisdead | |
2006-09-24 | Cleanups involving xd3_smatcher and soft-config variables. Adds -M memsize | dotdotisdead | |
to allocate larger/smaller source-checksum hash table. | |||
2006-09-24 | Fixes improper use of xd3_emit_size() for header->srcbase. Obviously | dotdotisdead | |
it was a bug: xd3_decode_uint64 was being used while xd3_encode_uint64 was not! | |||
2006-09-24 | Move the decode routines. There is a decoder bug past >4GB, but no code | dotdotisdead | |
changes here. | |||
2006-09-24 | Fixes 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-24 | Fix a bug in xd3_source_extend_match, causing stream->input_position to | dotdotisdead | |
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-24 | Fix a bug, add a test for xd3_source_cksum_offset(). | dotdotisdead | |
2006-08-28 | Finally the encoder passes the 32bit boundary! | dotdotisdead | |
2006-08-27 | Fixes the srcwin_cksum_pos advancement, at least up through the 32bit | dotdotisdead | |
boundary. Adds XD3_TOOFARBACK error code and XD3_INTERNAL for internal errors where asserts won't do. | |||
2006-08-27 | Source snapshot... broken. | dotdotisdead | |