1. b3fa53b Parse and expose end-of-life flag. by Alex Deymo · 8 years ago
  2. 9467a78 Fix unused private field errors by Christopher Wiley · 8 years ago
  3. 9a06922 update_engine_client: Print the last error code on failure. by Alex Deymo · 8 years ago
  4. 2997173 Add a feature to get the last UpdateAttempt ErrorCode from update_engine by Shuqian Zhao · 8 years ago
  5. 5f52811 Compile update_engine_client for non-Brillo targets. by Alex Deymo · 8 years ago
  6. 690810b update_engine_client: Prevent hanging the client. by Alex Deymo · 9 years ago
  7. 1944141 Initialize DBus in CreateInstance by Casey Dahlin · 9 years ago
  8. 97c8705 Introduce status handlers and use them in client by Casey Dahlin · 9 years ago
  9. ef36113 Move all blocking client calls to libupdate_engine_client by Casey Dahlin · 9 years ago
  10. 87ab88e Port all available calls to libupdate_engine_client by Casey Dahlin · 9 years ago
  11. e844c1a Port update_engine_client ResetStatus command to lib by Casey Dahlin · 9 years ago
  12. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  13. cbea78f Remove obsolete GetKernelDevices() method. by Alex Deymo · 9 years ago
  14. d6deb1d Use installed DBus libraries instead of generating them. by Alex Deymo · 9 years ago
  15. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  16. d2956cc update_engine: Split DBus client proxies to a library. by Alex Deymo · 9 years ago
  17. 3053450 update_engine: Switch to chrome-dbus for client requests in update_engine by Alex Deymo · 9 years ago
  18. 13e0dd6 update_engine: client waits for the service to be ready. by Alex Deymo · 9 years ago
  19. 72aa002 update_engine: Migrate update_engine_client to chrome DBus bindings. by Alex Deymo · 9 years ago
  20. 08d4931 update_engine: fixes to use chromeos-dbus-bindings generation by Timothy Jennison · 9 years ago
  21. 8ce80d6 update_engine: Improve update_engine_client flag checking. by Alex Deymo · 9 years ago
  22. 1ac8b59 update_engine: Extend rollback documentation with powerwash behavior. by Alex Deymo · 9 years ago
  23. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  24. 97b6f5a update_engine: remove gflags dependency by Steve Fung · 10 years ago
  25. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  26. 44666f9 update_engine: Remove dependency on libupdate_engine from the client. by Alex Deymo · 10 years ago
  27. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  28. f5c0b9c Exit with 1 if can_rollback returns UNAVAILABLE. by Chris Sosa · 10 years ago
  29. 7cb12f9 Unbreak 'update_engine_client -watch_for_updates'. by David Zeuthen · 10 years ago
  30. 9d73a72 update_engine_client: Make it easy to write a reboot manager. by David Zeuthen · 10 years ago
  31. 2bddadd update_engine: Added more logging and debugging for rollback checking by Alex Vakulenko · 10 years ago
  32. dea2eac update_engine: Added ability to retrieve old version via DBus by Alex Vakulenko · 10 years ago
  33. 59e253e update_engine: added CanRollback dbus method by Alex Vakulenko · 10 years ago
  34. 3d41c4d Remove the marshal generation code. by Alex Deymo · 10 years ago
  35. 192449e Add --follow to update_engine_client that follows any AU operation to completion. by Chris Sosa · 11 years ago
  36. 75a4c3e update_engine_client: Add -interactive=true|false flag by David Zeuthen · 11 years ago
  37. 36dc2f3 client: Replace DBus client generated method names. by Alex Deymo · 11 years ago
  38. 5fdf776 New DBus methods to enable/disable P2P update sharing. by Alex Deymo · 11 years ago
  39. cb7fa88 Remove all mentions of Set/Get Track and hard-coding of canary-channel. by Chris Sosa · 11 years ago
  40. f4867c4 Add DBus methods to allow/disallow updates over 3G by Alex Deymo · 11 years ago
  41. 46bf5c8 Remove unnecessary call to the deprecated g_thread_init(). by Ben Chan · 11 years ago
  42. d317e40 Implement Rollback to previously booted partitions. by Chris Sosa · 11 years ago
  43. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 11 years ago
  44. 50c6063 AU: recommend cgpt undo on update_engine_client -reset_status by Gilad Arnold · 11 years ago
  45. d793606 Change how update_engine_client handles DBus proxy failures. by Richard Barnette · 12 years ago
  46. 8e3f126 AU: replace sleep/usleep with g_usleep by Gilad Arnold · 12 years ago
  47. c1ba09a Support in update_engine for script for UI jank investigation. by Jay Srinivasan · 12 years ago
  48. a0b9e77 AU: Ensure update_engine_client get proxy retries are spaced out in time. by Darin Petkov · 13 years ago
  49. 8ed2d16 client: don't log about getting dbus proxy tries until one fails. by Andrew de los Reyes · 13 years ago
  50. 68ab6ed client: GetProxy: add retries by Andrew de los Reyes · 13 years ago
  51. 583667b AU: Implement getting of tracks through GetTrack. by Satoru Takabayashi · 14 years ago
  52. 49d9132 AU: Implement switching of tracks through SetTrack. by Darin Petkov · 14 years ago
  53. 8daa324 AU: Provide a D-Bus API for changing the update track. by Darin Petkov · 14 years ago
  54. 71e8e5c update_engine_client: Clarify error message. by Kenneth Waters · 14 years ago
  55. 9d911fa AU: Update status to DOWNLOADING only after receiving some bytes from server. by Darin Petkov · 14 years ago
  56. 58529db Provide a -update option to the AU client to allow synchronous updates. by Darin Petkov · 14 years ago
  57. 296889c AU: Provide a reboot_if_needed D-Bus API. by Darin Petkov · 14 years ago
  58. 5a7f565 Add support to update_engine_client for -app_version and -omaha_url. by Darin Petkov · 14 years ago
  59. ada4220 AU: land http://codereview.chromium.org/2931008/show for tfarina by Andrew de los Reyes · 14 years ago
  60. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  61. c702078 AU: FilesystemCopierAction: copy bit-exactly by Andrew de los Reyes · 14 years ago
  62. 4e9b9f4 AU: Beginnings of dbus support. by Andrew de los Reyes · 14 years ago