summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-16Create README.mdJoshua MacDonald
I'd write more but ... sleep.
2016-04-02Merge release3_0_apl, changing the license in the 3.1.x release branchJosh MacDonald
2016-03-14Introduce APL LICENSE and notices, remove GNU COPYING and notices. Version ↵Josh MacDonald
3.0.12. (Copyright owner)
2016-02-26Merge branch 'release3_0' into release3_1Josh MacDonald
Removal of xdelta1.
2016-02-26Remove xdelta1 from this repoJosh MacDonald
2016-01-07automake updateJosh MacDonald
2016-01-07Merge remote-tracking branch 'origin/master' into 64bithashJosh MacDonald
2016-01-07AgainJosh MacDonald
2016-01-07Merge remote-tracking branch 'origin/master' into 64bithashJosh MacDonald
2016-01-07Mingw warning fix, update (C)Josh MacDonald
2016-01-07Fix 'make dist'Josh MacDonald
2016-01-06Prepare release 3.1.0Josh MacDonald
2016-01-05-Wformat fixesJosh MacDonald
2016-01-04Build fixes w/ XD3_DEBUG=9 and Clang -WeverythingJosh MacDonald
2016-01-02remove dead fileJosh MacDonald
2016-01-02Merge remote-tracking branch 'origin/master' into 64bithashJosh MacDonald
2015-12-31Merge branch '64bithash' of https://github.com/jmacd/xdelta-devel into 64bithashJosh MacDonald
2015-12-31Restore offset testJosh MacDonald
2015-12-29Fix checksum_test for LLVM/DarwinJoshua MacDonald
2015-12-29(verbose) Print the secondary compression usedJoshua MacDonald
2015-12-29Build on Darwin. Replace xd3_(read|decode|sizeof|emit)_(size|offset) macros ↵Joshua MacDonald
w/ functions.
2015-12-27Merge frmo originJosh MacDonald
2015-12-26Fix build. What happened?Josh MacDonald
2015-12-26Restore 2 block advancement (arbitrary)Josh MacDonald
2015-12-26Merge upstreamJosh MacDonald
2015-12-26Merge branch 'master' of https://github.com/jmacd/xdelta-develJosh MacDonald
2015-12-26Unused did_seek varJosh MacDonald
2015-12-26Misc regtest (Panic, Sort, -S none)Josh MacDonald
2015-12-26Support Panic in the main routineJosh MacDonald
2015-12-26Sum and print summary by source window sizeJoshua MacDonald
2015-12-26Matches 3.0.10 behavior, approximately, insofar as stream.srcwin_cksum_pos; ↵Joshua MacDonald
TODOs added
2015-12-17Record / print decoder time; re-enable offsetTestJoshua MacDonald
2015-12-17Fix incorrect buffer allocation which resulted in cache misses wasting a ↵Joshua MacDonald
page of the cache each access, causing bad I/O performance (long standing bug). Speedup noticeable in decode operations.
2015-12-17Comment / update test results for xd3_srcwin_move_pointJoshua MacDonald
2015-12-12Comment on performance regressionJoshua MacDonald
2015-12-12Print timing stats for dataset testJoshua MacDonald
2015-12-11Add dataset testJoshua MacDonald
2015-12-07One more XD3_TOOFARBACK case handled (regtest.go)Joshua MacDonald
2015-12-07Run offset tests up to the 31bit source window (seeJoshua MacDonald
2015-12-02Fixes regtest.go running against xdelta3 headJoshua MacDonald
2015-11-30Fix typoJoshua MacDonald
2015-11-29Test this on LinuxJoshua MacDonald
2015-11-27Regtest workJoshua MacDonald
2015-11-26Wait for I/O to finish before waiting for subprocesses to exitJoshua MacDonald
2015-11-23Improve error handling; allow two routines to have errors in a successful ↵Joshua MacDonald
test (Empty, which can get bad file descriptor after the process exits, and the Decode-Source writer, since the decoder is not required to read the full source)
2015-11-21New TestGroup.Go method, improved error handlingJoshua MacDonald
2015-11-19Stress testing w/ [64bithash]/.../go/src/regtest.goJoshua MacDonald
2015-11-18Revise threshold in SmallStride testJosh MacDonald
2015-11-17Corrections and typosJosh MacDonald
2015-11-17Simplifies xd3_srcwin_move_point; reads the full max_winsize before starting ↵Joshua MacDonald
to compress (see notes in the corresponding comments); eliminates xd3_stream::frontier_pos; changes as a result, and improvements in testing/regtest.cc; tested on osx-darwin