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