1. 0215aa7 update_engine: use ; delimiter by Daniel Zheng · 9 months ago
  2. 31d9e55 update_engine: add new headers by Daniel Zheng · 10 months ago
  3. 5749798 update_engine: change notication order by Daniel Zheng · 10 months ago
  4. e70fa76 Add debug logs to understand slow update start issue by Kelvin Zhang · 10 months ago
  5. 7ff60fd update_engine: log network ID by Daniel Zheng · 1 year, 4 months ago
  6. 19acf4f Move FinishedSnapshotWrites call back to PostinstallRunnerAction by Kelvin Zhang · 1 year, 4 months ago
  7. 944cdac Add support to disable multi-threaded compression at install time by Kelvin Zhang · 1 year, 5 months ago
  8. be0a349 Add specific error codes to enable better error handling by Kelvin Zhang · 1 year, 6 months ago
  9. 1815c4d Add error check for GetCurrentSlot by Kelvin Zhang · 1 year, 7 months ago
  10. 85a6d99 Allow on device spl downgrade check to be bypassed by Kelvin Zhang · 1 year, 7 months ago
  11. 1302050 Print full build fingerprint after OTA update by Kelvin Zhang · 1 year, 10 months ago
  12. eede4c8 Adding error for when overlayfs is enabled in OTA by Daniel Zheng · 2 years ago
  13. 2f6c25a Replace usage of base::Callback with std::function by Kelvin Zhang · 1 year, 11 months ago
  14. 92f7d17 Replacing Brillo Error by Daniel Zheng · 1 year, 11 months ago
  15. abb082f Check for metadata hash if specified by Kelvin Zhang · 2 years, 1 month ago
  16. f92fe25 Reset slot switch before deleting snapshots by Kelvin Zhang · 2 years, 2 months ago
  17. 9fc62b8 Added a field to set enable_vabc by Daniel Zheng · 2 years, 2 months ago
  18. a7407b5 Rename update_device.py's --disable-vabc param by Kelvin Zhang · 2 years, 2 months ago
  19. 1bcd7d7 Fix rollback detection by Kelvin Zhang · 2 years, 3 months ago
  20. 6bef490 Add cli option to enable multi-threaded compression by Kelvin Zhang · 2 years, 3 months ago
  21. 6e4f345 Suppress uninitialized value warnings. by Chih-Hung Hsieh · 2 years, 5 months ago
  22. 32a73a9 Throttle metric writing by 3 seconds by Kelvin Zhang · 2 years, 5 months ago
  23. 263a540 Skip postinstall mount check if we already completed postinstall by Kelvin Zhang · 2 years, 5 months ago
  24. f844198 Skip filesystem verification if it's already done by Kelvin Zhang · 2 years, 6 months ago
  25. e76cf56 Clear completion marker upon resetting slot switch by Daniel Zheng · 2 years, 6 months ago
  26. c54c996 Reset libsnapshot states before applying a new update by Kelvin Zhang · 2 years, 7 months ago
  27. 3cc4fa3 Add a header value for configure max downlaod retry count by Kelvin Zhang · 2 years, 8 months ago
  28. 730ae9b added disable_vabc field to install_plan by Daniel Zheng · 2 years, 9 months ago
  29. da4f729 added .clangd config file. initialized uninitialized variables by Daniel Zheng · 2 years, 9 months ago
  30. cfc531f Add security patch level to update manifest by Kelvin Zhang · 2 years, 9 months ago
  31. 98cb8f7 Add payload prop to set custom proxy URL by Kelvin Zhang · 2 years, 10 months ago
  32. c7a1d1f Remove ProxyResolver from update_engine by Kelvin Zhang · 2 years, 10 months ago
  33. 42c2d55 Cleanup DAP state before installing new OTA by Kelvin Zhang · 2 years, 10 months ago
  34. ff5380b Fully reset update state during ResetStatus() call by Kelvin Zhang · 3 years, 2 months ago
  35. 1304fe7 Allow UpdateAttempterAndroid to override otacerts path by Kelvin Zhang · 3 years, 8 months ago
  36. 20982a5 Implement setShouldSwitchSlotOnReboot and resetShouldSwitchSlotOnReboot by Kelvin Zhang · 3 years, 9 months ago
  37. 7f8f2ab Add stub implementation for APIs to switch slot by Tianjie · 3 years, 10 months ago
  38. a43d6e8 Detect rollback and cleanup space allocated for apex by Kelvin Zhang · 4 years ago
  39. d6fd682 Only call InitAfterReboot if we detect a device reboot by Kelvin Zhang · 4 years ago
  40. 4061c51 Refactor UpdatePrefsAndReportUpdateMetricsOnReboot by Kelvin Zhang · 4 years ago
  41. b5c07bf Clean up reserved space for decompression when OTA cancelled by Mohammad Samiul Islam · 4 years, 3 months ago
  42. 8660347 ResetStatus if update_engine boot in different slot but same build by Kelvin Zhang · 4 years ago
  43. 9a5e368 Report metrics on whether verity is used by Kelvin Zhang · 4 years, 2 months ago
  44. b0ab865 Make update_engine reserve space for decompression via apexd by Mohammad Samiul Islam · 4 years, 3 months ago
  45. 24a8279 Allow update_engine to communicate with apexd for size calculation by Mohammad Samiul Islam · 4 years, 3 months ago
  46. 8933d57 Reserve space for apex by creating a file and write 0s by Kelvin Zhang · 4 years, 4 months ago
  47. b00089b Detect if update is already running when updating with file descriptor by Håkan Kvist · 4 years, 4 months ago
  48. c514f66 MetricsReporter gets DynamicPartitionControl. by Yifan Hong · 4 years, 4 months ago
  49. 838793d Calculate vbmetadigest of inactive slot by Tianjie · 4 years, 4 months ago
  50. 4aeaa12 Merge remote-tracking branch 'aosp/upstream-master' into merge by Kelvin Zhang · 4 years, 6 months ago
  51. 2379503 update_engine: Make InstallPlan's dump nicer by Amin Hassani · 4 years, 6 months ago
  52. 538bd59 update_engine: Make SystemState accessible from everywhere by Amin Hassani · 4 years, 7 months ago
  53. 5b58987 Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 4 years, 7 months ago
  54. ec7bc11 update_engine: Create cros vs. aosp boundary clear by Amin Hassani · 4 years, 7 months ago[Renamed (98%) from update_attempter_android.cc]
  55. 8b1e0dc Mount all partitions before running postinstall by Kelvin Zhang · 4 years, 7 months ago
  56. 24f9609 Verify the extents for untouched dynamic partitions during partial update by Tianjie · 5 years ago
  57. d2da7b1 Report actual payload type by Kelvin Zhang · 4 years, 11 months ago
  58. 70eef23 Add progress updates to FilesystemVerificationAction by Kelvin Zhang · 5 years ago
  59. 6a6d0f1 ResetStatus deletes snapshots for VAB. by Yifan Hong · 5 years ago
  60. 5cd63fa Fix merge in sideload by Yifan Hong · 5 years ago
  61. 40bb0d0 IUpdateEngine.cleanupSuccessfulUpdate is async by Yifan Hong · 5 years ago
  62. 8351750 Merge snapshots before applying the next OTA. by Yifan Hong · 5 years ago
  63. 9096550 UpdateAttempterAndroid::Init initiates merge by Yifan Hong · 5 years ago
  64. 4f61156 Implement UpdateAttempterAndroid::CleanupSuccessfulUpdate by Yifan Hong · 5 years ago
  65. 55c2bfe DeltaPerformer: Don't destroy previously allocated space by Yifan Hong · 5 years ago
  66. 6561303 Implement UpdateAttempterAndroid::AllocateSpaceForPayload by Yifan Hong · 5 years ago
  67. 087de9d Allow update_engine to skip post-install by Tianjie Xu · 6 years ago
  68. 2236ea0 Add stubs for UpdateEngine.CleanupSuccessfulUpdate by Yifan Hong · 5 years ago
  69. 6f7e29f Add stubs for UpdateEngine.AllocateSpaceForPayload by Yifan Hong · 5 years ago
  70. bd47d62 Refactor UpdateAttmpeterAndroid. by Yifan Hong · 5 years ago
  71. d6aa91f Schedule a warm_reset after an OTA by Tianjie Xu · 6 years ago
  72. 9194ce8 Remove BootControlInterface::Cleanup by Yifan Hong · 6 years ago
  73. 7a78d63 Allow update engine read public keys from otacerts.zip by Tianjie Xu · 6 years ago
  74. 21030c1 Use the payload size as the base to calculate download overhead by Tianjie Xu · 6 years ago
  75. 500ca13 Enable update_engine to access OTA package via file descriptor by Kyeongkab.Nam · 6 years ago
  76. 9cf5262 Metrics: PayloadAttemptNumber should persist across attempts by xunchang · 6 years ago
  77. 7cc8bb0 update_engine: Run clang-format on ./ (root directory) by Amin Hassani · 6 years ago
  78. 08c6da1 Don't use temp file for public key. by Sen Jiang · 6 years ago
  79. 1bafff8 Android: Reset update progress when booted into new version. by Sen Jiang · 6 years ago
  80. 5a71c60 Remove bind_lambda.h include directive. by Hidehiko Abe · 6 years ago
  81. 7328c9f DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master by Xin Li · 6 years ago
  82. 840a7ea Check metadata size in payload. by Sen Jiang · 7 years ago
  83. 7e1dcf7 Uprev libchrome to r576279 (1/multiple) by Jakub Pawlowski · 7 years ago
  84. 3eeaf7d Skip writing verity if already written. by Sen Jiang · 7 years ago
  85. 537802d update_engine resize dynamic partitions during OTA. by Yifan Hong · 7 years ago
  86. 2a0ea63 Fix two android metrics reporting in update engine by Tianjie Xu · 7 years ago
  87. 456853f Merge remote-tracking branch 'aosp/upstream-master' into aosp/master. by Sen Jiang · 7 years ago
  88. 667cf7b update_engine: Reflect ActionProcessor and UpdateBootFlags changes in AOSP by Amin Hassani · 7 years ago
  89. da7025f Use ActionProcessor::IsRunning() to check for ongoing update. am: 91f8d2aa3f by Sen Jiang · 7 years ago
  90. 91f8d2a Use ActionProcessor::IsRunning() to check for ongoing update. by Sen Jiang · 7 years ago
  91. a84bf31 Report duration uptime for successful update. am: 8712e96150 am: acb50def91 by Sen Jiang · 7 years ago
  92. 8712e96 Report duration uptime for successful update. by Sen Jiang · 7 years ago
  93. dcaf797 Support a range of major and minor version. by Sen Jiang · 7 years ago
  94. f123663 Support a range of major and minor version. by Sen Jiang · 7 years ago
  95. 28d8ed9 Implement VerifyPayloadApplicable. by Sen Jiang · 7 years ago
  96. 61c7531 Replace is_interactive with interactive for consistency in the code. am: ed37d6819b by Amin Hassani · 7 years ago
  97. ed37d68 Replace is_interactive with interactive for consistency in the code. by Amin Hassani · 7 years ago
  98. 8371c1c Implement VerifyPayloadApplicable. by Sen Jiang · 7 years ago
  99. 1841408 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 7 years ago
  100. 4490696 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 7 years ago