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