1. 8a7d0ca Rename DBus adaptor .xml file to .dbus-xml by Alex Deymo · 10 years ago
  2. 5476a47 Add PRESUBMIT.cfg to check the right license header. by Alex Deymo · 10 years ago
  3. a7a34d8 Build update_engine from the new directory path. by Alex Deymo · 10 years ago
  4. 431992f Merge "Fix cros_workon_make for update_engine." by Alex Deymo · 10 years ago
  5. 5456c19 Call SetOperationBlob in ChunkProcessor by Sen Jiang · 10 years ago
  6. 2b730d7 Fix cros_workon_make for update_engine. by Alex Deymo · 10 years ago
  7. b8803bb Split DBus client proxies into separated headers. by Alex Deymo · 10 years ago
  8. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
  9. d2956cc update_engine: Split DBus client proxies to a library. by Alex Deymo · 10 years ago
  10. 583f7b9 Sync update_engine from chromiumos/platform2. by Alex Deymo · 10 years ago
  11. ac6246a update_engine: Extend payload metadata with Brillo fields. by Alex Deymo · 10 years ago
  12. a12ee11 update_engine: Move InstallOperation to the top level. by Alex Deymo · 10 years ago
  13. c00c98a update_engine: Use portable string format functions. by Alex Deymo · 10 years ago
  14. f7feb23 update_engine: libupdate_engine depends on dbus-proxies action. by Alex Deymo · 10 years ago
  15. 04ef207 update_engine: Upload sample images for testing. by Alex Deymo · 10 years ago
  16. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 10 years ago
  17. 3053450 update_engine: Switch to chrome-dbus for client requests in update_engine by Alex Deymo · 10 years ago
  18. b7ca096 update_engine: Migrate UE DBus service to chrome DBus bindings. by Alex Deymo · 11 years ago
  19. 8cc502d update_engine: Change OperationsGenerator to use BlobFileWriter by Sen Jiang · 10 years ago
  20. 535f3b7 update_engine: Use chromeos::Process in http_fetcher_unittest. by Alex Deymo · 10 years ago
  21. ea4444d update_engine: Replace g_usleep() with usleep(). by Alex Deymo · 10 years ago
  22. b9e8e26 update_engine: Use FileStream in FilesystemVerifierAction. by Alex Deymo · 10 years ago
  23. f6ee016 update_engine: Move ConnectionManager to an abstract Interface. by Alex Deymo · 10 years ago
  24. 75eac7e update_engine: Convert NetworkConnectionType to enum class. by Alex Deymo · 10 years ago
  25. 461b259 update_engine: Use libchromeos to launch subprocesses. by Alex Deymo · 10 years ago
  26. 7fad7b7 update_engine: Replace gthread with libchrome equivalents. by Alex Deymo · 10 years ago
  27. cfe8c15 update_engine: Set a sane chunk_size default. by Alex Deymo · 10 years ago
  28. 2d3b2d6 update_engine: Implement soft/hard chunk size limits. by Alex Deymo · 10 years ago
  29. da73df5 update_engine: Fix flaky DeltaPerformerTest. by Alex Deymo · 10 years ago
  30. 56a088e update_engine: Remove deprecated flags. by Alex Deymo · 10 years ago
  31. 896fdba update_engine: Prevent the InplaceGenerator to add MOVEs to block 0. by Alex Deymo · 10 years ago
  32. 2a57bfa update_engine: Add NOTICE and MODULE_LICENSE_* files by Gaurav Shah · 10 years ago
  33. 3b2c7d0 update_engine: Sort full operations by destination. by Alex Deymo · 10 years ago
  34. f616535 update_engine: Resolve read-after-write dependencies in the kernel. by Alex Deymo · 10 years ago
  35. f006135 update_engine: Handle moved and zero blocks in payload generation. by Alex Deymo · 10 years ago
  36. 957cf4d update_engine: Stop watching stdout when child closes it. by Alex Deymo · 10 years ago
  37. 80efdf4 Add libchromeos-glib for glib dependencies by Christopher Wiley · 10 years ago
  38. ba2b2ee Merge branch 'rewrite-update_engine' into merge-update_engine by Alex Deymo · 10 years ago
  39. 454b798 update_engine: Remove directory iteration usage of glib. by Alex Deymo · 10 years ago
  40. b339155 update_engine: Remove usage of g_shell_parse_argv(). by Alex Deymo · 10 years ago
  41. 20c9920 update_engine: Remove libgio usage from FilesystemVerifierAction. by Alex Deymo · 10 years ago
  42. 29b8153 update_engine: Watch file descriptors using chromeos::MessageLoop. by Alex Deymo · 10 years ago
  43. 701376d Initial empty repository by Bill Yi · 10 years ago
  44. b42b98d update_engine: Load minor_version from the FilesystemInterface. by Alex Deymo · 10 years ago
  45. 2e9533b update_engine: Expose the update_engine.conf in the FilesystemInterface. by Alex Deymo · 10 years ago
  46. 13e0dd6 update_engine: client waits for the service to be ready. by Alex Deymo · 10 years ago
  47. 1415857 update_engine: Split delta_diff_generator file. by Alex Deymo · 10 years ago
  48. 6c396a9 update_engine: Fix full payload generation when using chunk_size. by Alex Deymo · 10 years ago
  49. 8e66534 Revert "update_engine: Change the default chunk_size to 200MB" by Alex Deymo · 10 years ago
  50. 00d79ac update_engine: Persist cohorts sent by omaha even if there's no update. by Alex Deymo · 10 years ago
  51. 914c446 update_engine: Fix bzip size types. by Alex Deymo · 10 years ago
  52. 2a9cb2a update_engine: Remove unused ext2_utils.h by Alex Deymo · 10 years ago
  53. 2b6b1db update_engine: Change the default chunk_size to 200MB by Kevin Cernekee · 10 years ago
  54. 8d2bbe3 update_engine: Move glib related utils to glib_utils.h. by Alex Deymo · 10 years ago
  55. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 10 years ago
  56. 72aa002 update_engine: Migrate update_engine_client to chrome DBus bindings. by Alex Deymo · 10 years ago
  57. a4a80f5 update_engine: Remove unused utils functions. by Alex Deymo · 10 years ago
  58. a9bb7dc update_engine: Log the error message when Omaha response is invalid XML. by Alex Deymo · 10 years ago
  59. cc45785 update_engine: Remove g_markup_escape_text usage. by Alex Deymo · 10 years ago
  60. 0bb2341 update_engine: Add locations to the MessageLoop calls. by Alex Deymo · 10 years ago
  61. 6a9d349 platform2: Fix issues with new version of libchrome by Alex Vakulenko · 10 years ago
  62. 249fbf5 update_engine: Avoid emitting a MOVE to 0. by Alex Deymo · 10 years ago
  63. 509dd53 update_engine: Convert update_manager to chromeos::MessageLoop. by Alex Deymo · 10 years ago
  64. cc16925 update_engine: Switch main to GlibMessageLoop. by Alex Deymo · 10 years ago
  65. a508705 update_engine: Fix memory leak on new ext2_filesystem code. by Alex Deymo · 10 years ago
  66. bfeeb2e update_engine: Fix temp file leak in unittest. by Alex Deymo · 10 years ago
  67. 218b45f update_engine: Remove unused ScopedFileDescriptorCloser. by Alex Deymo · 10 years ago
  68. 1beda78 update_engine: Remove unused IsIdempotentOperation(). by Alex Deymo · 10 years ago
  69. 35589c2 update_engine: Remove rootfs_mountpt from ImageConfig. by Alex Deymo · 10 years ago
  70. 6b9e38e update_engine: Use the FilesystemInterface to generate deltas. by Alex Deymo · 10 years ago
  71. 2b19cfb update_engine: Introduce FilesystemInterface abstraction. by Alex Deymo · 10 years ago
  72. a376a6e update_engine: Implement FilterExtentRanges. by Alex Deymo · 10 years ago
  73. 52490e7 update_engine: Further move Extent manipulation to extent_utils. by Alex Deymo · 10 years ago
  74. 2350445 update_engine: Remove duplicated function. by Alex Deymo · 10 years ago
  75. 5c6c655 update_engine: Split Extent utils from graph_utils. by Alex Deymo · 10 years ago
  76. cef5cd6 update_engine: fix -Wpessimizing-move warning by Yunlian Jiang · 10 years ago
  77. 46bd4e2 update_engine: Fix splitting and merging of operation. by Gilad Arnold · 10 years ago
  78. 14c0f1b update_engine: Disable splitting of fragmented REPLACE_BZ operations. by Gilad Arnold · 10 years ago
  79. 41e3474 update_engine: Merge contiguous operations (reprise). by Gilad Arnold · 10 years ago
  80. 542032d Revert "update_engine: Merge contiguous operations." by Gilad Arnold · 10 years ago
  81. c31e4a7 update_engine: drop SYSROOT checks by Mike Frysinger · 10 years ago
  82. 58455ae update_engine: Merge contiguous operations. by Allie Wood · 10 years ago
  83. c4797c4 update_engine: Delta generator should not read past old image size. by Gilad Arnold · 10 years ago
  84. db1d5a6 update_engine: Sort operations by output block. by Allie Wood · 10 years ago
  85. 0d73e03 update_engine: Split fragmented REPLACE_BZ ops. by Allie Wood · 10 years ago
  86. ba4c8b7 update_engine: Split fragmented REPLACE operations. by Allie Wood · 10 years ago
  87. b6656a7 update_engine: Split fragmented SOURCE_COPY ops. by Allie Wood · 10 years ago
  88. eb9e6d8 update_engine: Remove copy from source to destination partition. by Allie Wood · 10 years ago
  89. 6eeec90 update_engine: Change delta minor version to 2. by Allie Wood · 10 years ago
  90. 3d3337b Revert "update_engine: Change delta minor version to 2." by Alex Deymo · 10 years ago
  91. c8cece1 update_engine: Change delta minor version to 2. by Allie Wood · 10 years ago
  92. 0c8cf7e update_engine: Fix PReadAll and PWriteAll to be able to seek to 0. by Allie Wood · 10 years ago
  93. fddb6d4 update_engine: Fix metadata handling when inode table is in a different block group. by Alex Deymo · 10 years ago
  94. 9f6f0a5 update_engine: Implement SOURCE_COPY/SOURCE_BSDIFF operations. by Allie Wood · 10 years ago
  95. 18f48aa Use PLOG instead of LOG with strerror() by Alex Deymo · 10 years ago
  96. 5687345 update_engine: Remove sparse hole extents. by Allie Wood · 10 years ago
  97. 703022b Revert "update_engine: Remove sparse hole extents." by Shawn N · 10 years ago
  98. 8e2c4ef update_engine: Remove sparse hole extents. by Allie Wood · 10 years ago
  99. b0d74eb update_engine: Check XmlEncode() input strings. by Alex Deymo · 10 years ago
  100. 8e18f93 update_engine: Add Cohort, CohortName, CohortHint to Omaha protocol. by Alex Deymo · 10 years ago