History log of /external/bsdiff/extents.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
437b7afd23768d737055fa70b79f5f2f714583a5 15-Oct-2015 Alex Deymo <deymo@google.com> bspatch: Re-enable extents support.

With the implementation of the ExtentsFile, we can now use the
FileInterface from bspatch to read and write files. This patch
re-enables the extent argument support and adds unittests for the
argument parsing.

Bug: 24478450
Test: make all test && ./unittest

Change-Id: If6837f250df10c24d3ff96f7ad8f0e0d98126788
/external/bsdiff/extents.cc
20891f9c246ec36e6c148579522ac00051b64457 13-Oct-2015 Alex Deymo <deymo@google.com> Convert C sources to C++.

To help refactoring the FILE* access behind an interface and better
integrate with unittest code, this patch moves the C sources to C++.
Minor changes to make this conform to C++ were included.

Bug: 24478450
Test: `make all test && ./unittests`; mm

Change-Id: I27d7fb0660efc18ea0cb84ff544c9dd9c4803050
/external/bsdiff/extents.cc