1. 7cc8bb0 update_engine: Run clang-format on ./ (root directory) by Amin Hassani · 7 years ago
  2. f53a5d3 update_engine: fix english by Xiaochu Liu · 7 years ago
  3. 88d9038 update_engine: support downloading DLC by Xiaochu Liu · 7 years ago
  4. a42496e update-engine: Remove code for AUE'd boards by Thiemo Nagel · 7 years ago
  5. f87e5cd Also set system version to ForcedUpdate. by Sen Jiang · 7 years ago
  6. 8500d3a Always powerwash on channel change if arbitrary channel allowed. by Sen Jiang · 7 years ago
  7. ce3f7cf Make sure channel ends with -channel. by Sen Jiang · 8 years ago
  8. 7f785f5 Allow arbitrary channels in Android. by Sen Jiang · 8 years ago
  9. 3faf4e7 Report system_version in os version. by Sen Jiang · 8 years ago
  10. a3cf75a update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 10 years ago
  11. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 10 years ago
  12. d942f9d Return the error reason to the caller of SetTargetChannel. by Alex Deymo · 10 years ago
  13. 3be05c8 Fix use-after-free in unittest setup code. by Alex Deymo · 10 years ago
  14. 8561665 Read ProductId, ProductVersion and Channel setting in Brillo. by Alex Deymo · 10 years ago
  15. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 10 years ago
  16. ac41a82 Set default updater URL and version per platform. by Alex Deymo · 10 years ago
  17. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
  18. 6a9d349 platform2: Fix issues with new version of libchrome by Alex Vakulenko · 10 years ago
  19. 53c4fff update_engine: fix -Wbraced-scalar-init warning. by Yunlian Jiang · 10 years ago
  20. 02c1864 update_engine: Allow `cros flash` on base images. by David Pursell · 11 years ago
  21. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 11 years ago
  22. 2b4e2a5 Move KeyValueStore to libchromeos by Alex Deymo · 11 years ago
  23. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 11 years ago
  24. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 11 years ago
  25. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 11 years ago
  26. a765844 Revisit the simple_key_value_store into a class. by Alex Deymo · 11 years ago
  27. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 11 years ago
  28. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 12 years ago
  29. 522d36f Move simple firmware related queries into HardwareInterface. by J. Richard Barnette · 12 years ago
  30. 63137e5 Split GetECVersion to allow saner unit testing. by J. Richard Barnette · 12 years ago
  31. cb7fa88 Remove all mentions of Set/Get Track and hard-coding of canary-channel. by Chris Sosa · 12 years ago
  32. c197248 Add EC and Firmware Versions to the Omaha Response. by Chris Sosa · 12 years ago
  33. be45bef Add update reboot metric to the update engine. by Chris Sosa · 12 years ago
  34. db0acdf Support changing from non-canary to canary channel in update engine. by Jay Srinivasan · 12 years ago
  35. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 12 years ago
  36. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 12 years ago
  37. bbdd490 AU: add an interactive flag to Omaha requests by Gilad Arnold · 13 years ago
  38. 55f50c2 Segregate UMA metrics for production scenarios from test scenarios. by Jay Srinivasan · 13 years ago
  39. 19a45f0 Fixes to utility / unit test related code. by Gilad Arnold · 13 years ago
  40. 0bf8960 Add the dogfood-channel to the list of channels we forward to Omaha. by Don Garrett · 13 years ago
  41. 7fbbe8a Update engine should use the release channel policy if it exists. by Patrick Dubroy · 14 years ago
  42. f2065b4 AU: Use crossystem hwid to obtain the hardware class. by Darin Petkov · 14 years ago
  43. dc92876 AU: stable channel by Andrew de los Reyes · 14 years ago
  44. 10d02dd AU: Don't allow stateful /etc/lsb-release override in normal boot mode... by Darin Petkov · 15 years ago
  45. a3df55b AU: Don't allow deltas if the rootfs track is different than the request track. by Darin Petkov · 15 years ago
  46. d315dc7 AU: Allow override of "appid" through the lsb-release file. by Darin Petkov · 15 years ago
  47. 3f375c7 AU: Add test-channel to the list of valid tracks. by Darin Petkov · 15 years ago
  48. 583667b AU: Implement getting of tracks through GetTrack. by Satoru Takabayashi · 15 years ago
  49. 49d9132 AU: Implement switching of tracks through SetTrack. by Darin Petkov · 15 years ago
  50. fbb4009 Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request. by Darin Petkov · 15 years ago
  51. 84c763c AU: Remove instances of Omaha ID -- machine ID and user ID. by Darin Petkov · 15 years ago
  52. 5a7f565 Add support to update_engine_client for -app_version and -omaha_url. by Darin Petkov · 15 years ago
  53. 3f0303a AU: pass whether or not we can tolerate a delta to the server by Andrew de los Reyes · 15 years ago
  54. a4a8a8c Turn OmahaRequestPrepAction into OmahaRequestDeviceParams. by Darin Petkov · 15 years ago