1. 2d528b4 Add unit tests to test delta performer directly. by Sen Jiang · 10 years ago
  2. a4365d6 Split delta performer integration test to separate file. by Sen Jiang · 10 years ago
  3. d78b389 Make metadata signature test independent of integration test. by Sen Jiang · 10 years ago
  4. af9a863 Remove obsolete Installer.* metrics. by Alex Deymo · 10 years ago
  5. f123ae2 Remove leaked callback when CleanUp() from TimeoutCallback(). by Alex Deymo · 10 years ago
  6. ed80c80 Merge "ResetStatus() reverts the boot flags changes." by Alex Deymo · 10 years ago
  7. be64092 Merge "Move partition info to PartitionUpdate in payload verison 2." by Sen Jiang · 10 years ago
  8. 9870c0e ResetStatus() reverts the boot flags changes. by Alex Deymo · 10 years ago
  9. 1c4e84a Read official-build and dev-mode from the system properties. by Alex Deymo · 10 years ago
  10. d7971ef Merge "Include post-install path in the payload format." by Alex Deymo · 10 years ago
  11. b9ef491 Move partition info to PartitionUpdate in payload verison 2. by Sen Jiang · 10 years ago
  12. eb86e55 Include post-install path in the payload format. by Alex Deymo · 10 years ago
  13. 60d1cfa Merge "payload_generator: Remove PartitionName enum." by Sen Jiang · 10 years ago
  14. 86e67bc Merge "Disable update_engine by default." by Gilad Arnold · 10 years ago
  15. 625406c payload_generator: Remove PartitionName enum. by Sen Jiang · 10 years ago
  16. 7d95368 Disable update_engine by default. by Gilad Arnold · 10 years ago
  17. 70a6ab0 Move install operations to partitions field in major version 2. by Sen Jiang · 10 years ago
  18. 5fc5e10 Allow ext4 filesystems in postinstall. by Alex Deymo · 10 years ago
  19. 5aa1c54 Create temporary files in the system's temp directory. by Alex Deymo · 10 years ago
  20. 31d95ac Mark the active slot from update_engine instead of /postinstall. by Alex Deymo · 10 years ago
  21. 1459560 Merge "Allow update_engine to create executable files." by Alex Deymo · 10 years ago
  22. a9fea84 Allow update_engine to create executable files. by Alex Deymo · 10 years ago
  23. 06ae786 Merge "Move MarkBootSuccessful to BootControlInterface." by Alex Deymo · 10 years ago
  24. 3f897d4 Merge "Move update_engine to late_start init class." by Gilad Arnold · 10 years ago
  25. 6ab76ae Merge "Use Brillo partition names in payload version 1." by Alex Deymo · 10 years ago
  26. fb3a3b6 Move update_engine to late_start init class. by Gilad Arnold · 10 years ago
  27. aa26f62 Move MarkBootSuccessful to BootControlInterface. by Alex Deymo · 10 years ago
  28. bd4c06b Don't fork the daemon. by Gilad Arnold · 10 years ago
  29. 70141f2 Rename init.update_engine.rc into update_engine.rc. by Gilad Arnold · 10 years ago
  30. 92da84d Add init.update_engine.rc. by Gilad Arnold · 10 years ago
  31. 9cda72d Use Brillo partition names in payload version 1. by Alex Deymo · 10 years ago
  32. dd132f3 Make non-volatile directory platform-specific. by Alex Deymo · 10 years ago
  33. ac41a82 Set default updater URL and version per platform. by Alex Deymo · 10 years ago
  34. 6b3db46 Merge "Remove obsolete GetKernelDevices() method." by Alex Deymo · 10 years ago
  35. 96da363 Merge "BootControlAndroid: Implement using libhardware." by David Zeuthen · 10 years ago
  36. 753fadc BootControlAndroid: Implement using libhardware. by David Zeuthen · 10 years ago
  37. cbea78f Remove obsolete GetKernelDevices() method. by Alex Deymo · 10 years ago
  38. 4d2990d Fix segfault on IsOOBEComplete() Android Stub. by Alex Deymo · 10 years ago
  39. 0290c1f Disable update_engine targets for non-linux hosts. by Alex Deymo · 10 years ago
  40. 2da4902 Merge "Add Android.mk for update_engine targets." by Alex Deymo · 10 years ago
  41. 7d9bd92 Include missing REPLACE_XZ switch case. by Alex Deymo · 10 years ago
  42. d5561a5 Add Android.mk for update_engine targets. by Alex Deymo · 10 years ago
  43. a240d4a Merge "Document payload v2 changes in update_metadata.proto." by Alex Deymo · 10 years ago
  44. c1d7f12 Document payload v2 changes in update_metadata.proto. by Alex Deymo · 10 years ago
  45. daac227 Merge "Remove unused dbus_constants.h." by Alex Deymo · 10 years ago
  46. ef366e1 delta_generator: Accept --metadata_signature_file flag. by Alex Deymo · 10 years ago
  47. ba3b0f5 Remove unused dbus_constants.h. by Alex Deymo · 10 years ago
  48. 758dd53 Skip invalid DefaultService object path values. by Alex Deymo · 10 years ago
  49. 080f6da Merge "Remove Chrome OS specific verity_utils module." by Alex Deymo · 10 years ago
  50. 4600b8b Remove unused ScopedEintrSafeFdCloser class. by Alex Deymo · 10 years ago
  51. 262c7be Remove Chrome OS specific verity_utils module. by Alex Deymo · 10 years ago
  52. b17327c New BootControlInterface implementation for Android. by Alex Deymo · 10 years ago
  53. 40d86b2 Make Hardware class platform specific. by Alex Deymo · 10 years ago
  54. 6f20dd4 Fix includes and DBus headers to build on Android. by Alex Deymo · 10 years ago
  55. 749c176 Add .gyp file for the DBus client library ebuild. by Alex Deymo · 10 years ago
  56. d6deb1d Use installed DBus libraries instead of generating them. by Alex Deymo · 10 years ago
  57. 46e9b17 Add major_version flag in delta_generator. by Sen Jiang · 10 years ago
  58. 0e65938 Merge "update_engine: New BootControlInterface class." by Alex Deymo · 10 years ago
  59. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 10 years ago
  60. f90ca41 Merge "Generate update operations per partition" by Sen Jiang · 10 years ago
  61. ebdf17d Generate update operations per partition by Sen Jiang · 10 years ago
  62. 8a7d0ca Rename DBus adaptor .xml file to .dbus-xml by Alex Deymo · 10 years ago
  63. 5476a47 Add PRESUBMIT.cfg to check the right license header. by Alex Deymo · 10 years ago
  64. a7a34d8 Build update_engine from the new directory path. by Alex Deymo · 10 years ago
  65. 431992f Merge "Fix cros_workon_make for update_engine." by Alex Deymo · 10 years ago
  66. 5456c19 Call SetOperationBlob in ChunkProcessor by Sen Jiang · 10 years ago
  67. 2b730d7 Fix cros_workon_make for update_engine. by Alex Deymo · 10 years ago
  68. b8803bb Split DBus client proxies into separated headers. by Alex Deymo · 10 years ago
  69. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
  70. d2956cc update_engine: Split DBus client proxies to a library. by Alex Deymo · 10 years ago
  71. 583f7b9 Sync update_engine from chromiumos/platform2. by Alex Deymo · 10 years ago
  72. ac6246a update_engine: Extend payload metadata with Brillo fields. by Alex Deymo · 10 years ago
  73. a12ee11 update_engine: Move InstallOperation to the top level. by Alex Deymo · 10 years ago
  74. c00c98a update_engine: Use portable string format functions. by Alex Deymo · 10 years ago
  75. f7feb23 update_engine: libupdate_engine depends on dbus-proxies action. by Alex Deymo · 10 years ago
  76. 04ef207 update_engine: Upload sample images for testing. by Alex Deymo · 10 years ago
  77. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 10 years ago
  78. 3053450 update_engine: Switch to chrome-dbus for client requests in update_engine by Alex Deymo · 10 years ago
  79. b7ca096 update_engine: Migrate UE DBus service to chrome DBus bindings. by Alex Deymo · 11 years ago
  80. 8cc502d update_engine: Change OperationsGenerator to use BlobFileWriter by Sen Jiang · 10 years ago
  81. 535f3b7 update_engine: Use chromeos::Process in http_fetcher_unittest. by Alex Deymo · 10 years ago
  82. ea4444d update_engine: Replace g_usleep() with usleep(). by Alex Deymo · 10 years ago
  83. b9e8e26 update_engine: Use FileStream in FilesystemVerifierAction. by Alex Deymo · 10 years ago
  84. f6ee016 update_engine: Move ConnectionManager to an abstract Interface. by Alex Deymo · 10 years ago
  85. 75eac7e update_engine: Convert NetworkConnectionType to enum class. by Alex Deymo · 10 years ago
  86. 461b259 update_engine: Use libchromeos to launch subprocesses. by Alex Deymo · 10 years ago
  87. 7fad7b7 update_engine: Replace gthread with libchrome equivalents. by Alex Deymo · 10 years ago
  88. cfe8c15 update_engine: Set a sane chunk_size default. by Alex Deymo · 10 years ago
  89. 2d3b2d6 update_engine: Implement soft/hard chunk size limits. by Alex Deymo · 10 years ago
  90. da73df5 update_engine: Fix flaky DeltaPerformerTest. by Alex Deymo · 10 years ago
  91. 56a088e update_engine: Remove deprecated flags. by Alex Deymo · 10 years ago
  92. 896fdba update_engine: Prevent the InplaceGenerator to add MOVEs to block 0. by Alex Deymo · 10 years ago
  93. 2a57bfa update_engine: Add NOTICE and MODULE_LICENSE_* files by Gaurav Shah · 10 years ago
  94. 3b2c7d0 update_engine: Sort full operations by destination. by Alex Deymo · 10 years ago
  95. f616535 update_engine: Resolve read-after-write dependencies in the kernel. by Alex Deymo · 10 years ago
  96. f006135 update_engine: Handle moved and zero blocks in payload generation. by Alex Deymo · 10 years ago
  97. 957cf4d update_engine: Stop watching stdout when child closes it. by Alex Deymo · 10 years ago
  98. 80efdf4 Add libchromeos-glib for glib dependencies by Christopher Wiley · 10 years ago
  99. ba2b2ee Merge branch 'rewrite-update_engine' into merge-update_engine by Alex Deymo · 10 years ago
  100. 454b798 update_engine: Remove directory iteration usage of glib. by Alex Deymo · 10 years ago