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