1. 684c9cd Add support for reporting product components to Omaha. by Sen Jiang · 7 years ago
  2. 7dcdedf Extract new system version from Omaha responses by Aaron Wood · 7 years ago
  3. 1d5d95f Report build_type to Omaha. by Sen Jiang · 7 years ago
  4. 94a4dec Send both system id and product id to Omaha. by Sen Jiang · 7 years ago
  5. ebf6e12 Send the system image build fingerprint and bootloader versions. by Alex Deymo · 7 years ago
  6. 297e583 Fix OmahaRequest unittests in Brillo. by Sen Jiang · 8 years ago
  7. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  8. d942f9d Return the error reason to the caller of SetTargetChannel. by Alex Deymo · 9 years ago
  9. 3be05c8 Fix use-after-free in unittest setup code. by Alex Deymo · 9 years ago
  10. 8561665 Read ProductId, ProductVersion and Channel setting in Brillo. by Alex Deymo · 9 years ago
  11. ac41a82 Set default updater URL and version per platform. by Alex Deymo · 9 years ago
  12. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  13. 02c1864 update_engine: Allow `cros flash` on base images. by David Pursell · 10 years ago
  14. e894870 update_engine: Enforce virtual destructors on virtual classes. by Alex Deymo · 10 years ago
  15. 74b5f55 update_engine: Relocate inference and storage of P2P related properties. by Gilad Arnold · 10 years ago
  16. 560ae1d update_engine: Mock out UpdateAttempter and OmahaRequestParams. by Alex Deymo · 10 years ago
  17. afd70ed update_engine: Remove legacy logic and tests. by Gilad Arnold · 10 years ago
  18. 05735a1 update_engine: Include base/macros.h instead of base/basictypes.h by Ben Chan · 10 years ago
  19. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  20. 9abb763 update_engine: Use integer types from stdint.h by Ben Chan · 10 years ago
  21. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 10 years ago
  22. cf175a0 Fix cpplint errors. by Gilad Arnold · 10 years ago
  23. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  24. 76b2b48 Fix/extend unit test related functionality. by Gilad Arnold · 10 years ago
  25. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  26. 759c275 Fix header guards to comply with Google Coding Style. by Alex Deymo · 10 years ago
  27. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  28. 968d057 Never defer updates on interactive checks. by Chris Sosa · 11 years ago
  29. 28e479c Don't allow rollback on the stable-channel. by Chris Sosa · 11 years ago
  30. c197248 Add EC and Firmware Versions to the Omaha Response. by Chris Sosa · 11 years ago
  31. db0acdf Support changing from non-canary to canary channel in update engine. by Jay Srinivasan · 11 years ago
  32. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 11 years ago
  33. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 11 years ago
  34. bbdd490 AU: add an interactive flag to Omaha requests by Gilad Arnold · 12 years ago
  35. 55f50c2 Segregate UMA metrics for production scenarios from test scenarios. by Jay Srinivasan · 12 years ago
  36. 480ddfa Scatter downloads to reduce bandwidth spikes. by Jay Srinivasan · 12 years ago
  37. 0a70874 Implement the update engine portion for new enterprise policies. by Jay Srinivasan · 12 years ago
  38. 7fbbe8a Update engine should use the release channel policy if it exists. by Patrick Dubroy · 13 years ago
  39. f2065b4 AU: Use crossystem hwid to obtain the hardware class. by Darin Petkov · 13 years ago
  40. 10d02dd AU: Don't allow stateful /etc/lsb-release override in normal boot mode... by Darin Petkov · 14 years ago
  41. a3df55b AU: Don't allow deltas if the rootfs track is different than the request track. by Darin Petkov · 14 years ago
  42. 583667b AU: Implement getting of tracks through GetTrack. by Satoru Takabayashi · 14 years ago
  43. 49d9132 AU: Implement switching of tracks through SetTrack. by Darin Petkov · 14 years ago
  44. fbb4009 Add a hardware_class attribute (for HWID, HWQual ID) to the Omaha request. by Darin Petkov · 14 years ago
  45. 84c763c AU: Remove instances of Omaha ID -- machine ID and user ID. by Darin Petkov · 14 years ago
  46. 5a7f565 Add support to update_engine_client for -app_version and -omaha_url. by Darin Petkov · 14 years ago
  47. 3f0303a AU: pass whether or not we can tolerate a delta to the server by Andrew de los Reyes · 14 years ago
  48. a4a8a8c Turn OmahaRequestPrepAction into OmahaRequestDeviceParams. by Darin Petkov · 14 years ago