1. 7ebfccf Fix attempt number for multi payload. by Sen Jiang · 7 years ago
  2. 84e0e31 Merge remote-tracking branch 'aosp/upstream-master'. by Sen Jiang · 7 years ago
  3. e7f1ac4 update_engine: bump minor version to 5 by Amin Hassani · 7 years ago
  4. 13ca39f Match update_engine puffin API to the ToT by Amin Hassani · 7 years ago
  5. 678a68f Match update_engine puffin API to the ToT by Amin Hassani · 7 years ago
  6. b379d19 Restructure hash calculation in delta_performer by Amin Hassani · 8 years ago
  7. 4e13cf4 Upon source hash validation failure, log ext4 remount information by Håkan Kvist · 8 years ago
  8. 06bbe49 Fix the uninitialized zeros buffer when zeroing blocks by Tianjie Xu · 8 years ago
  9. 7b9a587 Don't log old PartitionInfo for full payload. by Sen Jiang · 8 years ago
  10. 1841408 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 8 years ago
  11. d9cb290 update_engine: Unify disk access for SOURCE_BSDIFF through update_engine by Amin Hassani · 8 years ago
  12. 7bc9c02 update_engine: Increase minor version to 4 by Amin Hassani · 8 years ago
  13. efa62d9 update_engine: Adds BROTLI_BSDIFF operation by Amin Hassani · 8 years ago
  14. be19a24 Reserve max buffer size in delta performer. by Sen Jiang · 8 years ago
  15. 02855c2 update_engine: Apply PUFFDIFF operation by Amin Hassani · 8 years ago
  16. 02c4942 Add support for new payload property headers to delay switching slots. by Sen Jiang · 8 years ago
  17. d87304c update_engine: Fix lint issues in delta_performer.cc by Amin Hassani · 8 years ago
  18. ab5a0af update_engine: migrate from base::MakeUnique to std::make_unique by Ben Chan · 8 years ago
  19. a3fc20a update_engine: Activate CachedFileDescriptor by Amin Hassani · 8 years ago
  20. 5192fe5 update_engine: Add Flush() to FileDescriptor by Amin Hassani · 8 years ago
  21. db56be9 update_engine: Use ExtentReader by Amin Hassani · 8 years ago
  22. cd7edbe update_engine: Replace vector<Extent> with RepeatedPtrField<Extent> by Amin Hassani · 8 years ago
  23. 21ec92f Move extent copy and hash logic to a new file. by Alex Deymo · 9 years ago
  24. 69583ba update_engine: Fix lint issues in delta_performer.cc by Amin Hassani · 8 years ago
  25. a48f630 Move extent copy and hash logic to a new file. by Alex Deymo · 9 years ago
  26. 49fdb09 update_engine: Change imgdiff/imgpatch to a dummy puffdiff/puffpatch by Amin Hassani · 8 years ago
  27. 5ef5d45 update_engine: Change imgdiff/imgpatch to a dummy puffdiff/puffpatch by Amin Hassani · 8 years ago
  28. 4155520 Fix the long time ioctl problem. by Amin Hassani · 8 years ago
  29. 7ecda26 Open partitions with O_DSYNC flag only if the update is periodic. by Amin Hassani · 8 years ago
  30. 39f5714 Log DeltaPerformer operation histogram after update by Lann Martin · 8 years ago
  31. cdd5206 Support IsDeltaPayload per <package>. by Sen Jiang · 8 years ago
  32. 5ae865b Resume multiple payloads. by Sen Jiang · 8 years ago
  33. d2ff2a0 Don't clear previous partitions in DeltaPerformer. by Sen Jiang · 8 years ago
  34. 0affc2c Parse multiple packages from Omaha response. by Sen Jiang · 8 years ago
  35. 2703ef4 Store raw payload hash blob in install plan. by Sen Jiang · 8 years ago
  36. 5c02c13 Replace brillo::make_unique_ptr with base::MakeUnique/base::WrapUnique. by Ben Chan · 8 years ago
  37. 8f08cfc Fix the long time ioctl problem. by Amin Hassani · 8 years ago
  38. 013ebf9 Merge branch 'cros/upstream' into 'cros/master' by Amin Hassani · 8 years ago
  39. a763c2d update_engine_client: add O_DSYNC flags by Grant Grundler · 8 years ago
  40. eecb0a5 Remove IMGDIFF operation application support. by Alex Deymo · 8 years ago
  41. 6765a68 Move to use bsdiff/ prefix in includes. by Alex Deymo · 8 years ago
  42. 4b5da32 Track the API change to ApplyImagePatch(). by Tao Bao · 8 years ago
  43. 7a65909 Use bspatch as a library. by Sen Jiang · 9 years ago
  44. 5b91c6b New setting to mark postinstall as optional. by Alex Deymo · 9 years ago
  45. 5c6bb1d Fix clang-tidy performance warnings in update_engine. by Chih-Hung Hsieh · 9 years ago
  46. 9d66d76 Add type casts to silence warnings intorduced by protobuf v3.0.0 by Tamas Berghammer · 9 years ago
  47. be2c47b Return correct error code when source operation hash mismatch. by Sen Jiang · 9 years ago
  48. 72a68d8 Show the name of the BLK* ioctl failure instead of the number. by Alex Deymo · 9 years ago
  49. 6714084 Improve logs when the update fails due to source hash mistmatch. by Alex Deymo · 9 years ago
  50. b86787c Discard the tail of the target partitions when updating. by Alex Deymo · 9 years ago
  51. 3d00906 Improve logging when source hash mismatches. by Alex Deymo · 9 years ago
  52. 5fb356c Mark block device as read-only before mounting. by Alex Deymo · 9 years ago
  53. fef85fd Remove ComputeSourceHash mode in FileSystemVerification action. by Sen Jiang · 9 years ago
  54. 0497d05 Fix ZERO and DISCARD operations. by Alex Deymo · 9 years ago
  55. bc3e6b0 Implement IMGDIFF operation in the client. by Sen Jiang · 10 years ago
  56. 390efed Parse postinstall parameters from the payload metadata. by Alex Deymo · 9 years ago
  57. f25eb49 Fix resuming canceled updates. by Alex Deymo · 9 years ago
  58. 64d9878 Replace is_full_update boolean with a payload_state enum. by Alex Deymo · 10 years ago
  59. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 10 years ago
  60. 05e0e38 Compile delta_generator for the host. by Alex Deymo · 10 years ago
  61. 889c65d Switch supported minor version to 3. by Sen Jiang · 10 years ago
  62. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 10 years ago
  63. 706a5ab Remove SystemState dependency from HttpFetcher and InstallPlan. by Alex Deymo · 10 years ago
  64. 2ec4aab Verify operation source hash if present. by Sen Jiang · 10 years ago
  65. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 10 years ago[Renamed (98%) from delta_performer.cc]
  66. 3e728fe Do not include signature dummy operation in major version 2. by Sen Jiang · 10 years ago
  67. 7a2c47e Enable payload v2. by Alex Deymo · 10 years ago
  68. f681380 Fix verifying payload signature in major version 2. by Sen Jiang · 10 years ago
  69. 76bfa74 Verify metadata signature in major version 2. by Sen Jiang · 10 years ago
  70. c8f6b7a Check PartitionUpdate field for old partition info in ValidateManifest. by Sen Jiang · 10 years ago
  71. 5fa2c6d Disable post-install on major version 1 payloads in Brillo. by Alex Deymo · 10 years ago
  72. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 10 years ago
  73. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 10 years ago
  74. 4279178 Fix ZERO and DISCARD build for 32-bit targets. by Alex Deymo · 10 years ago
  75. 79715ad Implement ZERO and DISCARD operations in update_engine. by Alex Deymo · 10 years ago
  76. b8060e4 Parse metadata signature size in payload version 2. by Sen Jiang · 10 years ago
  77. 2d621a3 Implement REPLACE_XZ on the update_engine. by Alex Deymo · 10 years ago
  78. b552a68 Check all signatures regardless of the version. by Alex Deymo · 10 years ago
  79. 0532287 Transfer memory ownership when stacking ExtentWriters. by Alex Deymo · 10 years ago
  80. e6fc8e1 Update the payload public key location in Android. by Alex Deymo · 10 years ago
  81. cbf0989 Include the major version in update_engine.conf by Alex Deymo · 10 years ago
  82. 2d528b4 Add unit tests to test delta performer directly. by Sen Jiang · 10 years ago
  83. af9a863 Remove obsolete Installer.* metrics. by Alex Deymo · 10 years ago
  84. 5aa1c54 Create temporary files in the system's temp directory. by Alex Deymo · 10 years ago
  85. 46e9b17 Add major_version flag in delta_generator. by Sen Jiang · 10 years ago
  86. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
  87. a12ee11 update_engine: Move InstallOperation to the top level. by Alex Deymo · 10 years ago
  88. c00c98a update_engine: Use portable string format functions. by Alex Deymo · 10 years ago
  89. 461b259 update_engine: Use libchromeos to launch subprocesses. by Alex Deymo · 10 years ago
  90. 2d3b2d6 update_engine: Implement soft/hard chunk size limits. by Alex Deymo · 10 years ago
  91. 1beda78 update_engine: Remove unused IsIdempotentOperation(). by Alex Deymo · 10 years ago
  92. 41e3474 update_engine: Merge contiguous operations (reprise). by Gilad Arnold · 10 years ago
  93. 542032d Revert "update_engine: Merge contiguous operations." by Gilad Arnold · 10 years ago
  94. 58455ae update_engine: Merge contiguous operations. by Allie Wood · 10 years ago
  95. eb9e6d8 update_engine: Remove copy from source to destination partition. by Allie Wood · 10 years ago
  96. 6eeec90 update_engine: Change delta minor version to 2. by Allie Wood · 10 years ago
  97. 3d3337b Revert "update_engine: Change delta minor version to 2." by Alex Deymo · 10 years ago
  98. c8cece1 update_engine: Change delta minor version to 2. by Allie Wood · 10 years ago
  99. 9f6f0a5 update_engine: Implement SOURCE_COPY/SOURCE_BSDIFF operations. by Allie Wood · 10 years ago
  100. 5687345 update_engine: Remove sparse hole extents. by Allie Wood · 10 years ago