1. 3317b88 Add IMGDIFF operation to protobuf. by Sen Jiang · 9 years ago
  2. 690810b update_engine_client: Prevent hanging the client. by Alex Deymo · 9 years ago
  3. e78e3fb Add bind() function to the binder interface. by Tao Bao · 9 years ago
  4. 40e84df Update the weave state after changing the tracking channel. by Alex Deymo · 9 years ago
  5. 1944141 Initialize DBus in CreateInstance by Casey Dahlin · 9 years ago
  6. 97c8705 Introduce status handlers and use them in client by Casey Dahlin · 9 years ago
  7. c7cc45e update_engine: Use helper Command::AbortWithCustomError() method by Alex Vakulenko · 9 years ago
  8. 210591e update_engine: Split out the trait name from the command name by Alex Vakulenko · 9 years ago
  9. e119e6a update_engine: Switch to use Binder interface to weaved by Alex Vakulenko · 9 years ago
  10. 042f8a1 Add a rule for brillo_update_payload. by Tao Bao · 9 years ago
  11. f7ead81 Implement update_engine weave commands by Alex Deymo · 9 years ago
  12. d815846 Add missing override to GetPrevVersion by Casey Dahlin · 9 years ago
  13. ab5bd66 update_engine: Disable RTTI by Alex Vakulenko · 9 years ago
  14. 02152c3 Use GID "wakelock" to control access to kernel wakelock by Pavlin Radoslavov · 9 years ago
  15. ef36113 Move all blocking client calls to libupdate_engine_client by Casey Dahlin · 9 years ago
  16. 87ab88e Port all available calls to libupdate_engine_client by Casey Dahlin · 9 years ago
  17. dbd1711 Fix use of local-generated-sources-dir. by Ying Wang · 9 years ago
  18. e844c1a Port update_engine_client ResetStatus command to lib by Casey Dahlin · 9 years ago
  19. 05e0e38 Compile delta_generator for the host. by Alex Deymo · 9 years ago
  20. 5a4c513 Fix UpdateAttempter unittests. by Alex Deymo · 9 years ago
  21. e7ba31b Fix BootControlChromeOS unittest references. by Alex Deymo · 9 years ago
  22. 2f48c41 Import brillo_update_payload from Chrome OS dev-utils. by Alex Deymo · 9 years ago
  23. 1b03f9f Move hardware and boot_control implementation to libupdate_engine. by Alex Deymo · 9 years ago
  24. b09305e Compile delta_generator and payload_consumer when "dbus" is disabled. by Alex Deymo · 9 years ago
  25. 9bc7aae Initialize the ChromeBrowserProxyResolver only once. by Alex Deymo · 9 years ago
  26. f987481 Fix unittest in FilesystemVerifierActionTest. by Sen Jiang · 9 years ago
  27. 889c65d Switch supported minor version to 3. by Sen Jiang · 9 years ago
  28. 1ad42ad Optional source filesystem verification in minor version 3. by Sen Jiang · 9 years ago
  29. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 9 years ago
  30. 33e91e7 Fix certificate checker callback lifetime. by Alex Deymo · 9 years ago
  31. 2b4268c Fix crash on shutdown when update in progress. by Alex Deymo · 9 years ago
  32. ab49446 Restrict update_engine SSL certs. by Alex Deymo · 9 years ago
  33. b15a0b8 Remove SystemState from post-install step. by Alex Deymo · 9 years ago
  34. 706a5ab Remove SystemState dependency from HttpFetcher and InstallPlan. by Alex Deymo · 9 years ago
  35. c1c17b4 Report Enum metrics from CertificateChecker. by Alex Deymo · 9 years ago
  36. 9138ef5 Remove unused includes. by Alex Deymo · 9 years ago
  37. 5609277 Add bspatch as a dependency of update_engine deamon. by Sen Jiang · 9 years ago
  38. 9c12346 Fix temporary directory path in Android. by Sen Jiang · 9 years ago
  39. 22ad861 Delete DownloadActionDelegate::SetDownloadStatus() method. by Alex Deymo · 9 years ago
  40. 5bdc61b Revert "Conditionally set dbus group in init rc." by Tao Bao · 9 years ago
  41. 5029dbb Conditionally set dbus group in init rc. by Tao Bao · 9 years ago
  42. 09af881 Enable rich status reporting for binder interface by Christopher Wiley · 9 years ago
  43. 2ec4aab Verify operation source hash if present. by Sen Jiang · 9 years ago
  44. cd60dca Fix update_engine build for non-Brillo targets. by Alex Deymo · 9 years ago
  45. 4218b7e Disable DBus dependent targets when "dbus" USE flag is not set. by Alex Deymo · 9 years ago
  46. 9e1eda9 Add Binder service for update_engine by Christopher Wiley · 9 years ago
  47. a259179 Move metrics time helpers to metrics_utils. by Alex Deymo · 9 years ago
  48. 6f7b22c brillo_update_payload: Pass postinstall config file to delta_generator. by Sen Jiang · 9 years ago
  49. e67a8bb Fix mtd_file_descriptor includes. by Alex Deymo · 9 years ago
  50. 38429cf common: Split out metrics utils from utils.cc. by Alex Deymo · 9 years ago
  51. 05feee0 delta_generator: Include postinstall calls in the payload major version 2. by Sen Jiang · 9 years ago
  52. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  53. f514c54 brillo_payload_generator: Adding warn function and flag verification by Jason Kusuma · 9 years ago
  54. 82352f9 delta_generator: Include per-operation source hash. by Sen Jiang · 9 years ago
  55. 9fded1e Send Omaha event_type 54 after reboot to new update. by Alex Deymo · 9 years ago
  56. 5378f5e Initialize channel information on Init(). by Alex Deymo · 9 years ago
  57. d942f9d Return the error reason to the caller of SetTargetChannel. by Alex Deymo · 9 years ago
  58. af1575f Fix logging percentage in BlobFileWriter. by Sen Jiang · 9 years ago
  59. dbe13b4 Increase exponential backoff maximum time to 26h on Brillo. by Alex Deymo · 9 years ago
  60. 3e728fe Do not include signature dummy operation in major version 2. by Sen Jiang · 9 years ago
  61. 35f358b Fix delta performer integration test. by Sen Jiang · 9 years ago
  62. 168b535 brillo_payload_generator: Pass the list of partitions to the generator. by Alex Deymo · 9 years ago
  63. 7a2c47e Enable payload v2. by Alex Deymo · 9 years ago
  64. f681380 Fix verifying payload signature in major version 2. by Sen Jiang · 9 years ago
  65. 76bfa74 Verify metadata signature in major version 2. by Sen Jiang · 9 years ago
  66. 1fbaac8 Handle not connected message from shill. by Alex Deymo · 9 years ago
  67. 83f2f70 Pass the correct major_version when generating updates. by Alex Deymo · 9 years ago
  68. 787dc41 Add USE flags to the Android.mk by Alex Deymo · 9 years ago
  69. c372ab6 Android.mk: Remove makefile macro and let make resolve transitive dependencies. by Alex Deymo · 9 years ago
  70. efb9d83 Fix OmahaRequestAction unittest. by Alex Deymo · 9 years ago
  71. 87c0886 Send "success reboot" only after an update. by Alex Deymo · 9 years ago
  72. 4cf1402 update_engine: Fix Android.mk typo. by Alex Vakulenko · 9 years ago
  73. 1bab5a8 update_engine: Rename libchromeos into libbrillo by Alex Vakulenko · 9 years ago
  74. bf1266f Pass out_hash_file to delta_generator. by Sen Jiang · 9 years ago
  75. c8f6b7a Check PartitionUpdate field for old partition info in ValidateManifest. by Sen Jiang · 9 years ago
  76. df6d9f4 Use new Any::GetUndecoratedTypeName() method by Alex Vakulenko · 9 years ago
  77. 3be05c8 Fix use-after-free in unittest setup code. by Alex Deymo · 9 years ago
  78. 644f618 delta_generator: Include metadata signature in major version 2. by Sen Jiang · 9 years ago
  79. 720df3e Skip metadata signature when hashing payload in major version 2. by Sen Jiang · 9 years ago
  80. abdc011 Fix building delta_generator. by Alex Deymo · 9 years ago
  81. 14e7dde Poll Omaha every 5 hours on Brillo builds. by Alex Deymo · 9 years ago
  82. 0bc2611 Move bzip.h to payload_generator. by Alex Deymo · 9 years ago
  83. 1016ae1 Remove unused BlockDevSize(const string& path). by Alex Deymo · 9 years ago
  84. 110e030 Remove test_utils::RecursiveUnlinkDir(). by Alex Deymo · 9 years ago
  85. aef1c6f PayloadVerifier should not depend on DeltaPerformer to load payload. by Sen Jiang · 9 years ago
  86. 35b3584 Use CA certificates from standard location in Brillo. by Alex Deymo · 9 years ago
  87. 6eddf26 BootControlStub: New class used if CreateBootControl() fail. by David Zeuthen · 9 years ago
  88. 8561665 Read ProductId, ProductVersion and Channel setting in Brillo. by Alex Deymo · 9 years ago
  89. 5fa2c6d Disable post-install on major version 1 payloads in Brillo. by Alex Deymo · 9 years ago
  90. 703803c update_engine.rc: Add update_engine to system group. by Alex Deymo · 9 years ago
  91. 957ce12 brillo_update_payload: Drop common.sh. by Gilad Arnold · 9 years ago
  92. 7454265 Don't attempt to create prefs directory if already exists. by Alex Deymo · 9 years ago
  93. f22a39a init: Start update_engine by default as root. by Alex Deymo · 9 years ago
  94. 8241ffb Print operation names using InstallOperationTypeName(). by Alex Deymo · 9 years ago
  95. 9a4cae2 brillo_update_payload: Add metadata_size_file flag by Jason Kusuma · 9 years ago
  96. 906191f Base the update complete marker on persisted data. by Alex Deymo · 9 years ago
  97. d6f6007 update_manager: Make Prefs Variable async. by Alex Deymo · 9 years ago
  98. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  99. 25fbdf8 Merge "delta_generator: Add --out_metadata_size_file flag." by Sen Jiang · 9 years ago
  100. 6dd160a Disable deadline file in Android. by Alex Deymo · 9 years ago