1. 6a9d349 platform2: Fix issues with new version of libchrome by Alex Vakulenko · 9 years ago
  2. 249fbf5 update_engine: Avoid emitting a MOVE to 0. by Alex Deymo · 9 years ago
  3. 509dd53 update_engine: Convert update_manager to chromeos::MessageLoop. by Alex Deymo · 9 years ago
  4. cc16925 update_engine: Switch main to GlibMessageLoop. by Alex Deymo · 9 years ago
  5. a508705 update_engine: Fix memory leak on new ext2_filesystem code. by Alex Deymo · 9 years ago
  6. bfeeb2e update_engine: Fix temp file leak in unittest. by Alex Deymo · 9 years ago
  7. 218b45f update_engine: Remove unused ScopedFileDescriptorCloser. by Alex Deymo · 9 years ago
  8. 1beda78 update_engine: Remove unused IsIdempotentOperation(). by Alex Deymo · 9 years ago
  9. 35589c2 update_engine: Remove rootfs_mountpt from ImageConfig. by Alex Deymo · 9 years ago
  10. 6b9e38e update_engine: Use the FilesystemInterface to generate deltas. by Alex Deymo · 9 years ago
  11. 2b19cfb update_engine: Introduce FilesystemInterface abstraction. by Alex Deymo · 10 years ago
  12. a376a6e update_engine: Implement FilterExtentRanges. by Alex Deymo · 9 years ago
  13. 52490e7 update_engine: Further move Extent manipulation to extent_utils. by Alex Deymo · 9 years ago
  14. 2350445 update_engine: Remove duplicated function. by Alex Deymo · 9 years ago
  15. 5c6c655 update_engine: Split Extent utils from graph_utils. by Alex Deymo · 9 years ago
  16. cef5cd6 update_engine: fix -Wpessimizing-move warning by Yunlian Jiang · 9 years ago
  17. 46bd4e2 update_engine: Fix splitting and merging of operation. by Gilad Arnold · 9 years ago
  18. 14c0f1b update_engine: Disable splitting of fragmented REPLACE_BZ operations. by Gilad Arnold · 9 years ago
  19. 41e3474 update_engine: Merge contiguous operations (reprise). by Gilad Arnold · 9 years ago
  20. 542032d Revert "update_engine: Merge contiguous operations." by Gilad Arnold · 9 years ago
  21. c31e4a7 update_engine: drop SYSROOT checks by Mike Frysinger · 9 years ago
  22. 58455ae update_engine: Merge contiguous operations. by Allie Wood · 9 years ago
  23. c4797c4 update_engine: Delta generator should not read past old image size. by Gilad Arnold · 9 years ago
  24. db1d5a6 update_engine: Sort operations by output block. by Allie Wood · 9 years ago
  25. 0d73e03 update_engine: Split fragmented REPLACE_BZ ops. by Allie Wood · 9 years ago
  26. ba4c8b7 update_engine: Split fragmented REPLACE operations. by Allie Wood · 9 years ago
  27. b6656a7 update_engine: Split fragmented SOURCE_COPY ops. by Allie Wood · 9 years ago
  28. eb9e6d8 update_engine: Remove copy from source to destination partition. by Allie Wood · 9 years ago
  29. 6eeec90 update_engine: Change delta minor version to 2. by Allie Wood · 9 years ago
  30. 3d3337b Revert "update_engine: Change delta minor version to 2." by Alex Deymo · 9 years ago
  31. c8cece1 update_engine: Change delta minor version to 2. by Allie Wood · 9 years ago
  32. 0c8cf7e update_engine: Fix PReadAll and PWriteAll to be able to seek to 0. by Allie Wood · 9 years ago
  33. fddb6d4 update_engine: Fix metadata handling when inode table is in a different block group. by Alex Deymo · 9 years ago
  34. 9f6f0a5 update_engine: Implement SOURCE_COPY/SOURCE_BSDIFF operations. by Allie Wood · 10 years ago
  35. 18f48aa Use PLOG instead of LOG with strerror() by Alex Deymo · 9 years ago
  36. 5687345 update_engine: Remove sparse hole extents. by Allie Wood · 10 years ago
  37. 703022b Revert "update_engine: Remove sparse hole extents." by Shawn N · 9 years ago
  38. 8e2c4ef update_engine: Remove sparse hole extents. by Allie Wood · 10 years ago
  39. b0d74eb update_engine: Check XmlEncode() input strings. by Alex Deymo · 10 years ago
  40. 8e18f93 update_engine: Add Cohort, CohortName, CohortHint to Omaha protocol. by Alex Deymo · 10 years ago
  41. b96ecda platform2: Explicitly use base:: namespace with CommandLine by Alex Vakulenko · 10 years ago
  42. 3310b22 update_engine: Silence errors from CanResumeUpdate() by Alex Deymo · 10 years ago
  43. 85ed2c6 delete __STDC_{FORMAT,LIMIT}_MACROS by Mike Frysinger · 10 years ago
  44. 82eee80 common-mk: enable LFS by default by Mike Frysinger · 10 years ago
  45. 477aec2 update_engine: Refactor OperationsGenerator into a base class. by Alex Deymo · 10 years ago
  46. 08d5a45 update_engine: Fake out GatherExtents in all tests. by Alex Deymo · 10 years ago
  47. fdf0051 update_engine: Add fds for the source partitions. by Allie Wood · 10 years ago
  48. de942f3 update_engine: Generate valid delta files for squashfs. by Alex Deymo · 10 years ago
  49. a78b28c update_engine: Support full update on MTD devices by Nam T. Nguyen · 10 years ago
  50. 53c4fff update_engine: fix -Wbraced-scalar-init warning. by Yunlian Jiang · 10 years ago
  51. a26432a update_engine: Use the rootfs size specified by verity. by Alex Deymo · 10 years ago
  52. 6ded654 update_engine: Make mkfs.ext3 quiet. by Alex Deymo · 10 years ago
  53. 9b244df update_engine: Refactor operation generation methods. by Alex Deymo · 10 years ago
  54. f1cbe17 update_engine: Refactor payload generation request args in a class. by Alex Deymo · 10 years ago
  55. 1f93d03 update_engine: Make dd less verbose. by Alex Deymo · 10 years ago
  56. 08d4931 update_engine: fixes to use chromeos-dbus-bindings generation by Timothy Jennison · 10 years ago
  57. fffd23e update_engine: Payload generator emits SOURCE_COPY and SOURCE_BSDIFF ops. by Allie Wood · 10 years ago
  58. cd514b5 update_engine: Refactor inplace payload generator algorithm code. by Allie Wood · 10 years ago
  59. 3283a55 update_engine: Add new operation codes for a to b operations by Allie Wood · 10 years ago
  60. 425aa97 update_engine: Changes to delta minor version detection by Allie Wood · 10 years ago
  61. 78750a4 update_engine: Detect supported minor version from conf file. by Allie Wood · 10 years ago
  62. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  63. 981a9fb platform2: Switch over to using base64 functions from libchromeos by Alex Vakulenko · 10 years ago
  64. b8ccad0 update_engine: Add command line option for payload minor version. by Allie Wood · 10 years ago
  65. 063181c update_engine: Fix delta generator mishandling of unchanged blocks. by Gilad Arnold · 10 years ago
  66. 3c3807c update_engine: Reduce file size for p2p /tmp files. by Alex Deymo · 10 years ago
  67. 35866ed update_engine: fix -Winconsistent-missing-override warning by Yunlian Jiang · 10 years ago
  68. 8ce80d6 update_engine: Improve update_engine_client flag checking. by Alex Deymo · 10 years ago
  69. 907b4fa update_engine: Don't require hashes for non-official builds. by David Pursell · 10 years ago
  70. 1ac8b59 update_engine: Extend rollback documentation with powerwash behavior. by Alex Deymo · 10 years ago
  71. f1d582e update_engine: Add MtdFileDescriptor and UbiFileDescriptor by Nam T. Nguyen · 10 years ago
  72. 9b7ae1a update_engine: Refresh device policy when it is updated. by Alex Deymo · 10 years ago
  73. 513599c Log reasons for stateful clobber. by Thiemo Nagel · 10 years ago
  74. 2b67a59 update_engine: Specifically cast macro param to "bool" by Nam T. Nguyen · 10 years ago
  75. 9c155d2 Update libchrome to r307740 and fix build errors by Alex Vakulenko · 10 years ago
  76. 02c1864 update_engine: Allow `cros flash` on base images. by David Pursell · 10 years ago
  77. fc144e6 update_engine: Move -Wnon-virtual-dtor to CC flags by Nam T. Nguyen · 10 years ago
  78. a461fc3 update_engine: Used brace initialization instead of ad-hoc function. by Alex Deymo · 10 years ago
  79. 965d708 update_engine: Remove unused methods from UpdateAttempter. by Alex Deymo · 10 years ago
  80. 6657498 update_engine: Register the default marshaller before adding a signal. by Alex Deymo · 10 years ago
  81. 610277e update_engine: Add override when possible. by Alex Deymo · 10 years ago
  82. aab50e3 Include the implemented header first in all projects. by Alex Deymo · 10 years ago
  83. e894870 update_engine: Enforce virtual destructors on virtual classes. by Alex Deymo · 10 years ago
  84. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  85. 192393b update_engine: Add support for parsing the size of a squashfs. by Alex Deymo · 10 years ago
  86. 4c82df3 update_engine: Attempt to mount the ROOTFS as squashfs during postinst. by Alex Deymo · 10 years ago
  87. 4a0321b update_engine: Policy determines P2P enabled status. by Gilad Arnold · 10 years ago
  88. 020600d update_engine: Use C++11 range-based for loop when possible. by Alex Deymo · 10 years ago
  89. 98c5ae2 update_engine: Remove unused utils. by Alex Deymo · 10 years ago
  90. 41f2cf5 update_engine: Share payloads for a maximum of five days only. by David Zeuthen · 10 years ago
  91. f06b3bb update_engine: Remove deprecated build and coverage files. by Alex Deymo · 10 years ago
  92. 8427b4a update_engine: Standarize mock/fake filenames. by Alex Deymo · 10 years ago
  93. 2c0db7b update_engine: Use FakePrefs instead of the real Prefs in unittests. by Alex Deymo · 10 years ago
  94. 7fb6e25 update_engine: UM: MockPolicy extends DefaultPolicy by default. by Gilad Arnold · 10 years ago
  95. 78ecbfc update_engine: UM: Separate global P2P usage from payload-specific attributes. by Gilad Arnold · 10 years ago
  96. 74b5f55 update_engine: Relocate inference and storage of P2P related properties. by Gilad Arnold · 10 years ago
  97. 14a9e70 update_engine: UM: Properly handle update download deterrents. by Gilad Arnold · 10 years ago
  98. b2f9919 update_engine: UM: Policy to distinguish between P2P downloading and sharing. by Gilad Arnold · 10 years ago
  99. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  100. ebbe7ef update_engine: Don't sent <ping a=-1 r=-1> once the device was powerwashed. by Alex Deymo · 10 years ago