1. 0826288 Implement exponential backoff for throttling repeated AU downloads. by Jay Srinivasan · 12 years ago
  2. 2b5a0f0 Classify errors and advance URL index according to the error code. by Jay Srinivasan · 12 years ago
  3. 738fdf3 Make hash checks mandatory for HTTP downloads. by Jay Srinivasan · 12 years ago
  4. edce283 Addressing review comments that came after merging previous CL. by Jay Srinivasan · 12 years ago
  5. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 12 years ago
  6. f431870 Support needed for generating metadata signature in paygen by Jay Srinivasan · 12 years ago
  7. 00f76b6 Generate and validate per-operation hashes by Jay Srinivasan · 12 years ago
  8. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 12 years ago
  9. 0d8fb40 Verify downloaded size matches before verifying download hash match. by Jay Srinivasan · 12 years ago
  10. 8155d08 pull in base/stringprintf.h explicitly by Mike Frysinger · 13 years ago
  11. e410e0f Switch FileWriter::Write to boolean result code. by Don Garrett · 13 years ago
  12. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  13. 771e1bd Make public key verification check binding. by Andrew de los Reyes · 13 years ago
  14. 100bb7d Better logging around delta mismatch. by Andrew de los Reyes · 13 years ago
  15. 4f0a07b Store the signature blob as part of the update checkpoint. by Darin Petkov · 13 years ago
  16. 85d02b7 AU: Add support for reading the output of synchronous exec calls. by Darin Petkov · 13 years ago
  17. d903c3b [update_engine] Roll forward to new libchrome by Chris Masone · 13 years ago
  18. fb830ba AU: detect failure when using public key verification by Andrew de los Reyes · 14 years ago
  19. bdfaaf0 AU: Switch to 2048 bit RSA keys; Pad SHA256 hashes appropriately. by Andrew de los Reyes · 14 years ago
  20. abc7bc0 If a public key is present, disallow old style full payloads. by Darin Petkov · 14 years ago
  21. 9574f7e AU: Add support for signing of update payloads after they're generated. by Darin Petkov · 14 years ago
  22. 3aefa86 AU: Split applied update verification into a separate step. by Darin Petkov · 14 years ago
  23. 934bb41 AU: Check the delta magic and fail on mismatch. by Darin Petkov · 14 years ago
  24. 89f17be AU: When applying delta locally, get source checksums by Andrew de los Reyes · 14 years ago
  25. 9fa7ec5 AU: Don't send no-op operations in the delta payload. by Darin Petkov · 14 years ago
  26. 698d041 AU: Verify source rootfs/kernel hashes before applying delta. by Darin Petkov · 14 years ago
  27. 5a23283 AU: Pass opened device fd from update engine to bspatch. by Andrew de los Reyes · 14 years ago
  28. 2dd0109 AU: Verify that the applied delta update matches the server-sent hashes. by Darin Petkov · 14 years ago
  29. 45580e4 AU: block exit / reset update progress for non-idempotent ops as late as possible. by Darin Petkov · 14 years ago
  30. 6142614 AU: Fall back to a new update after a certain number of failed resume attempts. by Darin Petkov · 14 years ago
  31. 353777c AU: Delta Performer: properly detect idempotent operations by Andrew de los Reyes · 14 years ago
  32. 9b23057 AU: Resume interrupted update attempts. by Darin Petkov · 14 years ago
  33. 9c0baf8 AU: Catch terminate signals and block exit if necessary. by Darin Petkov · 14 years ago
  34. 437adc4 AU: DeltaPerformer performs the download size/hash check now. by Darin Petkov · 14 years ago
  35. 0406e40 AU: Optimize checkpointing a bit and decide on new update vs. resume. by Darin Petkov · 14 years ago
  36. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
  37. d7061ab AU: Verify delta payload signature and signed hash. by Darin Petkov · 14 years ago
  38. bef0c7d AU: clean up logs by Andrew de los Reyes · 14 years ago
  39. 3270f74 AU: Changes for deltas on traditional bios machines. by Andrew de los Reyes · 14 years ago
  40. f4c7ef1 AU: delta compress the kernel partition by Andrew de los Reyes · 14 years ago
  41. 0cca421 AU: SplitWriter class for parsing our full update files. by Andrew de los Reyes · 14 years ago
  42. 09e56d6 AU: Class to perform delta updates. by Andrew de los Reyes · 14 years ago