Doug Zongker 52ae67d659 support for version 2 of block image diffs
In version 2 of block image diffs, we support a new command to load
data from the image and store it in the "stash table" and then
subsequently use entries in the stash table to fill in missing bits of
source data we're not allowed to read when doing move/bsdiff/imgdiff
commands.

This leads to smaller update packages because we can break cycles in
the ordering of how pieces are updated by storing data away and using
it later, rather than not using the data as input to the patch system
at all.  This comes at the cost of the RAM or scratch disk needed to
store the data.

The implementation is backwards compatible; it can still handle the
existing version 1 of the transfer file format.

Change-Id: I7fafe741d86b92d82d46feb2939ecf5a3890dc64
2014-09-08 14:11:48 -07:00
2013-03-07 13:34:24 -08:00
2014-07-10 10:55:07 -07:00
2014-05-09 18:09:28 +00:00
2013-10-10 14:19:19 -07:00
2013-10-10 14:19:19 -07:00
2014-03-14 13:51:39 -07:00
2014-07-10 10:55:07 -07:00
2012-01-10 10:18:17 -08:00
2014-04-25 15:47:34 -07:00
2014-07-10 10:55:07 -07:00
2014-07-10 10:55:07 -07:00
2014-06-06 09:01:57 -07:00
2014-06-06 09:01:57 -07:00
Description
No description provided
102 MiB
Languages
C++ 50.2%
C 43.6%
Makefile 1.9%
Java 1.8%
Roff 1%
Other 1.4%