summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-internal.h
AgeCommit message (Collapse)Author
2015-10-06Correct XD3_MAXSRCWINSZJosh MacDonald
2015-09-29Merge from HEADJosh MacDonald
2015-07-16Add printf tests, to be sure about mingw apparently false warningsJosh MacDonald
2015-07-12XD3_WIN32: Handle size_t case in printf; avoid setting XD3_POSIX in MakefileJosh MacDonald
2015-07-08Build for mingw, work underwayJosh MacDonald
2015-05-03Move three definitions to make them visible from regtestJoshua MacDonald
2015-03-30Update Copyright datesJoshua MacDonald
2015-03-10Functions out of macros for xd3_decode_offset, to address warnings created ↵Joshua MacDonald
by new definition of xoff_t
2014-10-28Added 64-bit checksum for largewindow support; not readyJosh MacDonald
2014-10-25Checksum test cleanups & devJosh MacDonald
2014-10-23checksum_test is working (apparently)Josh MacDonald
2014-10-18Some -Wconversion cleanupsJosh MacDonald
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