1. f3e8a2c Close the handle when the condition is met and return to prevent resource leaks by wuhaitao3 · 2 years, 8 months ago
  2. f79d4f8 Fix merge sequence failure due to XOR conversion by Kelvin Zhang · 2 years, 9 months ago
  3. 8fffea9 Lint: Initialize variables, log variables on error by Kelvin Zhang · 2 years, 9 months ago
  4. eede4c8 Adding error for when overlayfs is enabled in OTA by Daniel Zheng · 2 years, 10 months ago
  5. a4b7ba6 Refactor for ISnapshotWriter removal. by David Anderson · 3 years ago
  6. cf29915 Mark source partition as writable before writing corrected bits by Kelvin Zhang · 2 years, 10 months ago
  7. 8144b25 Refactor for new libsnapshot_cow API. by David Anderson · 3 years ago
  8. f978480 Revert ResetUpdateProgress behavior by Daniel Zheng · 2 years, 11 months ago
  9. 430852d Properly report an error for download action write errors by Kelvin Zhang · 2 years, 11 months ago
  10. 996766a Prefer vendor prop when fetching ab partition list by Kelvin Zhang · 3 years ago
  11. 5b00dc5 Move FinishedSnapshotWrites call to filesystem verifier by Kelvin Zhang · 2 years, 11 months ago
  12. 5eece04 Make checkpointing atomic by Daniel Zheng · 3 years ago
  13. e47767a Reduce VABC memory usage by Kelvin Zhang · 3 years ago
  14. 7dd5a5e Do not skip copying in place block if source corrupted by Kelvin Zhang · 3 years ago
  15. a3a68a9 Fix partial read failure on last block of src partition by Kelvin Zhang · 3 years ago
  16. 67144e5 Fix S to T incremental OTA with XOR disabled by Kelvin Zhang · 3 years, 1 month ago
  17. d795875 Move all copy write processing to later in pipeline by Kelvin Zhang · 3 years, 1 month ago
  18. 9fc62b8 Added a field to set enable_vabc by Daniel Zheng · 3 years, 1 month ago
  19. 0a6ac9f Fix plain VAB OTA failure by Kelvin Zhang · 3 years, 1 month ago
  20. bfa1041 Fix cow size estimation of --vabc-none by Kelvin Zhang · 3 years, 1 month ago
  21. a7407b5 Rename update_device.py's --disable-vabc param by Kelvin Zhang · 3 years, 1 month ago
  22. 24287c3 Don't unmap partitions if they weren't mapped by Kelvin Zhang · 3 years, 1 month ago
  23. 1bcd7d7 Fix rollback detection by Kelvin Zhang · 3 years, 2 months ago
  24. 701cb6f Fixed infinite loop inside verity write and --disable_fec_computation by Daniel Zheng · 3 years, 2 months ago
  25. bdba354 Reject SPL downgrade for locked bootlaoders by Kelvin Zhang · 3 years, 2 months ago
  26. 6bef490 Add cli option to enable multi-threaded compression by Kelvin Zhang · 3 years, 2 months ago
  27. cb9932f Fix xor writer failure by Kelvin Zhang · 3 years, 3 months ago
  28. 9dbdcfb Remove log spams from update_engine by Kelvin Zhang · 3 years, 3 months ago
  29. 6c05706 Fix crashes when OTA install fails on non-VABC partition by Kelvin Zhang · 3 years, 3 months ago
  30. 3efb3f2 Verity writes propogate progress report by Daniel Zheng · 3 years, 4 months ago
  31. d4806f8 Changed new_cow_size var type to auto to prevent overflow. by Daniel Zheng · 3 years, 4 months ago
  32. 263a540 Skip postinstall mount check if we already completed postinstall by Kelvin Zhang · 3 years, 4 months ago
  33. 49170aa Fsync data after writing prefs by Kelvin Zhang · 3 years, 5 months ago
  34. ab15beb Remove unnecessary partition re-maps by Kelvin Zhang · 3 years, 5 months ago
  35. fc81688 Support overwriting existing signatures when signing OTA by Kelvin Zhang · 3 years, 5 months ago
  36. bd16b01 Changed EncodeFEC to compute in incremental steps allowing OTA to be by Daniel Zheng · 3 years, 7 months ago
  37. d11e2fc Move some SOURCE_COPY op processing out of Init() function by Kelvin Zhang · 3 years, 6 months ago
  38. 1528f92 libsnapshot: CowWriter - AddCopy API change by Akilesh Kailash · 3 years, 6 months ago
  39. 32a1604 Add Fd() method to file descriptor wrapper by Kelvin Zhang · 3 years, 7 months ago
  40. 42f81b8 Checkpoint update progress before pausing by Kelvin Zhang · 3 years, 7 months ago
  41. 4565a2e Moving cow_size_updates to before partitions are parsed. by Daniel Zheng · 3 years, 7 months ago
  42. 730ae9b added disable_vabc field to install_plan by Daniel Zheng · 3 years, 8 months ago
  43. 3e881aa Initialized unitialized variables. by Daniel Zheng · 3 years, 7 months ago
  44. da4f729 added .clangd config file. initialized uninitialized variables by Daniel Zheng · 3 years, 8 months ago
  45. 862c46c Also skip SPL check for empty SPL strings by Kelvin Zhang · 3 years, 8 months ago
  46. a10fd5a Skip SPL check if OTA doesn't contain SPL information by Kelvin Zhang · 3 years, 8 months ago
  47. cfc531f Add security patch level to update manifest by Kelvin Zhang · 3 years, 8 months ago
  48. 5b14582 Take partition size into account when reporting progress by Kelvin Zhang · 3 years, 9 months ago
  49. 1c4b981 Fix S and T mixed build OTA by Kelvin Zhang · 4 years ago
  50. 91e839c Support incremental OTA in ota_extractor by Kelvin Zhang · 4 years ago
  51. b936892 pread() data into memory instead of lazily mmap everything by Kelvin Zhang · 4 years, 1 month ago
  52. dc122bc Only verify source hash if there is one by Kelvin Zhang · 4 years, 1 month ago
  53. b5bd075 Verify hashes of source copy blocks at install time by Kelvin Zhang · 4 years, 1 month ago
  54. e4bffe6 Fix crash when hash tree isn't enabled but verity is by Kelvin Zhang · 4 years, 1 month ago
  55. 636ba2f Support streaming for lz4 recompress by Kelvin Zhang · 4 years, 2 months ago
  56. 1df000a Cleanup dangling mount on update_engine start by Kelvin Zhang · 4 years, 2 months ago
  57. 9792f08 Add UnownedCacheFileDescriptor by Kelvin Zhang · 4 years, 3 months ago
  58. 1a0ed71 Use raw pointer instead of shared_ptr by Kelvin Zhang · 4 years, 3 months ago
  59. 243d2a1 Use return value to report error instead of abort() by Kelvin Zhang · 4 years, 3 months ago
  60. e54dac6 Fix use-after-scope. by Florian Mayer · 4 years, 3 months ago
  61. 84fe9da Use ErrnoNumberAsString from libbase by Colin Cross · 4 years, 4 months ago
  62. cb2dc88 Preliminary support for lz4diff + EROFS parsing by Kelvin Zhang · 4 years, 5 months ago
  63. 26b82b1 Fix cpplint issues by Colin Cross · 4 years, 4 months ago
  64. 893b3a1 Add unittest for lz4diff postfix feature by Kelvin Zhang · 4 years, 4 months ago
  65. ddc2580 Dump build info about target build when installing OTA by Kelvin Zhang · 4 years, 4 months ago
  66. 77804b4 Gracefully return an error if cow reader failed by Kelvin Zhang · 4 years, 4 months ago
  67. 446989a Add parser for EROFS file data by Kelvin Zhang · 4 years, 4 months ago
  68. f67dc49 Add install op types for lz4diff by Kelvin Zhang · 4 years, 4 months ago
  69. 02fe662 Add integration test for XOR ops by Kelvin Zhang · 4 years, 6 months ago
  70. 3e6e7df If the blocks are not overlapping, write by Akilesh Kailash · 4 years, 5 months ago
  71. c14676a Write CowReplace blocks in batch by Kelvin Zhang · 4 years, 6 months ago
  72. 3fe4964 Add UpdateAttempterIntegrationTesting by Kelvin Zhang · 4 years, 7 months ago
  73. cc04de7 Make XzEtentWriter::Init() idempotent by Kelvin Zhang · 4 years, 7 months ago
  74. 1304fe7 Allow UpdateAttempterAndroid to override otacerts path by Kelvin Zhang · 4 years, 7 months ago
  75. df3c195 Move unittest constants to header by Kelvin Zhang · 4 years, 7 months ago
  76. 0af0122 Only enable zucchini on a subset of files by Kelvin Zhang · 4 years, 7 months ago
  77. ed3863c Initialize writer before executing zucchini ops by Kelvin Zhang · 4 years, 7 months ago
  78. 5d74b72 Only write merge sequence if XOR is enabled by Kelvin Zhang · 4 years, 7 months ago
  79. 9e5e1ed Verify sequence ops when finish writing InstallOps by Kelvin Zhang · 4 years, 7 months ago
  80. 82161a6 Write blocks in increasing order if src/dst extent start at same block by Kelvin Zhang · 4 years, 7 months ago
  81. d1f90bc Fix a bug where merge sequence is incorrect by Kelvin Zhang · 4 years, 7 months ago
  82. 06e654a Attempt to mount block device even if postinstall is disabled by Kelvin Zhang · 4 years, 7 months ago
  83. c5803b7 Add update_engine_host_unittests by Kelvin Zhang · 4 years, 8 months ago
  84. f4502bb Add option to override minor version by Tianjie · 4 years, 7 months ago
  85. 1f658cc Support zucchini patch by Tianjie · 4 years, 8 months ago
  86. 23dfcd2 Make InstallOpExecutor take in unique_ptr by Kelvin Zhang · 4 years, 8 months ago
  87. 76f10b8 Write XOR ops for bsdiff and puffdiff by Kelvin Zhang · 4 years, 10 months ago
  88. 8e0090d Add skeleton for zucchini patch by Tianjie · 4 years, 8 months ago
  89. cf208f2 Only mmap once when executing ZERO install op by Kelvin Zhang · 4 years, 8 months ago
  90. c700169 Add zucchini support in update_engine by Tianjie · 4 years, 8 months ago
  91. a37aafc Write cow merge sequence at beginning of update by Kelvin Zhang · 4 years, 10 months ago
  92. bef99c3 Make sure ExtentRanges don't merge extents by Kelvin Zhang · 4 years, 8 months ago
  93. 20982a5 Implement setShouldSwitchSlotOnReboot and resetShouldSwitchSlotOnReboot by Kelvin Zhang · 4 years, 8 months ago
  94. e95dfee Remove Cros from AOSP update_engine by Kelvin Zhang · 4 years, 9 months ago
  95. af9b9b2 Print better debug messages in extent map by Kelvin Zhang · 4 years, 8 months ago
  96. 9351f5d Implement ExtentLess correctly by Kelvin Zhang · 4 years, 8 months ago
  97. be1c180 Support slot switch API in update_engine_client by Kelvin Zhang · 4 years, 10 months ago
  98. 4bb4920 Add XorExtentWriter by Kelvin Zhang · 4 years, 10 months ago
  99. d567c8b Add Extent map by Kelvin Zhang · 4 years, 10 months ago
  100. a837f00 Add EmitXorBlocks stub to FakeCowWriter by Daniel Rosenberg · 4 years, 10 months ago