- 5a6e32b update_engine: factor out source_copy method by Daniel Zheng · 1 year, 5 months ago
- 17be0f9 update_engine: remove unused variable by Daniel Zheng · 1 year, 7 months ago
- 49c06b2 Disable XOR ops if compression is set to none by Kelvin Zhang · 1 year, 8 months ago
- b1c0524 Handle errors on partition close by Kelvin Zhang · 1 year, 8 months ago
- a4b7ba6 Refactor for ISnapshotWriter removal. by David Anderson · 2 years, 3 months ago
- 7dd5a5e Do not skip copying in place block if source corrupted by Kelvin Zhang · 2 years, 3 months ago
- a3a68a9 Fix partial read failure on last block of src partition by Kelvin Zhang · 2 years, 4 months ago
- 67144e5 Fix S to T incremental OTA with XOR disabled by Kelvin Zhang · 2 years, 4 months ago
- d795875 Move all copy write processing to later in pipeline by Kelvin Zhang · 2 years, 5 months ago
- d11e2fc Move some SOURCE_COPY op processing out of Init() function by Kelvin Zhang · 2 years, 10 months ago
- 1528f92 libsnapshot: CowWriter - AddCopy API change by Akilesh Kailash · 2 years, 10 months ago
- 1c4b981 Fix S and T mixed build OTA by Kelvin Zhang · 3 years, 4 months ago
- dc122bc Only verify source hash if there is one by Kelvin Zhang · 3 years, 5 months ago
- b5bd075 Verify hashes of source copy blocks at install time by Kelvin Zhang · 3 years, 5 months ago
- 02fe662 Add integration test for XOR ops by Kelvin Zhang · 3 years, 9 months ago
- 3e6e7df If the blocks are not overlapping, write by Akilesh Kailash · 3 years, 9 months ago
- c14676a Write CowReplace blocks in batch by Kelvin Zhang · 3 years, 9 months ago
- 5d74b72 Only write merge sequence if XOR is enabled by Kelvin Zhang · 3 years, 10 months ago
- 9e5e1ed Verify sequence ops when finish writing InstallOps by Kelvin Zhang · 3 years, 10 months ago
- 82161a6 Write blocks in increasing order if src/dst extent start at same block by Kelvin Zhang · 3 years, 11 months ago
- d1f90bc Fix a bug where merge sequence is incorrect by Kelvin Zhang · 3 years, 11 months ago
- 76f10b8 Write XOR ops for bsdiff and puffdiff by Kelvin Zhang · 4 years, 1 month ago
- 8e0090d Add skeleton for zucchini patch by Tianjie · 4 years ago
- a37aafc Write cow merge sequence at beginning of update by Kelvin Zhang · 4 years, 2 months ago
- e52b6cd Refactor both PartitionWriter and VABCPartitionWriter by Kelvin Zhang · 4 years, 6 months ago
- ab3ce60 Refactor ECC related code to a separate class by Kelvin Zhang · 4 years, 6 months ago
- 4430ea5 Only skip CowCopy ops with same src/dst block by Kelvin Zhang · 4 years, 5 months ago
- 6a4d1ec Check for null of cow_writer_ before call Finalize() by Kelvin Zhang · 4 years, 6 months ago
- 47c7d7f Skip SOURCE_COPY with same src/dst extent by Kelvin Zhang · 4 years, 8 months ago
- 52cb1d7 Handle resume of VABC updates by emitting labels by Kelvin Zhang · 4 years, 10 months ago
- 3f60d53 Don't use unix open() syscall on VABC partitions by Kelvin Zhang · 4 years, 9 months ago
- ec205cf Use FileDescriptorPtr to implement async reads in verify stage by Kelvin Zhang · 4 years, 10 months ago
- 59928f1 Revert "Handle resume of VABC updates by emitting labels" by Kelvin Zhang · 4 years, 9 months ago
- 4b28024 Rename PReadAll/PWriteAll for file descriptor ptr to ReadAll/WriteAll by Kelvin Zhang · 4 years, 9 months ago
- 7a26575 Estimate COW image size during OTA generation by Kelvin Zhang · 4 years, 9 months ago
- 24599af Handle resume of VABC updates by emitting labels by Kelvin Zhang · 4 years, 10 months ago
- 9b10dba Implement VABCPartitionWriter by Kelvin Zhang · 4 years, 11 months ago
- 94f51cc Add a skeleton class for VABCPartitionWriter by Kelvin Zhang · 4 years, 11 months ago