1. dde2ef4 define full_boot flag in brillo_update_payload by Kelvin Zhang · 4 years, 9 months ago
  2. 8212f53 Add no_slot_switch flag to update_device script by Kelvin Zhang · 4 years, 9 months ago
  3. 3f60d53 Don't use unix open() syscall on VABC partitions by Kelvin Zhang · 4 years, 9 months ago
  4. ec205cf Use FileDescriptorPtr to implement async reads in verify stage by Kelvin Zhang · 4 years, 10 months ago
  5. eb9de16 Add IsDynamicPartition API to easily check if a partition is dynamic by Kelvin Zhang · 4 years, 9 months ago
  6. 7010853 Cleanup PayloadSigner::AddSignatureToManifest() by Sen Jiang · 4 years, 9 months ago
  7. b57c270 Rename mock_dynamic_partition_control to mock_dynamic_partition_control_android by Kelvin Zhang · 4 years, 9 months ago
  8. c82511c Add OpenCowReader interface method to dynamic partition control by Kelvin Zhang · 4 years, 9 months ago
  9. 999705e Add `full_boot` option to brillo_update_payload by Kelvin Zhang · 4 years, 9 months ago
  10. 877ddbe Add timeout to OpenCowWriter by Kelvin Zhang · 4 years, 9 months ago
  11. b138ab5 Add FileDescriptorPtr interface to verity writer by Kelvin Zhang · 4 years, 9 months ago
  12. b65868c Add small testcase for merge sequence generator by Kelvin Zhang · 4 years, 9 months ago
  13. 59928f1 Revert "Handle resume of VABC updates by emitting labels" by Kelvin Zhang · 4 years, 9 months ago
  14. c3c0a3a Add PReadAll/PWriteAll for filedescriptor ptr by Kelvin Zhang · 4 years, 9 months ago
  15. 4b28024 Rename PReadAll/PWriteAll for file descriptor ptr to ReadAll/WriteAll by Kelvin Zhang · 4 years, 9 months ago
  16. 7a26575 Estimate COW image size during OTA generation by Kelvin Zhang · 4 years, 9 months ago
  17. 24599af Handle resume of VABC updates by emitting labels by Kelvin Zhang · 4 years, 9 months ago
  18. 30b09d0 Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" by Tianjie Xu · 4 years, 9 months ago
  19. 4796ea8 Avoid conflict of self-overlapping ops by Kelvin Zhang · 4 years, 9 months ago
  20. a1e7c8f Support host simulation of partial update by Tianjie · 4 years, 10 months ago
  21. 5b58987 Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 4 years, 9 months ago
  22. ec7bc11 update_engine: Create cros vs. aosp boundary clear by Amin Hassani · 4 years, 9 months ago
  23. 4c42a43 Fix hang on host apply payload by Yifan Hong · 4 years, 9 months ago
  24. 24e1d72 update_engine: remove system_id and system_version by Amin Hassani · 4 years, 9 months ago
  25. 8b1e0dc Mount all partitions before running postinstall by Kelvin Zhang · 4 years, 9 months ago
  26. 9d87d6d Add [un]mapPartitions APIs to dynamic partition control by Kelvin Zhang · 4 years, 10 months ago
  27. 336c212 Merge "Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros" by Treehugger Robot · 4 years, 9 months ago
  28. 9754f17 Implement SnapshotExtentWriter by Kelvin Zhang · 4 years, 10 months ago
  29. 42c2f98 Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros by Amin Hassani · 4 years, 9 months ago
  30. 2fe8432 Revert "update_engine: Remove case conditions for deprecated operations" by Amin Hassani · 4 years, 9 months ago
  31. ed03b44 update_engine: Fix leaking unit tests by Amin Hassani · 4 years, 9 months ago
  32. 5d56c1e update_engine: Remove ec_version and fw_version by Amin Hassani · 4 years, 9 months ago
  33. e815363 update_engine: Make policy UpdateCheckParams processing easier by Amin Hassani · 4 years, 9 months ago
  34. b78e1bc update_engine: use unversioned libchrome libraray. by Qijiang Fan · 4 years, 9 months ago
  35. b05e4e2 Implement common library for converting InstallOps to Cow Ops by Kelvin Zhang · 4 years, 10 months ago
  36. 9b10dba Implement VABCPartitionWriter by Kelvin Zhang · 4 years, 10 months ago
  37. b0b6cc2 update_engine: remove usages of base::MessageLoop. by Qijiang Fan · 4 years, 10 months ago
  38. 3461852 Add CowWriter interface methods to DynamicPartiitonControl by Kelvin Zhang · 4 years, 10 months ago
  39. 19e5529 Don't fail downgrade check for partitions without version by Tianjie · 4 years, 10 months ago
  40. 6c190a2 Link to libsnapshot_cow and libz where libsnapshot is linked. by David Anderson · 4 years, 11 months ago
  41. c7939fa Call fsync() when close file descriptor am: 3dd8397941 by Kelvin Zhang · 4 years, 10 months ago
  42. 3dd8397 Call fsync() when close file descriptor by Kelvin Zhang · 4 years, 10 months ago
  43. c0d5e8e Disable read/write to ota.warm_reset in recovery mode am: a22ef552c0 by Kelvin Zhang · 4 years, 10 months ago
  44. a22ef55 Disable read/write to ota.warm_reset in recovery mode by Kelvin Zhang · 4 years, 10 months ago
  45. 822d3e6 Add estimate_cow_size field to update metadata am: 7d64e28e6d by Kelvin Zhang · 4 years, 10 months ago
  46. 7d64e28 Add estimate_cow_size field to update metadata by Kelvin Zhang · 5 years ago
  47. 852f57d update engine: clang formatting by Vyshu · 4 years, 10 months ago
  48. 2ec3e65 Add a skeleton class for VABCPartitionWriter am: 94f51cc3ff by Kelvin Zhang · 4 years, 10 months ago
  49. 94f51cc Add a skeleton class for VABCPartitionWriter by Kelvin Zhang · 4 years, 10 months ago
  50. 99f9472 Skip ab/6749736 in stage. by Xin Li · 4 years, 10 months ago
  51. 1cbf618 Make update_device.py script compatible with python3 am: 4b883ea0ac by Kelvin Zhang · 4 years, 10 months ago
  52. 4b883ea Make update_device.py script compatible with python3 by Kelvin Zhang · 4 years, 10 months ago
  53. ce99ee7 update_engine: Fix failing unittests on ARM by Amin Hassani · 4 years, 10 months ago
  54. 6e641d7 Make update_engine_stable_client product_specific. am: 309c8a883e by Yifan Hong · 4 years, 10 months ago
  55. 309c8a8 Make update_engine_stable_client product_specific. by Yifan Hong · 4 years, 10 months ago
  56. e331f5a update_engine: Verify payload hash before its signature by Amin Hassani · 4 years, 10 months ago
  57. d46ed87 Revert "Link to libsnapshot_cow where libsnapshot is linked." am: 300a8eb122 by Tianjie Xu · 4 years, 10 months ago
  58. 300a8eb Revert "Link to libsnapshot_cow where libsnapshot is linked." by Tianjie Xu · 4 years, 10 months ago
  59. 263ad13 Move partition writer to a separate file am: 50bac6567e by Kelvin Zhang · 4 years, 10 months ago
  60. 8a18825 Add partition writer class. am: 9bd519d4f5 by Kelvin Zhang · 4 years, 10 months ago
  61. 50bac65 Move partition writer to a separate file by Kelvin Zhang · 4 years, 10 months ago
  62. 9bd519d Add partition writer class. by Kelvin Zhang · 4 years, 11 months ago
  63. 7d19220 update_engine: Switch back crypto function calls to get0 version by Amin Hassani · 4 years, 10 months ago
  64. fbe526c update_engine: Remove unused function by Amin Hassani · 4 years, 10 months ago
  65. f907149 CleanupPreviousUpdateAction: cancel pending tasks on destroy am: d1d52a0b4b by Yifan Hong · 4 years, 10 months ago
  66. bbbb012 CleanupPreviousUpdateAction: refactor and add StopActionInternal am: d506deef54 by Yifan Hong · 4 years, 10 months ago
  67. d1d52a0 CleanupPreviousUpdateAction: cancel pending tasks on destroy by Yifan Hong · 4 years, 10 months ago
  68. d506dee CleanupPreviousUpdateAction: refactor and add StopActionInternal by Yifan Hong · 4 years, 10 months ago
  69. a8bc86f Link to libsnapshot_cow where libsnapshot is linked. am: 420bed506f by David Anderson · 4 years, 10 months ago
  70. 420bed5 Link to libsnapshot_cow where libsnapshot is linked. by David Anderson · 4 years, 11 months ago
  71. 8db5249 update_engine: Fall back to DeviceMinimumVersion by Miriam Polzer · 4 years, 11 months ago
  72. 582d8fe update_payload: Add support for minor version 7 by Amin Hassani · 4 years, 10 months ago
  73. aff7200 update_engine: Enterprise channel downgrade by Miriam Polzer · 5 years ago
  74. 394348f Read boot image version from ro.bootimage.build.date.utc am: 70ba92e414 by Yifan Hong · 4 years, 10 months ago
  75. d55ec44 update_engine: use log_file_path for newer libchrome. by Qijiang Fan · 4 years, 10 months ago
  76. 70ba92e Read boot image version from ro.bootimage.build.date.utc by Yifan Hong · 4 years, 11 months ago
  77. c0840c4 update_payload: Remove signature version checking by Amin Hassani · 4 years, 10 months ago
  78. 213e2be update_engine: Kiosk version test and comment by Miriam Polzer · 5 years ago
  79. be289f6 Add FeatureFlag for Virtual AB Compression am: da1b3145df by Kelvin Zhang · 4 years, 10 months ago
  80. da1b314 Add FeatureFlag for Virtual AB Compression by Kelvin Zhang · 4 years, 10 months ago
  81. ffa4c66 Merge "update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master" by Commit Bot · 4 years, 10 months ago
  82. a81598b payload_generator: Remove unused attributes by Vyshu · 4 years, 11 months ago
  83. 6ba6aad Only prevent boot image downgrade if sysprop set. am: 126d13ee33 by Yifan Hong · 4 years, 11 months ago
  84. 126d13e Only prevent boot image downgrade if sysprop set. by Yifan Hong · 4 years, 11 months ago
  85. e44bd2e Allow including file_descriptor.h in fs_mgr. am: 5e6dfe3933 by David Anderson · 4 years, 11 months ago
  86. 5e6dfe3 Allow including file_descriptor.h in fs_mgr. by David Anderson · 4 years, 11 months ago
  87. e53b39b update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 4 years, 11 months ago
  88. 00254df Remove syntax error am: 7e048edfbb by Greg Kaiser · 4 years, 11 months ago
  89. 7e048ed Remove syntax error by Greg Kaiser · 4 years, 11 months ago
  90. fbc5735 update payload : Add unittest for paycheck.py by Vyshu · 5 years ago
  91. 8055010 init: put UE into its own net_cls cgroup by Jie Jiang · 5 years ago
  92. 23fceca Fix remaining styling and compiling issues am: 9956320ffa by Amin Hassani · 4 years, 11 months ago
  93. c8834b9 Fix header includes for brillo/supprocess am: 4bd46b3a58 by Amin Hassani · 4 years, 11 months ago
  94. 9956320 Fix remaining styling and compiling issues by Amin Hassani · 4 years, 11 months ago
  95. 4bd46b3 Fix header includes for brillo/supprocess by Amin Hassani · 4 years, 11 months ago
  96. c5c048b Add CleanupPreviousUpdate in a few missing places am: 70a90f5cd2 by Amin Hassani · 4 years, 11 months ago
  97. 08bb425 Add missing files to BUILD.gn am: d0ec651ac4 by Amin Hassani · 4 years, 11 months ago
  98. 9e14d49 Check for public key before checking for signatures am: f624e1167d by Amin Hassani · 4 years, 11 months ago
  99. 70a90f5 Add CleanupPreviousUpdate in a few missing places by Amin Hassani · 4 years, 11 months ago
  100. d0ec651 Add missing files to BUILD.gn by Amin Hassani · 4 years, 11 months ago