1. d6aa91f Schedule a warm_reset after an OTA by Tianjie Xu · 4 years, 7 months ago
  2. 0418de3 update_engine: Add support for enterprise rollback powerwash by Zentaro Kavanagh · 5 years ago
  3. 7cc8bb0 update_engine: Run clang-format on ./ (root directory) by Amin Hassani · 5 years ago
  4. 456853f Merge remote-tracking branch 'aosp/upstream-master' into aosp/master. by Sen Jiang · 6 years ago
  5. 8f6f243 update_engine: Add hardware support for firmware_max_rollforward by Zentaro Kavanagh · 6 years ago
  6. 80f4d4c update_engine: Report VPD write failure to UMA by Amin Hassani · 6 years ago
  7. 5d95615 update_engine: Fix TPM variable name max_kernel_rollfoward by Zentaro Kavanagh · 6 years ago
  8. 99ced78 update_engine: Add GetMinFirmwareKeyVersion to read tpm_fwver value by Marton Hunyady · 6 years ago
  9. baacb98 update_engine: Add functions for reading/writing TPM values for rollback. by Zentaro Kavanagh · 6 years ago
  10. 4490696 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 6 years ago
  11. 5011df6 Add maximum timestamp to the payload. by Sen Jiang · 7 years ago
  12. 5c02c13 Replace brillo::make_unique_ptr with base::MakeUnique/base::WrapUnique. by Ben Chan · 7 years ago
  13. 1677e81 Adds check/set for first_active_omaha_ping_sent (from vpd). by Amin Hassani · 7 years ago
  14. e67bb5b Make HardwareChromeOS own debugd. by Sen Jiang · 8 years ago
  15. caa4672 Fix Chrome OS build. by Alex Deymo · 8 years ago
  16. fb905d9 Implement powerwash on Android. by Alex Deymo · 8 years ago
  17. 46a9aae Fix non-critical updates on boards without an OOBE flow. by Alex Deymo · 8 years ago
  18. 1b03f9f Move hardware and boot_control implementation to libupdate_engine. by Alex Deymo · 9 years ago
  19. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  20. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  21. 1c4e84a Read official-build and dev-mode from the system properties. by Alex Deymo · 9 years ago
  22. dd132f3 Make non-volatile directory platform-specific. by Alex Deymo · 9 years ago
  23. 40d86b2 Make Hardware class platform specific. by Alex Deymo · 9 years ago[Renamed (81%) from hardware.cc]
  24. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 9 years ago
  25. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  26. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  27. ebbe7ef update_engine: Don't sent <ping a=-1 r=-1> once the device was powerwashed. by Alex Deymo · 10 years ago
  28. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  29. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  30. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 10 years ago
  31. 13f3544 update_engine: Remove unused symbols previously needed to link. by Bill Richardson · 10 years ago
  32. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  33. df632d1 Fix linter issues on HardwareInterface. by Alex Deymo · 10 years ago
  34. 5708ecd Move IsBootDeviceRemovable() to the HardwareInterface. by Alex Deymo · 10 years ago
  35. bccbc38 Move IsOOBEComplete to HardwareInterface. by Alex Deymo · 10 years ago
  36. 2bddadd update_engine: Added more logging and debugging for rollback checking by Alex Vakulenko · 10 years ago
  37. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  38. d0fdfb3 update_engine: Cleanup of HardwareInterface - const/override by Alex Vakulenko · 10 years ago
  39. 59e253e update_engine: added CanRollback dbus method by Alex Vakulenko · 10 years ago
  40. 4f5b144 update_engine: added partition name manipulation library methods by Alex Vakulenko · 10 years ago
  41. f8d037f Re-land "Add ability to check /etc/lsb-release for HWID" by Chris Masone · 10 years ago
  42. 33ab35b Revert "Add ability to check /etc/lsb-release for HWID" by Chris Sosa · 10 years ago
  43. d1da510 Add ability to check /etc/lsb-release for HWID by Chris Masone · 10 years ago
  44. 6646b44 Don't rollback if the other partition isn't valid. by Don Garrett · 11 years ago
  45. 83692e4 Mark the new kernel invalid when starting an update. by Don Garrett · 11 years ago
  46. c7dd853 Test for developer images using crossystem. by J. Richard Barnette · 11 years ago
  47. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 11 years ago
  48. 522d36f Move simple firmware related queries into HardwareInterface. by J. Richard Barnette · 11 years ago
  49. 3084293 Move KernelDeviceOfBootDevice() to utils. by J. Richard Barnette · 11 years ago
  50. 049d165 Add support for /dev/ubiblockX_0 install devices by Liam McLoughlin · 11 years ago
  51. 4243291 Send an UMA metric when failed to boot into the new partition. by Alex Deymo · 11 years ago