1. 0cd9d77 update_engine: ReceivedBytes returns boolean on transfer completion/termination by Amin Hassani · 6 years ago
  2. ed37d68 Replace is_interactive with interactive for consistency in the code. by Amin Hassani · 6 years ago
  3. 1841408 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 7 years ago
  4. 9321f50 Track bytes received across multiple update files by Aaron Wood · 7 years ago
  5. 7ecda26 Open partitions with O_DSYNC flag only if the update is periodic. by Amin Hassani · 7 years ago
  6. 5ae865b Resume multiple payloads. by Sen Jiang · 7 years ago
  7. 6c73668 Apply multiple payload in DownloadAction. by Sen Jiang · 7 years ago
  8. 0affc2c Parse multiple packages from Omaha response. by Sen Jiang · 7 years ago
  9. 14c0da8 Remove libcurl support from update_engine_sideload. by Alex Deymo · 8 years ago
  10. f285857 Implement suspend, resume and cancel the download. by Alex Deymo · 8 years ago
  11. 1b3556c Allow null SystemState in the DownloadAction. by Alex Deymo · 9 years ago
  12. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  13. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 9 years ago
  14. 22ad861 Delete DownloadActionDelegate::SetDownloadStatus() method. by Alex Deymo · 9 years ago
  15. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago[Renamed (92%) from download_action.h]
  16. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  17. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 9 years ago
  18. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  19. 610277e update_engine: Add override when possible. by Alex Deymo · 10 years ago
  20. e894870 update_engine: Enforce virtual destructors on virtual classes. by Alex Deymo · 10 years ago
  21. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  22. 4906c1c update_engine: Replace googe::protobuf::Closure with base::Closure by Alex Vakulenko · 10 years ago
  23. 44cab30 update_engine: Sort headers alphabetically (build/include_alpha) by Alex Vakulenko · 10 years ago
  24. cf175a0 Fix cpplint errors. by Gilad Arnold · 10 years ago
  25. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  26. 759c275 Fix header guards to comply with Google Coding Style. by Alex Deymo · 10 years ago
  27. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  28. d317e40 Implement Rollback to previously booted partitions. by Chris Sosa · 11 years ago
  29. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  30. edce283 Addressing review comments that came after merging previous CL. by Jay Srinivasan · 12 years ago
  31. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 12 years ago
  32. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  33. 771e1bd Make public key verification check binding. by Andrew de los Reyes · 13 years ago
  34. d903c3b [update_engine] Roll forward to new libchrome by Chris Masone · 13 years ago
  35. 21816e1 AU: Detect and report public key verify failures, but continue updating. by Andrew de los Reyes · 13 years ago
  36. 9ce452b AU: Fix potential issues with premature destruction of HTTP fetchers. by Darin Petkov · 14 years ago
  37. 34e41a1 AU: Push seeks in http fetching to the progress percentage. by Andrew de los Reyes · 14 years ago
  38. 9b23057 AU: Resume interrupted update attempts. by Darin Petkov · 14 years ago
  39. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
  40. e971f33 AU: Speed up updates by using buffered writes. by Darin Petkov · 14 years ago
  41. f42cc1c AU: Start an UpdateAttempter unit test suite. by Darin Petkov · 14 years ago
  42. 1023a60 AU: Implement exponential back off for 500 and 503 HTTP response codes. by Darin Petkov · 14 years ago
  43. 9d911fa AU: Update status to DOWNLOADING only after receiving some bytes from server. by Darin Petkov · 14 years ago
  44. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  45. f918517 AU: Update Downloader to support our image formats. by Andrew de los Reyes · 14 years ago
  46. 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago
  47. c98a7ed AU: Beginnings of delta support by adlr@google.com · 15 years ago
  48. 49fdf18 Almost there... by rspangler@google.com · 15 years ago