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