1. b477829 update_engine: Rename signing variables. by Amin Hassani · 7 years ago
  2. afaaa03 update_engine: puffdiff .zvoice files by Amin Hassani · 7 years ago
  3. 84e0e31 Merge remote-tracking branch 'aosp/upstream-master'. by Sen Jiang · 7 years ago
  4. f7006be Revert "update_engine: Temporarily disable XZ generation" by Amin Hassani · 7 years ago
  5. de1685f Enable brotli_bsdiff in update package generation by Tianjie Xu · 8 years ago
  6. 77d7cbc update_engine: Disable puffin in minor version 4 by Amin Hassani · 8 years ago
  7. 15de2fd Temporarily disable puffin to unblock ota generation by Tianjie Xu · 8 years ago
  8. 7d28005 Temporarily disable puffin to unblock ota generation by Tianjie Xu · 8 years ago
  9. 3959067 Only find deflates for zip files if puffdiff is enabled by Tianjie Xu · 8 years ago
  10. 1a7bb2c Enable puffin in update_engine by Tianjie Xu · 8 years ago
  11. cb2da0d update_engine: Temporarily disable XZ generation by Amin Hassani · 8 years ago
  12. 43900ae Relanding 'update_engine: Add XZ compression for CrOS' by Amin Hassani · 8 years ago
  13. c0cfb7d update_engine: remove redundant utils functions by Eric Caruso · 8 years ago
  14. 8a51cd7 update_engine: fix missing include in CycleBreaker by Eric Caruso · 8 years ago
  15. 1841408 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 8 years ago
  16. c77e3a2 Revert "update_engine: Add XZ compression for CrOS" by Amin Hassani · 8 years ago
  17. 717c324 update_engine: Add XZ compression for CrOS by Amin Hassani · 8 years ago
  18. d8b67f4 update_engine: Remove the duplicate BlocksInExtents by Amin Hassani · 8 years ago
  19. 06c6d08 update_engine: Add an explanatory comment by Amin Hassani · 8 years ago
  20. efa62d9 update_engine: Adds BROTLI_BSDIFF operation by Amin Hassani · 8 years ago
  21. 3cd4df1 update_engine: Generate PUFFDIFF operation by Amin Hassani · 8 years ago
  22. f5a06d8 update_engine: Stop adding unneeded parameters for some operations. by Amin Hassani · 8 years ago
  23. e9f9661 Add multi thread support for A/B generator by Tianjie Xu · 8 years ago
  24. 924183b update_engine: Add Squashfs (phase 2) by Amin Hassani · 8 years ago
  25. ab5a0af update_engine: migrate from base::MakeUnique to std::make_unique by Ben Chan · 8 years ago
  26. d7da8f4 update_engine: Add Squashfs (phase 1) by Amin Hassani · 8 years ago
  27. cd7edbe update_engine: Replace vector<Extent> with RepeatedPtrField<Extent> by Amin Hassani · 8 years ago
  28. caa9d86 Don't fill in partitions in InstallPlan in ApplyPayload. by Sen Jiang · 8 years ago
  29. ddbf8f0 Fix applying REPLACE_XZ operation when verifying payload. by Sen Jiang · 8 years ago
  30. 4136062 Don't fill in partitions in InstallPlan in ApplyPayload. by Sen Jiang · 8 years ago
  31. 8adc1ad Fix applying REPLACE_XZ operation when verifying payload. by Sen Jiang · 8 years ago
  32. 546ded5 delta_generator: Convert ABORT into an exit(1). by Alex Deymo · 8 years ago
  33. 71be937 update_engine: Use the bsdiff library instead of its executable by Amin Hassani · 8 years ago
  34. 49fdb09 update_engine: Change imgdiff/imgpatch to a dummy puffdiff/puffpatch by Amin Hassani · 8 years ago
  35. 1352093 update_engine: Add "verify" support to brillo_update_payload by Amin Hassani · 8 years ago
  36. a7ee9d0 update_engine: Remove zlib fingerprint checking by Andrey Ulanov · 8 years ago
  37. 20053fc update_engine: Use the bsdiff library instead of its executable by Amin Hassani · 8 years ago
  38. 5ef5d45 update_engine: Change imgdiff/imgpatch to a dummy puffdiff/puffpatch by Amin Hassani · 8 years ago
  39. 4b9775a update_engine: Add "verify" support to brillo_update_payload by Amin Hassani · 8 years ago
  40. 73b18b8 update_engine: Only split operation if it has multiple dst extents. by Sen Jiang · 8 years ago
  41. 3d32f85 update_engine: Reduce verbosity of delta_generator by Simon Glass · 8 years ago
  42. 7ecda26 Open partitions with O_DSYNC flag only if the update is periodic. by Amin Hassani · 8 years ago
  43. 0affc2c Parse multiple packages from Omaha response. by Sen Jiang · 9 years ago
  44. 2703ef4 Store raw payload hash blob in install plan. by Sen Jiang · 8 years ago
  45. 5c02c13 Replace brillo::make_unique_ptr with base::MakeUnique/base::WrapUnique. by Ben Chan · 8 years ago
  46. fca4775 Contained clang specific pragmas inside #if defined(__clang__) #endif by Amin Hassani · 8 years ago
  47. 929461a Only split operation if it has multiple dst extents. by Sen Jiang · 8 years ago
  48. c4ad1eb Add multi thread support for A/B generator by Tianjie Xu · 8 years ago
  49. 013ebf9 Merge branch 'cros/upstream' into 'cros/master' by Amin Hassani · 8 years ago
  50. 948ea58 update_engine: Remove zlib fingerprint checking by Andrey Ulanov · 8 years ago
  51. dcb1861 Disable macro redefined warnings on some includes. by Christopher Ferris · 9 years ago
  52. 20bdc70 Parse Android .map files for unknown filesystem. by Alex Deymo · 9 years ago
  53. 95699a9 Make FileWriter errors verbose. by Alex Deymo · 9 years ago
  54. efbeecf system/update_engine/payload_generator: cleanup compiler warnings (unused value). by Rahul Chaudhry · 9 years ago
  55. 5b91c6b New setting to mark postinstall as optional. by Alex Deymo · 9 years ago
  56. 5c6bb1d Fix clang-tidy performance warnings in update_engine. by Chih-Hung Hsieh · 9 years ago
  57. 9d66d76 Add type casts to silence warnings intorduced by protobuf v3.0.0 by Tamas Berghammer · 9 years ago
  58. 05871fa Allow to shrink ext2 filesystems. by Alex Deymo · 9 years ago
  59. 26dd80f Generate SOURCE_COPY and ZERO operations beyond the end of the filesystem. by Alex Deymo · 9 years ago
  60. a57ce77 payload_generator: Mark all zero blocks in the old partition as visited. by Alex Deymo · 9 years ago
  61. 4108c32 Don't set data_offset and data_length if data blob is empty. by Sen Jiang · 9 years ago
  62. 726aeca delta_generator: Use REPLACE_XZ in deltas when allowed. by Alex Deymo · 9 years ago
  63. a78ee10 Make update_engine_unittests depend on bsdiff. by Sen Jiang · 9 years ago
  64. d3251ef Fix memory leak in unittests with malformed data. by Alex Deymo · 9 years ago
  65. 0497d05 Fix ZERO and DISCARD operations. by Alex Deymo · 9 years ago
  66. d41606f Enable REPLACE_XZ operations in full payloads. by Alex Deymo · 9 years ago
  67. a4073ef Introduce PayloadVersion struct for version information. by Alex Deymo · 9 years ago
  68. 260f03b Fix unittest key path in Brillo. by Sen Jiang · 9 years ago
  69. 246bf21 Implement Xz compressor functions. by Alex Deymo · 9 years ago
  70. dcbc0ae Remove GetFilesystemSize. by Sen Jiang · 9 years ago
  71. 990c27b Use pre-generated ext image instead of create it on the fly. by Sen Jiang · 9 years ago
  72. e0d0428 Check if zlib is compatible. by Sen Jiang · 10 years ago
  73. 923886a Fix PayloadSignerTest.* in Brillo. by Sen Jiang · 9 years ago
  74. d15c546 Implement susped, resume and cancel for the Postinstall action. by Alex Deymo · 9 years ago
  75. 55c4f9b Include IMGDIFF operation in minor version 4 or up. by Sen Jiang · 10 years ago
  76. c90be63 Fix Ext2FilesystemTest unittests on Brillo. by Alex Deymo · 10 years ago
  77. 5fe0c4e Fix unittest build in x86_64. by Alex Deymo · 10 years ago
  78. 80f70ff Build unittests in Brillo. by Alex Deymo · 10 years ago
  79. 98e691c New "properties" sub-command to export payload properties. by Alex Deymo · 10 years ago
  80. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 10 years ago
  81. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 10 years ago
  82. 05feee0 delta_generator: Include postinstall calls in the payload major version 2. by Sen Jiang · 10 years ago
  83. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 10 years ago
  84. 82352f9 delta_generator: Include per-operation source hash. by Sen Jiang · 10 years ago
  85. af1575f Fix logging percentage in BlobFileWriter. by Sen Jiang · 10 years ago
  86. 3e728fe Do not include signature dummy operation in major version 2. by Sen Jiang · 10 years ago
  87. 644f618 delta_generator: Include metadata signature in major version 2. by Sen Jiang · 10 years ago
  88. 720df3e Skip metadata signature when hashing payload in major version 2. by Sen Jiang · 10 years ago
  89. abdc011 Fix building delta_generator. by Alex Deymo · 10 years ago
  90. 0bc2611 Move bzip.h to payload_generator. by Alex Deymo · 10 years ago
  91. aef1c6f PayloadVerifier should not depend on DeltaPerformer to load payload. by Sen Jiang · 10 years ago
  92. 8241ffb Print operation names using InstallOperationTypeName(). by Alex Deymo · 10 years ago
  93. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 10 years ago
  94. 25fbdf8 Merge "delta_generator: Add --out_metadata_size_file flag." by Sen Jiang · 10 years ago
  95. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 10 years ago
  96. d8ae872 delta_generator: Add --out_metadata_size_file flag. by Sen Jiang · 10 years ago
  97. 7e13b00 Merge "delta_generator: Accept a list of partitions in the command line." by Sen Jiang · 10 years ago
  98. b8060e4 Parse metadata signature size in payload version 2. by Sen Jiang · 10 years ago
  99. 5df6836 delta_generator: Accept a list of partitions in the command line. by Sen Jiang · 10 years ago
  100. 981eb11 Support multiple partitions in ImageConfig by Sen Jiang · 10 years ago