1. a3cf75a update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 10 years ago
  2. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 10 years ago
  3. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 10 years ago[Renamed (96%) from delta_performer.h]
  4. f681380 Fix verifying payload signature in major version 2. by Sen Jiang · 10 years ago
  5. 76bfa74 Verify metadata signature in major version 2. by Sen Jiang · 10 years ago
  6. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 10 years ago
  7. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 10 years ago
  8. 79715ad Implement ZERO and DISCARD operations in update_engine. by Alex Deymo · 10 years ago
  9. b8060e4 Parse metadata signature size in payload version 2. by Sen Jiang · 10 years ago
  10. e6fc8e1 Update the payload public key location in Android. by Alex Deymo · 10 years ago
  11. cbf0989 Include the major version in update_engine.conf by Alex Deymo · 10 years ago
  12. a4365d6 Split delta performer integration test to separate file. by Sen Jiang · 10 years ago
  13. af9a863 Remove obsolete Installer.* metrics. by Alex Deymo · 10 years ago
  14. 46e9b17 Add major_version flag in delta_generator. by Sen Jiang · 10 years ago
  15. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
  16. a12ee11 update_engine: Move InstallOperation to the top level. by Alex Deymo · 10 years ago
  17. 2d3b2d6 update_engine: Implement soft/hard chunk size limits. by Alex Deymo · 10 years ago
  18. 1beda78 update_engine: Remove unused IsIdempotentOperation(). by Alex Deymo · 10 years ago
  19. 41e3474 update_engine: Merge contiguous operations (reprise). by Gilad Arnold · 10 years ago
  20. 542032d Revert "update_engine: Merge contiguous operations." by Gilad Arnold · 10 years ago
  21. 58455ae update_engine: Merge contiguous operations. by Allie Wood · 10 years ago
  22. 9f6f0a5 update_engine: Implement SOURCE_COPY/SOURCE_BSDIFF operations. by Allie Wood · 10 years ago
  23. fdf0051 update_engine: Add fds for the source partitions. by Allie Wood · 10 years ago
  24. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  25. f1d582e update_engine: Add MtdFileDescriptor and UbiFileDescriptor by Nam T. Nguyen · 11 years ago
  26. 610277e update_engine: Add override when possible. by Alex Deymo · 11 years ago
  27. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 11 years ago
  28. cf175a0 Fix cpplint errors. by Gilad Arnold · 11 years ago
  29. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 11 years ago
  30. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 11 years ago
  31. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 11 years ago
  32. 759c275 Fix header guards to comply with Google Coding Style. by Alex Deymo · 11 years ago
  33. daa2740 AU: improve abstraction of DeltaPerformer.ParsePayloadMetadata() by Gilad Arnold · 12 years ago
  34. fe13393 AU: eliminate redundancy with buffering of operation data by Gilad Arnold · 12 years ago
  35. b8dd1d9 Add and enforce MinorVersion in Payload Manifest. by Don Garrett · 12 years ago
  36. e7f8917 Add support for using public key sent by Omaha. by David Zeuthen · 12 years ago
  37. 4d03944 Enforce handling of expected payload versions only. by Don Garrett · 12 years ago
  38. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 12 years ago
  39. 21504f0 Revert "Revert "AU: do not copy filesystem during full updates"" by Gilad Arnold · 12 years ago
  40. d1cd325 Revert "AU: do not copy filesystem during full updates" by Don Garrett · 12 years ago
  41. 81c9062 AU: do not copy filesystem during full updates by Gilad Arnold · 13 years ago
  42. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 12 years ago
  43. 8a86fa5 AU: improve progress logging during updates by Gilad Arnold · 13 years ago
  44. edce283 Addressing review comments that came after merging previous CL. by Jay Srinivasan · 13 years ago
  45. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 13 years ago
  46. f431870 Support needed for generating metadata signature in paygen by Jay Srinivasan · 13 years ago
  47. 00f76b6 Generate and validate per-operation hashes by Jay Srinivasan · 13 years ago
  48. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 13 years ago
  49. e410e0f Switch FileWriter::Write to boolean result code. by Don Garrett · 14 years ago
  50. 771e1bd Make public key verification check binding. by Andrew de los Reyes · 14 years ago
  51. fb830ba AU: detect failure when using public key verification by Andrew de los Reyes · 14 years ago
  52. abc7bc0 If a public key is present, disallow old style full payloads. by Darin Petkov · 14 years ago
  53. 9574f7e AU: Add support for signing of update payloads after they're generated. by Darin Petkov · 15 years ago
  54. 3aefa86 AU: Split applied update verification into a separate step. by Darin Petkov · 15 years ago
  55. 698d041 AU: Verify source rootfs/kernel hashes before applying delta. by Darin Petkov · 15 years ago
  56. 2dd0109 AU: Verify that the applied delta update matches the server-sent hashes. by Darin Petkov · 15 years ago
  57. 353777c AU: Delta Performer: properly detect idempotent operations by Andrew de los Reyes · 15 years ago
  58. 9b23057 AU: Resume interrupted update attempts. by Darin Petkov · 15 years ago
  59. 437adc4 AU: DeltaPerformer performs the download size/hash check now. by Darin Petkov · 15 years ago
  60. 0406e40 AU: Optimize checkpointing a bit and decide on new update vs. resume. by Darin Petkov · 15 years ago
  61. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 15 years ago
  62. d7061ab AU: Verify delta payload signature and signed hash. by Darin Petkov · 15 years ago
  63. f4c7ef1 AU: delta compress the kernel partition by Andrew de los Reyes · 15 years ago
  64. 0cca421 AU: SplitWriter class for parsing our full update files. by Andrew de los Reyes · 15 years ago
  65. 09e56d6 AU: Class to perform delta updates. by Andrew de los Reyes · 15 years ago