1. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 9 years ago
  2. 05feee0 delta_generator: Include postinstall calls in the payload major version 2. by Sen Jiang · 9 years ago
  3. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago
  4. 82352f9 delta_generator: Include per-operation source hash. by Sen Jiang · 9 years ago
  5. af1575f Fix logging percentage in BlobFileWriter. by Sen Jiang · 9 years ago
  6. 3e728fe Do not include signature dummy operation in major version 2. by Sen Jiang · 9 years ago
  7. 644f618 delta_generator: Include metadata signature in major version 2. by Sen Jiang · 9 years ago
  8. 720df3e Skip metadata signature when hashing payload in major version 2. by Sen Jiang · 9 years ago
  9. abdc011 Fix building delta_generator. by Alex Deymo · 9 years ago
  10. 0bc2611 Move bzip.h to payload_generator. by Alex Deymo · 9 years ago
  11. aef1c6f PayloadVerifier should not depend on DeltaPerformer to load payload. by Sen Jiang · 9 years ago
  12. 8241ffb Print operation names using InstallOperationTypeName(). by Alex Deymo · 9 years ago
  13. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  14. 25fbdf8 Merge "delta_generator: Add --out_metadata_size_file flag." by Sen Jiang · 9 years ago
  15. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 9 years ago
  16. d8ae872 delta_generator: Add --out_metadata_size_file flag. by Sen Jiang · 9 years ago
  17. 7e13b00 Merge "delta_generator: Accept a list of partitions in the command line." by Sen Jiang · 9 years ago
  18. b8060e4 Parse metadata signature size in payload version 2. by Sen Jiang · 9 years ago
  19. 5df6836 delta_generator: Accept a list of partitions in the command line. by Sen Jiang · 9 years ago
  20. 981eb11 Support multiple partitions in ImageConfig by Sen Jiang · 9 years ago
  21. 0d04ce3 Merge "Use file size instead of filesystem size for all partitions." by Sen Jiang · 9 years ago
  22. 2d621a3 Implement REPLACE_XZ on the update_engine. by Alex Deymo · 9 years ago
  23. f2af4c6 Use file size instead of filesystem size for all partitions. by Sen Jiang · 9 years ago
  24. a59304a Merge "Add metadata signature size field in payload major version 2." by Sen Jiang · 9 years ago
  25. b552a68 Check all signatures regardless of the version. by Alex Deymo · 9 years ago
  26. f4bb3e6 Add metadata signature size field in payload major version 2. by Sen Jiang · 9 years ago
  27. cbf0989 Include the major version in update_engine.conf by Alex Deymo · 9 years ago
  28. b9ef491 Move partition info to PartitionUpdate in payload verison 2. by Sen Jiang · 9 years ago
  29. 625406c payload_generator: Remove PartitionName enum. by Sen Jiang · 9 years ago
  30. 70a6ab0 Move install operations to partitions field in major version 2. by Sen Jiang · 9 years ago
  31. 7d9bd92 Include missing REPLACE_XZ switch case. by Alex Deymo · 9 years ago
  32. ef366e1 delta_generator: Accept --metadata_signature_file flag. by Alex Deymo · 9 years ago
  33. 262c7be Remove Chrome OS specific verity_utils module. by Alex Deymo · 9 years ago
  34. 6f20dd4 Fix includes and DBus headers to build on Android. by Alex Deymo · 9 years ago
  35. 46e9b17 Add major_version flag in delta_generator. by Sen Jiang · 9 years ago
  36. ebdf17d Generate update operations per partition by Sen Jiang · 9 years ago
  37. 5456c19 Call SetOperationBlob in ChunkProcessor by Sen Jiang · 9 years ago
  38. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  39. ac6246a update_engine: Extend payload metadata with Brillo fields. by Alex Deymo · 9 years ago
  40. a12ee11 update_engine: Move InstallOperation to the top level. by Alex Deymo · 9 years ago
  41. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 9 years ago
  42. 8cc502d update_engine: Change OperationsGenerator to use BlobFileWriter by Sen Jiang · 9 years ago
  43. 461b259 update_engine: Use libchromeos to launch subprocesses. by Alex Deymo · 9 years ago
  44. 7fad7b7 update_engine: Replace gthread with libchrome equivalents. by Alex Deymo · 9 years ago
  45. cfe8c15 update_engine: Set a sane chunk_size default. by Alex Deymo · 9 years ago
  46. 2d3b2d6 update_engine: Implement soft/hard chunk size limits. by Alex Deymo · 9 years ago
  47. 56a088e update_engine: Remove deprecated flags. by Alex Deymo · 9 years ago
  48. 896fdba update_engine: Prevent the InplaceGenerator to add MOVEs to block 0. by Alex Deymo · 9 years ago
  49. 3b2c7d0 update_engine: Sort full operations by destination. by Alex Deymo · 9 years ago
  50. f616535 update_engine: Resolve read-after-write dependencies in the kernel. by Alex Deymo · 9 years ago
  51. f006135 update_engine: Handle moved and zero blocks in payload generation. by Alex Deymo · 9 years ago
  52. b42b98d update_engine: Load minor_version from the FilesystemInterface. by Alex Deymo · 9 years ago
  53. 2e9533b update_engine: Expose the update_engine.conf in the FilesystemInterface. by Alex Deymo · 9 years ago
  54. 1415857 update_engine: Split delta_diff_generator file. by Alex Deymo · 9 years ago
  55. 6c396a9 update_engine: Fix full payload generation when using chunk_size. by Alex Deymo · 9 years ago
  56. 8e66534 Revert "update_engine: Change the default chunk_size to 200MB" by Alex Deymo · 9 years ago
  57. 2a9cb2a update_engine: Remove unused ext2_utils.h by Alex Deymo · 9 years ago
  58. 2b6b1db update_engine: Change the default chunk_size to 200MB by Kevin Cernekee · 9 years ago
  59. 249fbf5 update_engine: Avoid emitting a MOVE to 0. by Alex Deymo · 9 years ago
  60. a508705 update_engine: Fix memory leak on new ext2_filesystem code. by Alex Deymo · 9 years ago
  61. bfeeb2e update_engine: Fix temp file leak in unittest. by Alex Deymo · 9 years ago
  62. 1beda78 update_engine: Remove unused IsIdempotentOperation(). by Alex Deymo · 9 years ago
  63. 35589c2 update_engine: Remove rootfs_mountpt from ImageConfig. by Alex Deymo · 9 years ago
  64. 6b9e38e update_engine: Use the FilesystemInterface to generate deltas. by Alex Deymo · 9 years ago
  65. 2b19cfb update_engine: Introduce FilesystemInterface abstraction. by Alex Deymo · 9 years ago
  66. 52490e7 update_engine: Further move Extent manipulation to extent_utils. by Alex Deymo · 9 years ago
  67. 2350445 update_engine: Remove duplicated function. by Alex Deymo · 9 years ago
  68. 5c6c655 update_engine: Split Extent utils from graph_utils. by Alex Deymo · 9 years ago
  69. 46bd4e2 update_engine: Fix splitting and merging of operation. by Gilad Arnold · 9 years ago
  70. 14c0f1b update_engine: Disable splitting of fragmented REPLACE_BZ operations. by Gilad Arnold · 9 years ago
  71. 41e3474 update_engine: Merge contiguous operations (reprise). by Gilad Arnold · 9 years ago
  72. 542032d Revert "update_engine: Merge contiguous operations." by Gilad Arnold · 9 years ago
  73. c31e4a7 update_engine: drop SYSROOT checks by Mike Frysinger · 9 years ago
  74. 58455ae update_engine: Merge contiguous operations. by Allie Wood · 9 years ago
  75. c4797c4 update_engine: Delta generator should not read past old image size. by Gilad Arnold · 9 years ago
  76. db1d5a6 update_engine: Sort operations by output block. by Allie Wood · 9 years ago
  77. 0d73e03 update_engine: Split fragmented REPLACE_BZ ops. by Allie Wood · 9 years ago
  78. ba4c8b7 update_engine: Split fragmented REPLACE operations. by Allie Wood · 9 years ago
  79. b6656a7 update_engine: Split fragmented SOURCE_COPY ops. by Allie Wood · 9 years ago
  80. fddb6d4 update_engine: Fix metadata handling when inode table is in a different block group. by Alex Deymo · 9 years ago
  81. 9f6f0a5 update_engine: Implement SOURCE_COPY/SOURCE_BSDIFF operations. by Allie Wood · 9 years ago
  82. 5687345 update_engine: Remove sparse hole extents. by Allie Wood · 9 years ago
  83. 703022b Revert "update_engine: Remove sparse hole extents." by Shawn N · 9 years ago
  84. 8e2c4ef update_engine: Remove sparse hole extents. by Allie Wood · 9 years ago
  85. b96ecda platform2: Explicitly use base:: namespace with CommandLine by Alex Vakulenko · 9 years ago
  86. 477aec2 update_engine: Refactor OperationsGenerator into a base class. by Alex Deymo · 9 years ago
  87. 08d5a45 update_engine: Fake out GatherExtents in all tests. by Alex Deymo · 9 years ago
  88. fdf0051 update_engine: Add fds for the source partitions. by Allie Wood · 10 years ago
  89. de942f3 update_engine: Generate valid delta files for squashfs. by Alex Deymo · 9 years ago
  90. a26432a update_engine: Use the rootfs size specified by verity. by Alex Deymo · 9 years ago
  91. 9b244df update_engine: Refactor operation generation methods. by Alex Deymo · 9 years ago
  92. f1cbe17 update_engine: Refactor payload generation request args in a class. by Alex Deymo · 10 years ago
  93. 1f93d03 update_engine: Make dd less verbose. by Alex Deymo · 9 years ago
  94. fffd23e update_engine: Payload generator emits SOURCE_COPY and SOURCE_BSDIFF ops. by Allie Wood · 10 years ago
  95. cd514b5 update_engine: Refactor inplace payload generator algorithm code. by Allie Wood · 10 years ago
  96. 3283a55 update_engine: Add new operation codes for a to b operations by Allie Wood · 10 years ago
  97. 425aa97 update_engine: Changes to delta minor version detection by Allie Wood · 10 years ago
  98. 78750a4 update_engine: Detect supported minor version from conf file. by Allie Wood · 10 years ago
  99. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  100. 981a9fb platform2: Switch over to using base64 functions from libchromeos by Alex Vakulenko · 10 years ago