summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.h
AgeCommit message (Expand)Author
2010-11-07Whitespace cleanups, commentsjosh.macdonald
2010-02-15Misc whitespace changes.josh.macdonald
2010-02-07Implement srcwin_maxsz in xd3_source_match_setup(), which preventsjosh.macdonald
2009-11-08Rewrote main_set_source() to delay deciding lru_size (effectivelyjosh.macdonald
2009-11-05Cleanups in xd3_decode_output_halfinst() and xd3_decode_emit().josh.macdonald
2009-11-03Implement (and manually test) main_getblk_func() using FIFO instead ofjosh.macdonald
2009-11-03Fixes for issue 94.josh.macdonald
2009-10-2864-bit xoff_t definitions.josh.macdonald
2009-10-25Adds xd3_set_source_and_size.josh.macdonald
2009-10-25Eliminates xd3_source->size, which is an _API Change_. Adds a new requiremen...josh.macdonald
2009-10-24Move and re-invigorate the regtest, fix 1 harmless compiler warningjosh.macdonald
2009-03-08Testing for issue 79. TODO around xdelta3.c:3926 successful.josh.macdonald
2009-02-12Fixes issue 79, adds more testing.josh.macdonald
2008-09-17Compile with josh.macdonald
2008-09-13Implement adler32 and appheader for merge command.josh.macdonald
2008-09-07Change "q" to "ll" for portability. Issue 41.josh.macdonald
2008-09-07Fixes two merge bugs:josh.macdonald
2008-09-05Solves the issue reported in Issue 36. More merge tests now pass.josh.macdonald
2008-08-16Fixes a error in the test. Merge test passes...???josh.macdonald
2008-07-03Test for encode/decode w/ single first-byte difference. Uncovered a couple ofjosh.macdonald
2008-04-22Install a proper fix for the looping problem in issue 70. Needs better testingjosh.macdonald
2008-04-20It's plausible that this merge code actually works; untested.josh.macdonald
2008-04-09Add mechanism for processing merge arguments in order, memoryjosh.macdonald
2008-03-31Implement more of "xdelta3 merge" command. Compile fixes.josh.macdonald
2008-02-11Can't explain how the usize_t->uint32_t changes here solve the problemjosh.macdonald
2007-12-28Fix for DJGPP (1/4)?josh.macdonald
2007-12-27Adding more support for "merge" command.josh.macdonald
2007-12-17Call main_input() recursively for main_merge_arguments.josh.macdonald
2007-12-17Patches for Makefile.mingw and xdelta3.h comments, work on "merge"josh.macdonald
2007-12-15Patches for mingw.josh.macdonald
2007-12-14Replace uint with usize_t, more portable.josh.macdonald
2007-12-14Implement UNALIGNED_OK for xd3_small_cksum_update, hoping to fix josh.macdonald
2007-12-07Patches from A. Mennucc for Debian. Fixing makfile for Cygwinjosh.macdonald
2007-12-02Fix recode, recode test.josh.macdonald
2007-11-26The rabin-karp checksum looks better in testing but doesn't reallyjosh.macdonald
2007-11-07A few optimizations: -1 (fastest) is faster than before. -fno-builtinjosh.macdonald
2007-10-29Restore old secondary djw defaults.josh.macdonald
2007-10-29Add a new COMPLEVEL_1, previous -1 becomes -2.josh.macdonald
2007-10-29Add a new fastest, fastest->faster (-2)josh.macdonald
2007-10-29Use maskby/shiftby when source->size <= source->blksize, which helpsjosh.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-10-28ENC_FLUSH -> ENC_INSTRjosh.macdonald
2007-10-28Reformat for 80 cols. Allow -S djwN where N is 0-9. Defaultjosh.macdonald
2007-10-28Reformat >80col lines. 32-bit build/test fixes.josh.macdonald
2007-10-27Cleanups on cygwin.josh.macdonald
2007-10-27Fixes for linux build.josh.macdonald
2007-10-21Comments and build with speed_test.ccjosh.macdonald
2007-10-10Removes NODECOMPRESSIZE.josh.macdonald
2007-09-13Fix secondary compression for recode. Now able to reproduce doytchin's josh.macdonald