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