1. 838793d Calculate vbmetadigest of inactive slot by Tianjie · 3 years, 9 months ago
  2. 95f89e9 Specify version for aidl_interface explicitly by Jeongik Cha · 3 years, 9 months ago
  3. eb8703b Always write SOURCE_COPY blocks in reverse order by Kelvin Zhang · 3 years, 10 months ago
  4. c710cf2 Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" by Kelvin Zhang · 3 years, 11 months ago
  5. 4aeaa12 Merge remote-tracking branch 'aosp/upstream-master' into merge by Kelvin Zhang · 3 years, 11 months ago
  6. 6d121de Add product_available to product available modules by Justin Yun · 4 years ago
  7. 2379503 update_engine: Make InstallPlan's dump nicer by Amin Hassani · 3 years, 11 months ago
  8. 538bd59 update_engine: Make SystemState accessible from everywhere by Amin Hassani · 4 years ago
  9. 64a8016 update_engine: Turn on Chrome Kiosk app by default by Amin Hassani · 4 years ago
  10. 4fec0f2 update_engine: Turn on Chrome network proxy by default by Amin Hassani · 4 years ago
  11. 7a26575 Estimate COW image size during OTA generation by Kelvin Zhang · 4 years ago
  12. 5b58987 Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 4 years ago
  13. ec7bc11 update_engine: Create cros vs. aosp boundary clear by Amin Hassani · 4 years ago
  14. 9754f17 Implement SnapshotExtentWriter by Kelvin Zhang · 4 years, 1 month ago
  15. b05e4e2 Implement common library for converting InstallOps to Cow Ops by Kelvin Zhang · 4 years, 1 month ago
  16. 9b10dba Implement VABCPartitionWriter by Kelvin Zhang · 4 years, 1 month ago
  17. 6c190a2 Link to libsnapshot_cow and libz where libsnapshot is linked. by David Anderson · 4 years, 1 month ago
  18. 94f51cc Add a skeleton class for VABCPartitionWriter by Kelvin Zhang · 4 years, 1 month ago
  19. 309c8a8 Make update_engine_stable_client product_specific. by Yifan Hong · 4 years ago
  20. 300a8eb Revert "Link to libsnapshot_cow where libsnapshot is linked." by Tianjie Xu · 4 years, 1 month ago
  21. 50bac65 Move partition writer to a separate file by Kelvin Zhang · 4 years, 1 month ago
  22. 9bd519d Add partition writer class. by Kelvin Zhang · 4 years, 1 month ago
  23. 420bed5 Link to libsnapshot_cow where libsnapshot is linked. by David Anderson · 4 years, 1 month ago
  24. 70ba92e Read boot image version from ro.bootimage.build.date.utc by Yifan Hong · 4 years, 1 month ago
  25. 126d13e Only prevent boot image downgrade if sysprop set. by Yifan Hong · 4 years, 1 month ago
  26. 5e6dfe3 Allow including file_descriptor.h in fs_mgr. by David Anderson · 4 years, 1 month ago
  27. 18e9f3c Use sh_binary for a host shell script. by Martin Stjernholm · 4 years, 1 month ago
  28. fd6640f Check boot image version before update. by Yifan Hong · 4 years, 2 months ago
  29. c1c9305 Revert "Revert "Expose extent_ranges for libsnapshot to use in resolving..."" by David Anderson · 4 years, 2 months ago
  30. 87af6c0 Implement the functions in CowMergeOperations by Tianjie · 4 years, 2 months ago
  31. e9156ec Add CowMergeOperations as a hint for snapshot write by Tianjie · 4 years, 2 months ago
  32. 5ef2d8a Revert "Expose extent_ranges for libsnapshot to use in resolving..." by Ankit Goyal · 4 years, 2 months ago
  33. 1f3f3b0 Expose extent_ranges for libsnapshot to use in resolving merge sequences. by David Anderson · 4 years, 2 months ago
  34. a6e1812 Remove metric_report_android.cc from unittests by Kelvin Zhang · 4 years, 2 months ago
  35. d51738c Add update_engine_stable_client by Yifan Hong · 4 years, 3 months ago
  36. 2562cf2 Add binder_service_stable_android by Yifan Hong · 4 years, 3 months ago
  37. 9dd9305 Add unit test for fallback route of manifest cache by Kelvin Zhang · 4 years, 3 months ago
  38. 55abd3c Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 4 years, 4 months ago
  39. 99d570d Implement PartitionUpdateGenerator for partial updates by Tianjie · 4 years, 5 months ago
  40. d3865d1 Add PartitionUpdateGenerator by Tianjie · 4 years, 5 months ago
  41. e757420 sideload: fix duplicated logging by Yifan Hong · 4 years, 6 months ago
  42. 29ebd7a Revert "Setup android-base logging in sideload." by Yifan Hong · 4 years, 6 months ago
  43. 2969290 Add DynamicPartitionControl::EraseSystemOtherAvbFooter by Yifan Hong · 4 years, 7 months ago
  44. 37ae856 Allow parsing boot image with header version 3 by Tianjie · 4 years, 7 months ago
  45. 0f821c7 Remove libutilscallstack dependency by Yifan Hong · 4 years, 8 months ago
  46. d976cc5 Virtual A/B report metrics from update_engine. (1/2) by Yifan Hong · 4 years, 8 months ago
  47. c80de2d [REFACTOR] Split Android and CrOS logging. by Yifan Hong · 4 years, 8 months ago
  48. dad0af8 Add CleanupPreviousUpdateAction. by Yifan Hong · 4 years, 8 months ago
  49. 212d795 Temporarily add libutilscallstack dependency by Yifan Hong · 4 years, 9 months ago
  50. 6230025 Remove libmetricslogger dependency from update_engine by Tianjie Xu · 4 years, 9 months ago
  51. 75cc9f2 Report metrics to statsd from update engine by Tianjie Xu · 5 years ago
  52. e7ce821 Use libfs_mgr_binder when linking to binder-enabled libsnapshot. by David Anderson · 4 years, 10 months ago
  53. 173e619 Switch to use libdm to bind loop devices by Tianjie Xu · 4 years, 10 months ago
  54. daac732 BootControl exposes DynamicPartitionControl. by Yifan Hong · 5 years ago
  55. 3a1a561 Proper split of BootControl and DynamicPartitionControl. by Yifan Hong · 5 years ago
  56. c73cb8c Setup android-base logging in sideload. by Yifan Hong · 5 years ago
  57. 2111d06 Link to IBootControl 1.1. by David Anderson · 5 years ago
  58. be4ea23 Update engine now depends on otacerts by Tianjie Xu · 5 years ago
  59. 7a78d63 Allow update engine read public keys from otacerts.zip by Tianjie Xu · 5 years ago
  60. 7bbe015 Add EC key signing support by Tianjie Xu · 5 years ago
  61. 0f59a9a update_engine: Deprecate minor version 1 by Amin Hassani · 5 years ago
  62. 420db9b DynamicPartitionControl: map snapshot devices for virt ab by Yifan Hong · 5 years ago
  63. 87ea73f dynamic_partition_test_utils: use libstorage_literals_headers by Yifan Hong · 5 years ago
  64. 48598e8 Remove libhwbinder/libhidltransport deps by Steven Moreland · 5 years ago
  65. 916af85 update_engine: Test update_engine printouts by Jae Hoon Kim · 5 years ago
  66. 644ffc0 [REFACTOR] Move and refactor tests. am: c049f93549 by Yifan Hong · 5 years ago
  67. a6ba12c [REFACTOR] DynamicPartitionControl: minimize API am: 012508efa3 by Yifan Hong · 5 years ago
  68. c049f93 [REFACTOR] Move and refactor tests. by Yifan Hong · 5 years ago
  69. 012508e [REFACTOR] DynamicPartitionControl: minimize API by Yifan Hong · 5 years ago
  70. 7b428f5 update_engine: drop MTD logic by Brian Norris · 5 years ago
  71. 0ae8fe1 update_engine: Attach session ID to HTTP header of binary download by Jae Hoon Kim · 5 years ago
  72. 565331e update_engine: Break UpdateEngineDaemon into their own implementations by Amin Hassani · 5 years ago
  73. c80d2d8 update_engine: Remove brillo binder library by Amin Hassani · 5 years ago
  74. 4b6d126 update_engine: Validate payload properties. by Jae Hoon Kim · 5 years ago
  75. 7982100 update_engine: Add --properties_format flag to delta_generator by Amin Hassani · 5 years ago
  76. 8bc0f30 Match src paths with aidl package name am: 3c7e4b6046 am: 49813e0de7 by Dan Willemsen · 5 years ago
  77. 3c7e4b6 Match src paths with aidl package name by Dan Willemsen · 5 years ago
  78. 51ce9dd Remove the support for PRODUCT_STATIC_BOOT_CONTROL_HAL. am: 3d9f2edc37 by Tao Bao · 5 years ago
  79. 3d9f2ed Remove the support for PRODUCT_STATIC_BOOT_CONTROL_HAL. by Tao Bao · 5 years ago
  80. 552a9cd Support `atest update_engine_unittests`. am: 9456b6fa14 am: ffb7595386 by Tao Bao · 5 years ago
  81. 9456b6f Support `atest update_engine_unittests`. by Tao Bao · 5 years ago
  82. 1e882f6 update_engine requires update_engine_payload_key. am: 1e1c86cd64 am: 3799647e6b by Tao Bao · 5 years ago
  83. 1e1c86c update_engine requires update_engine_payload_key. by Tao Bao · 6 years ago
  84. 26858e2 Support signing payload with 4096 bits RSA keys am: cda3c034bc am: 5bb6cf142b by xunchang · 6 years ago
  85. cda3c03 Support signing payload with 4096 bits RSA keys by xunchang · 6 years ago
  86. 2d05af4 Merge "Merge aosp/upstream-master into aosp/master." am: d58a121177 am: f6c1a57a62 by Sen Jiang · 6 years ago
  87. 2e4eda5 update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 6 years ago
  88. 772905d Add support for parsing Verified Boot 1.0 metadata. am: b5f631d969 am: 46ceee89f5 by Sen Jiang · 6 years ago
  89. b5f631d Add support for parsing Verified Boot 1.0 metadata. by Sen Jiang · 6 years ago
  90. d4aa659 Convert to Android.bp am: f5a904e25d am: b4bb213947 am: e1bf50d61a by Dan Willemsen · 6 years ago
  91. f5a904e Convert to Android.bp by Dan Willemsen · 6 years ago
  92. ab8026c Add aidl filegroup for Android Things AIDL files by Ralph Nathan · 6 years ago
  93. 606913a Export AIDL files as a filegroup framework.jar by Colin Cross · 7 years ago