summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-internal.h
AgeCommit message (Collapse)Author
2015-03-10Functions out of macros for xd3_decode_offset, to address warnings created ↵Joshua MacDonald
by new definition of xoff_t
2014-03-09Fix issue in xd3_encode_memory causing error when IOPT buffer capacity ↵josh.macdonald
reached and a copy reaches the end-of-source, causing unexpected request for second source block. New tests to cover this case. Removed the IOPT limit in xd3_encode_memory (improves compression). Doubles sizing of the large-checksum hash table (fewer collisions, better compression).
2013-05-13Repair and improve the regtestjosh.macdonald
2013-01-21Revert to r386; prepare 3.0.6 releasejosh.macdonald
2013-01-20Partial Win64 build fixes.josh.macdonald
2013-01-20Fix regression in SVN 376 (3.0.5)josh.macdonald
2012-11-17Make -B a size_t, build and test w/ -m64josh.macdonald
2012-08-19Build for Win7 x64josh.macdonald
2012-07-15Compiles on gcc-4.6josh.macdonald@gmail.com
2012-06-27Fix a few more string shenanigans. Basic tests in WIN32, builds in cygwin too.josh.macdonald@gmail.com
Comments out Python/Swig, will make them conditional later (I can't figure this out).
2012-06-27remove strcat, sprintfjosh.macdonald
2012-06-17Issue 120: compile with -pedanticjosh.macdonald
2012-06-16Include testing/regtest.cc in Makefile.amjosh.macdonald
2012-06-16Updates for iOS build, Automake setupjosh.macdonald