summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
AgeCommit message (Collapse)Author
2007-12-14Replace uint with usize_t, more portable.josh.macdonald
2007-12-14Fixes for Win32 and vsnprintf.josh.macdonald
2007-12-1480-col fixes.josh.macdonald
2007-12-14Implement UNALIGNED_OK for xd3_small_cksum_update, hoping to fix josh.macdonald
test failure on Xscale/ARM platform.
2007-12-07Patches from A. Mennucc for Debian. Fixing makfile for Cygwinjosh.macdonald
conditional compilation, which is irregular.
2007-12-02Fix recode, recode test.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
to DJW and compiler optimization level. Mysterious.
2007-11-26The rabin-karp checksum looks better in testing but doesn't reallyjosh.macdonald
seem to improve things in practice. Removed HASH_PRIME.
2007-11-11Compile with g++ 3.4.4 and add C++ checksum_test.ccjosh.macdonald
2007-11-10Adds output regarding inefficient copy instructions to "printdelta".josh.macdonald
Adds crude inefficiency check to xd3_smatch(), preventing 4-byte matches if (here-addr) >= 2^14 and 5-byte matches if (here-addr) >= 2^21. Nice improvement.
2007-11-09Release 3.0sjosh.macdonald
2007-10-29Restore old secondary djw defaults.josh.macdonald
2007-10-29Add a new fastest, fastest->faster (-2)josh.macdonald
2007-10-28Eliminate calls to __umoddi3 (compiler generated for 64-bit % 32-bit).josh.macdonald
More 80col reformatting.
2007-10-2880col changes.josh.macdonald
2007-10-28Reformat for 80 cols. Allow -S djwN where N is 0-9. Defaultjosh.macdonald
(for -S djw) is 3. -S djw9 enables multi-group huffman for all three sections. -S djw3 enables single-group huffman for all three sections. 1-2 are single data-only, 3-4 are single data+inst, 5-6 are single data+inst+addr, 7, 8, 9 enable multi-group huffman for the three sections in order.
2007-10-28Reformat >80col lines. 32-bit build/test fixes.josh.macdonald
2007-10-21Comments and build with speed_test.ccjosh.macdonald
2007-10-20working on inline functionsjosh.macdonald
2007-10-10Recognize -S none.josh.macdonald
2007-10-10Removes NODECOMPRESSIZE.josh.macdonald
2007-10-103.0r releasejosh.macdonald
2007-09-29Build fix for MSVC++josh.macdonald
2007-09-13Fix secondary compression for recode. Now able to reproduce doytchin's josh.macdonald
bug report by recoding an FGK as a DJW.
2007-09-12The "recode" command sets command-line secondary compression flags in the ↵josh.macdonald
recode stream.
2007-09-12Fixes xdelta recode command, but does not implement adler32, source josh.macdonald
info, app header, etc.
2007-09-12Add "xdelta3 recode" function, which is currently outputing incorrectjosh.macdonald
VCDIFF windows.
2007-03-25Add MSI build, Makefile wix rules.josh.macdonald
2007-03-24Release 3.0q sourcejosh.macdonald
2007-03-24Allow read-sharing for WIN32 CreateFile()josh.macdonald
2007-03-24Do not buffer stderr on Windows.josh.macdonald
2007-03-24Use 1024 instead of 1000 for KB/MB/GB calculations.josh.macdonald
2007-03-24Rename #define P to #define DPjosh.macdonald
2007-02-18pre 3.0p, all tests passjosh.macdonald
2007-02-18remove PROMOTE, SSMATCH, TRYLAZY, raise default IOPT_SIZEjosh.macdonald
2007-02-18raise default sprevsz, add command-line flag -P to setjosh.macdonald
2007-02-17generic encode tables compiled in setup.py; comments on HARDMAXWINSZ; more ↵josh.macdonald
winsize tests
2007-02-13Adds xd3_flags for setting compression level in xd3_encode_memory().josh.macdonald
2007-02-12Fix and recomment xd3_srcwin_move_point() after changes in SVN 127 to use ↵josh.macdonald
src->blksize as the advance size.
2007-02-11Fixes bugs in XDELTA environment variable.josh.macdonald
Removes stream.srcwin_size variable, uses stream.src->blksize instead, to address performance regression from xdelta1. Changes the order of checksum computation to be like xdelta1, insert checksums in reverse to give preference to earlier matches. Removes svn:executable from files.
2007-02-08Bugfix XDELTA environment var.josh.macdonald
2007-02-08XDELTA environment variable lets you do stuff like this:josh.macdonald
XDELTA="-s source-dir.tar" tar --use-compress-program=xdelta3 -cf - target-dir
2007-02-08Make "option ignored" less verbose.josh.macdonald
2007-02-08Python swig module working with xd3_encode_memory(), xd3_decode_memory(),josh.macdonald
and xd3_main_cmdline(). module added to xdelta3-regtest.py run-length experiments. XD3_INVALID_INPUT code added to distinguish decoder errors from invalid stream-states. xdelta3-test.py unittest added for python module. xd3_encode_memory() now limits config.winsize to <= 1MB: xd3_process_memory() now properly splits the input buffer into windows.
2007-02-07Ready to release 3.0o. Still working on swig.josh.macdonald
2007-02-07Update FASTEST, DEFAULT compression level. Comments.josh.macdonald
2007-02-07Fixes print commands on Windows, the needed GetStartupInfo() and ↵josh.macdonald
stdin/stdout handles set after the change in 112 (missing its comment) which converts the print commands to use snprintf() and the default I/O routines. Addresses issue 14.
2007-02-06(no commit message)josh.macdonald
2007-02-04Cleanup www (it's on the code.google.com/p/xdelta/wiki/list now). josh.macdonald
Rekey.