1. 0c18424 Replace base string utils with android::base ones by Kelvin Zhang · 7 months ago
  2. 6fbf3be Set default max_thread to 256 by Kelvin Zhang · 7 months ago
  3. 3357e27 Simply Replace libchrome StringToXXs with android base ones by Kokoa Matsuda · 7 months ago
  4. b9a9aa2 Replace chrome string util with android base ones by Kelvin Zhang · 7 months ago
  5. d021d81 Limit partition parallelization to number of CPU cores by Kelvin Zhang · 7 months ago
  6. 91aa217 Replace libchrome size() with C++ standard ones by Kokoa Matsuda · 7 months ago
  7. 1783eb3 Replace libchrome macros.h with android base ones by Kokoa Matsuda · 7 months ago
  8. e68e130 Remove xz_chromeos.cc by Kokoa Matsuda · 7 months ago
  9. 333a619 Remove string_number_conversions.h from payload_generation_config.cc by Kokoa Matsuda · 7 months ago
  10. a9a2513 Remove included file string_util.h from payload_signer.cc by Kokoa Matsuda · 7 months ago
  11. 4e1be09 Remove included file string_split.h from payload_signer.cc by Kokoa Matsuda · 7 months ago
  12. e70b6b4 Remove libchrome dependency from operations_generator.h by Kokoa Matsuda · 7 months ago
  13. 247c9fe Use android-base/macro.h instead of base/macro.h by Kokoa Matsuda · 7 months ago
  14. c485ddd Remove libchrome dependency from full_update_generator.h by Kokoa Matsuda · 7 months ago
  15. 3ec4810 Use android-base/logging.h instead of base/logging.h by Kokoa Matsuda · 7 months ago
  16. 8bf1e69 Remove include base/string/stringprintf.h by Kokoa Matsuda · 7 months ago
  17. 4f02976 Use android-base/stringprintf.h instead of base/string/stringprintf.h by Kokoa Matsuda · 7 months ago
  18. 8dd1ef1 Migrate to erofs-utils v1.8 by Kelvin Zhang · 9 months ago
  19. 722f6f8 update_engine: error out on bad compression factor by Daniel Zheng · 1 year, 2 months ago
  20. 6548116 disable op count overhead for v2 by Daniel Zheng · 1 year, 1 month ago
  21. ecbd6b0 update_engine: never enable BCJ. by Elliott Hughes · 1 year, 1 month ago
  22. 0b735f6 cow estimator: terminate on bad write by Daniel Zheng · 1 year, 2 months ago
  23. 1ab6415 cow estimation: use old partition size by Daniel Zheng · 1 year, 2 months ago
  24. c5be0d2 update_engine: remove global cow version by Daniel Zheng · 1 year, 2 months ago
  25. 2c8189d update_engine: fix cow estimation error by Daniel Zheng · 1 year, 2 months ago
  26. 018bcd7 update_engine: remove temporary estimation by Daniel Zheng · 1 year, 3 months ago
  27. c717f7a v3 cow estimator by Daniel Zheng · 1 year, 3 months ago
  28. 7949fce Fix puffin failure on duplicating deflates by Kelvin Zhang · 1 year, 2 months ago
  29. 04f10af Fix warnings by Daniel Zheng · 1 year, 3 months ago
  30. b06aeb7 update_engine: temporary estimation solution by Daniel Zheng · 1 year, 4 months ago
  31. 4ff0491 update_engine: use compression_factor by Daniel Zheng · 1 year, 4 months ago
  32. e532af3 Improve ExtentRanges::AddExtent() runtime from O(n) to O(log n) by Kelvin Zhang · 1 year, 4 months ago
  33. 5198315 update_engine: cow estimator to use cow version by Daniel Zheng · 1 year, 5 months ago
  34. 09d022d update_engine: use cow_size_info by Daniel Zheng · 1 year, 6 months ago
  35. 49c06b2 Disable XOR ops if compression is set to none by Kelvin Zhang · 1 year, 5 months ago
  36. 1481c0b Convert int to string for payload sizes by Jae Hoon Kim · 1 year, 6 months ago
  37. 2a18e85 Auto detect minor version for complete partial updates by Kelvin Zhang · 1 year, 8 months ago
  38. 18e97e0 Fix erofs-utils 1.7 compatibility by Kelvin Zhang · 1 year, 8 months ago
  39. 316e7c0 Ensure partitions are at least 1 block in size by Kelvin Zhang · 1 year, 8 months ago
  40. dc4b670 Auto-detect minor version number for partial updates by Kelvin Zhang · 1 year, 9 months ago
  41. 957c708 Add a CLI option to enable/disable puffdiff by Kelvin Zhang · 1 year, 10 months ago
  42. 2f6c25a Replace usage of base::Callback with std::function by Kelvin Zhang · 1 year, 11 months ago
  43. 0ba4ca9 Improve cycle breaking heuristic of merge sequence algorithm by Kelvin Zhang · 1 year, 11 months ago
  44. 6c89c66 Make dependency map available via public getter by Kelvin Zhang · 1 year, 11 months ago
  45. 709123b Add partition name field to MergeSequenceGenerator by Kelvin Zhang · 1 year, 11 months ago
  46. a35324f Add test corpus for merge sequence generator by Kelvin Zhang · 1 year, 11 months ago
  47. f68e825 Use unsquashfs specified by caller if possible by Kelvin Zhang · 2 years ago
  48. 8144b25 Refactor for new libsnapshot_cow API. by David Anderson · 2 years ago
  49. ed9b208 Remove unused code in delta_generator by Kelvin Zhang · 2 years ago
  50. 010c6d1 Fix boot image parsing when input image is too small by Kelvin Zhang · 2 years ago
  51. 32b1d7b Remove extra error logs when parsing non-EROFS images by Kelvin Zhang · 2 years ago
  52. 0503d7a Support erofs files which have their last block unaligned by Kelvin Zhang · 2 years, 1 month ago
  53. c145c71 Changing cow version to read from build by Daniel Zheng · 2 years, 1 month ago
  54. cbe8e63 Changed delta_generator to make use of --max_threads by Daniel Zheng · 2 years, 1 month ago
  55. ab2e142 Round partition sizes to multiple of 4K in delta_generator by Kelvin Zhang · 2 years, 1 month ago
  56. 77cb1c6 Switch over from libbrillo flags to gflags by Kelvin Zhang · 2 years, 2 months ago
  57. 1bcd7d7 Fix rollback detection by Kelvin Zhang · 2 years, 3 months ago
  58. cb9932f Fix xor writer failure by Kelvin Zhang · 2 years, 4 months ago
  59. 8436f18 Remove unnecessary call to truncate() by Kelvin Zhang · 2 years, 6 months ago
  60. fc81688 Support overwriting existing signatures when signing OTA by Kelvin Zhang · 2 years, 6 months ago
  61. d11e2fc Move some SOURCE_COPY op processing out of Init() function by Kelvin Zhang · 2 years, 7 months ago
  62. 1528f92 libsnapshot: CowWriter - AddCopy API change by Akilesh Kailash · 2 years, 7 months ago
  63. 3e881aa Initialized unitialized variables. by Daniel Zheng · 2 years, 9 months ago
  64. da07018 Skip writing empty SPL string into update manifest by Kelvin Zhang · 2 years, 9 months ago
  65. cfc531f Add security patch level to update manifest by Kelvin Zhang · 2 years, 9 months ago
  66. b4416c9 Fix duplicate verity bug by Kelvin Zhang · 2 years, 10 months ago
  67. 2931bee Fix missing label ops during cow size estimation by Kelvin Zhang · 2 years, 10 months ago
  68. 56c7069 Fix bug where uncompressed files do not get extent info populated by Kelvin Zhang · 3 years ago
  69. 9dbc660 payload_generator: Fix distribution for LLVM roll by Jordan R Abrahams-Whitehead · 3 years, 1 month ago
  70. 7e5b405 Split slower tests to a separate test target by Kelvin Zhang · 3 years, 2 months ago
  71. 363380a Parse VABC compression method from input target_files by Kelvin Zhang · 3 years, 3 months ago
  72. 8389dfe Add erofs compression param by Kelvin Zhang · 3 years, 4 months ago
  73. e67e543 Don't filter src/dst blocks if EROFS is used by Kelvin Zhang · 3 years, 4 months ago
  74. 2298798 Add option to enable zucchini by Kelvin Zhang · 3 years, 5 months ago
  75. cb2dc88 Preliminary support for lz4diff + EROFS parsing by Kelvin Zhang · 3 years, 6 months ago
  76. d76a8ac Rename stdout and stderr to stdout_str and stderr_str by Colin Cross · 3 years, 5 months ago
  77. 26b82b1 Fix cpplint issues by Colin Cross · 3 years, 5 months ago
  78. 759e8b9 Add erofs filesystem unittest by Kelvin Zhang · 3 years, 5 months ago
  79. 446989a Add parser for EROFS file data by Kelvin Zhang · 3 years, 5 months ago
  80. 6fbf594 Fix rare deflate util error by Kelvin Zhang · 3 years, 5 months ago
  81. f67dc49 Add install op types for lz4diff by Kelvin Zhang · 3 years, 5 months ago
  82. b744f9e Fix DeltaDiffUtilsTest creating object that captures temporaries by reference. by Florian Mayer · 3 years, 6 months ago
  83. 1223f16 Move deflate filtering logic outside of DiffGenerator by Kelvin Zhang · 3 years, 6 months ago
  84. 0aa4fae Add --compressor_types option by Kelvin Zhang · 3 years, 7 months ago
  85. 3fe4964 Add UpdateAttempterIntegrationTesting by Kelvin Zhang · 3 years, 8 months ago
  86. f041a9d Expose logic to serialize a DeltaArchiveManifest to proper payload file by Kelvin Zhang · 3 years, 8 months ago
  87. df3c195 Move unittest constants to header by Kelvin Zhang · 3 years, 8 months ago
  88. 0af0122 Only enable zucchini on a subset of files by Kelvin Zhang · 3 years, 8 months ago
  89. 8c5a5c7 Disable trimming for src blocks by Kelvin Zhang · 3 years, 8 months ago
  90. e36e4a3 Implement cow estimator with XOR enabled by Kelvin Zhang · 3 years, 9 months ago
  91. a75a763 Support boot image v4 by Kelvin Zhang · 3 years, 8 months ago
  92. dc1f258 Consider .capex files as zip archives by Kelvin Zhang · 3 years, 8 months ago
  93. c5803b7 Add update_engine_host_unittests by Kelvin Zhang · 3 years, 9 months ago
  94. 76f10b8 Write XOR ops for bsdiff and puffdiff by Kelvin Zhang · 4 years ago
  95. 00b718b Reland the change again by Tianjie · 3 years, 9 months ago
  96. fc2afd4 Include sequence op in cow size estimate by Kelvin Zhang · 3 years, 9 months ago
  97. c700169 Add zucchini support in update_engine by Tianjie · 3 years, 9 months ago
  98. 52c4b79 Filter out duplicate blocks in new image by Kelvin Zhang · 3 years, 9 months ago
  99. 53d73b9 Improve the control flow of generating diff patches by Tianjie · 3 years, 9 months ago
  100. bf357c6 Use binary search for ExtentRanges::OverlapsWithExtent by Kelvin Zhang · 3 years, 10 months ago