1. 008c458 update_engine: Run clang-format on payload_consumer by Amin Hassani · 6 years ago
  2. 2e4eda5 update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 6 years ago
  3. 7e1dcf7 Uprev libchrome to r576279 (1/multiple) by Jakub Pawlowski · 6 years ago
  4. 0cd9d77 update_engine: ReceivedBytes returns boolean on transfer completion/termination by Amin Hassani · 6 years ago
  5. ed37d68 Replace is_interactive with interactive for consistency in the code. by Amin Hassani · 6 years ago
  6. 7ebfccf Fix attempt number for multi payload. by Sen Jiang · 6 years ago
  7. 1841408 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 7 years ago
  8. cd7edbe update_engine: Replace vector<Extent> with RepeatedPtrField<Extent> by Amin Hassani · 7 years ago
  9. 9321f50 Track bytes received across multiple update files by Aaron Wood · 7 years ago
  10. 7ecda26 Open partitions with O_DSYNC flag only if the update is periodic. by Amin Hassani · 7 years ago
  11. 39f5714 Log DeltaPerformer operation histogram after update by Lann Martin · 7 years ago
  12. 5ae865b Resume multiple payloads. by Sen Jiang · 7 years ago
  13. 6c73668 Apply multiple payload in DownloadAction. by Sen Jiang · 7 years ago
  14. 0affc2c Parse multiple packages from Omaha response. by Sen Jiang · 7 years ago
  15. 2703ef4 Store raw payload hash blob in install plan. by Sen Jiang · 7 years ago
  16. ed9cc18 Print the ErrorCode name when DeltaPerformer fails. by Alex Deymo · 8 years ago
  17. f285857 Implement suspend, resume and cancel the download. by Alex Deymo · 8 years ago
  18. 1b3556c Allow null SystemState in the DownloadAction. by Alex Deymo · 9 years ago
  19. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 9 years ago
  20. 22ad861 Delete DownloadActionDelegate::SetDownloadStatus() method. by Alex Deymo · 9 years ago
  21. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago[Renamed (97%) from download_action.cc]
  22. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 9 years ago
  23. 5ed695e Mark the new slot as not ready from the DownloadAction. by Alex Deymo · 9 years ago
  24. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  25. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 9 years ago
  26. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  27. aab50e3 Include the implemented header first in all projects. by Alex Deymo · 10 years ago
  28. 74b5f55 update_engine: Relocate inference and storage of P2P related properties. by Gilad Arnold · 10 years ago
  29. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  30. a77939e update_engine: Use utils::FileSize when finding the size of a file. by Gabe Black · 10 years ago
  31. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  32. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  33. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  34. 1f84723 Revise the SystemState hierarchy. by Gilad Arnold · 10 years ago
  35. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  36. 69bc273 Delete p2p file if metadata or payload verification fails. by David Zeuthen · 11 years ago
  37. 43c9855 update_engine: remove unused const. by Yunlian Jiang · 11 years ago
  38. 34135a9 p2p: Make HTTP downloads fail fast if using p2p to download by David Zeuthen · 11 years ago
  39. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  40. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  41. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 11 years ago
  42. edce283 Addressing review comments that came after merging previous CL. by Jay Srinivasan · 12 years ago
  43. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 12 years ago
  44. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 12 years ago
  45. a8a3a87 Don't drop cache. by Don Garrett · 12 years ago
  46. e410e0f Switch FileWriter::Write to boolean result code. by Don Garrett · 13 years ago
  47. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  48. 771e1bd Make public key verification check binding. by Andrew de los Reyes · 13 years ago
  49. 85d02b7 AU: Add support for reading the output of synchronous exec calls. by Darin Petkov · 13 years ago
  50. 21816e1 AU: Detect and report public key verify failures, but continue updating. by Andrew de los Reyes · 13 years ago
  51. fb830ba AU: detect failure when using public key verification by Andrew de los Reyes · 13 years ago
  52. 3aefa86 AU: Split applied update verification into a separate step. by Darin Petkov · 14 years ago
  53. 9ce452b AU: Fix potential issues with premature destruction of HTTP fetchers. by Darin Petkov · 14 years ago
  54. cdc20a9 AU: No need to calculate SHA-256 on the payload twice for delta updates. by Darin Petkov · 14 years ago
  55. 34e41a1 AU: Push seeks in http fetching to the progress percentage. by Andrew de los Reyes · 14 years ago
  56. 698d041 AU: Verify source rootfs/kernel hashes before applying delta. by Darin Petkov · 14 years ago
  57. 2dd0109 AU: Verify that the applied delta update matches the server-sent hashes. by Darin Petkov · 14 years ago
  58. 437adc4 AU: DeltaPerformer performs the download size/hash check now. by Darin Petkov · 14 years ago
  59. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
  60. d7061ab AU: Verify delta payload signature and signed hash. by Darin Petkov · 14 years ago
  61. 50332f1 AU: Verify that the actual download size matches the size reported by Omaha. by Darin Petkov · 14 years ago
  62. e971f33 AU: Speed up updates by using buffered writes. by Darin Petkov · 14 years ago
  63. 9d911fa AU: Update status to DOWNLOADING only after receiving some bytes from server. by Darin Petkov · 14 years ago
  64. c97435c Add and emit download action error codes. by Darin Petkov · 14 years ago
  65. c1a8b42 For actions, switch bool success into an exit code. by Darin Petkov · 14 years ago
  66. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  67. f971443 AU: Many minor cleanup changes by Andrew de los Reyes · 14 years ago
  68. f918517 AU: Update Downloader to support our image formats. by Andrew de los Reyes · 14 years ago
  69. 1e338b8 AU: Gut code for old updater. New protobuf for v2 updater. by Andrew de los Reyes · 15 years ago
  70. c98a7ed AU: Beginnings of delta support by adlr@google.com · 15 years ago
  71. 49fdf18 Almost there... by rspangler@google.com · 15 years ago