1. 008c458 update_engine: Run clang-format on payload_consumer by Amin Hassani · 6 years ago
  2. eab915e Revert "Partially Revert 2b9d241" by Hidehiko Abe · 6 years ago
  3. 897e540 update_engine: Remove xattr checks by Amin Hassani · 6 years ago
  4. d3f4bea update_engine: Pass Action ownership to ActionProcessor by Amin Hassani · 6 years ago
  5. 3538a88 Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 6 years ago
  6. ed37d68 Replace is_interactive with interactive for consistency in the code. by Amin Hassani · 6 years ago
  7. 71818c8 Partially Revert 2b9d241 by Amin Hassani · 6 years ago
  8. 7ebfccf Fix attempt number for multi payload. by Sen Jiang · 6 years ago
  9. ba2213a Fix P2PDownloadActionTest. by Sen Jiang · 6 years ago
  10. 1841408 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 7 years ago
  11. 2b9d241 update_engine: Update libchrome APIS to r456626. by Hidehiko Abe · 7 years ago
  12. cd7edbe update_engine: Replace vector<Extent> with RepeatedPtrField<Extent> by Amin Hassani · 7 years ago
  13. 9321f50 Track bytes received across multiple update files by Aaron Wood · 7 years ago
  14. 7ecda26 Open partitions with O_DSYNC flag only if the update is periodic. by Amin Hassani · 7 years ago
  15. cdd5206 Support IsDeltaPayload per <package>. by Sen Jiang · 7 years ago
  16. 5ae865b Resume multiple payloads. by Sen Jiang · 7 years ago
  17. 0affc2c Parse multiple packages from Omaha response. by Sen Jiang · 7 years ago
  18. 2703ef4 Store raw payload hash blob in install plan. by Sen Jiang · 7 years ago
  19. f1cf348 update_engine: Update libchrome APIs to r405848 by Luis Hector Chavez · 8 years ago
  20. bffa060 Fix *ExtentWriterTest unittest. by Alex Deymo · 8 years ago
  21. 5fe0c4e Fix unittest build in x86_64. by Alex Deymo · 8 years ago
  22. 80f70ff Build unittests in Brillo. by Alex Deymo · 9 years ago
  23. 64d9878 Replace is_full_update boolean with a payload_state enum. by Alex Deymo · 9 years ago
  24. 1b3556c Allow null SystemState in the DownloadAction. by Alex Deymo · 9 years ago
  25. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 9 years ago
  26. 22ad861 Delete DownloadActionDelegate::SetDownloadStatus() method. by Alex Deymo · 9 years ago
  27. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago[Renamed (97%) from download_action_unittest.cc]
  28. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  29. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 9 years ago
  30. 5ed695e Mark the new slot as not ready from the DownloadAction. by Alex Deymo · 9 years ago
  31. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  32. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 9 years ago
  33. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 9 years ago
  34. fdf0051 update_engine: Add fds for the source partitions. by Allie Wood · 9 years ago
  35. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  36. 35866ed update_engine: fix -Winconsistent-missing-override warning by Yunlian Jiang · 10 years ago
  37. 610277e update_engine: Add override when possible. by Alex Deymo · 10 years ago
  38. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  39. 4a0321b update_engine: Policy determines P2P enabled status. by Gilad Arnold · 10 years ago
  40. 41f2cf5 update_engine: Share payloads for a maximum of five days only. by David Zeuthen · 10 years ago
  41. 8427b4a update_engine: Standarize mock/fake filenames. by Alex Deymo · 10 years ago
  42. 74b5f55 update_engine: Relocate inference and storage of P2P related properties. by Gilad Arnold · 10 years ago
  43. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  44. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  45. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  46. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  47. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  48. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  49. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  50. 5bb4c90 Rename MockSystemState into FakeSystemState. by Gilad Arnold · 10 years ago
  51. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  52. e7f8917 Add support for using public key sent by Omaha. by David Zeuthen · 11 years ago
  53. 910ec5b p2p: Skip some tests if xattr support is not available. by David Zeuthen · 11 years ago
  54. 41f7fdc p2p: Re-enable p2p unittests on update_engine. by Alex Deymo · 11 years ago
  55. ac9c186 p2p: comment out tests failing on builders without xattr/fallocate support by David Zeuthen · 11 years ago
  56. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  57. 21504f0 Revert "Revert "AU: do not copy filesystem during full updates"" by Gilad Arnold · 11 years ago
  58. d1cd325 Revert "AU: do not copy filesystem during full updates" by Don Garrett · 11 years ago
  59. 81c9062 AU: do not copy filesystem during full updates by Gilad Arnold · 12 years ago
  60. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  61. 2dac576 Fix clang syntax checking. by Yunlian Jiang · 11 years ago
  62. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 12 years ago
  63. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 12 years ago
  64. e410e0f Switch FileWriter::Write to boolean result code. by Don Garrett · 13 years ago
  65. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  66. 4516810 AU: Manual proxy support by Andrew de los Reyes · 14 years ago
  67. 9ce452b AU: Fix potential issues with premature destruction of HTTP fetchers. by Darin Petkov · 14 years ago
  68. 34e41a1 AU: Push seeks in http fetching to the progress percentage. by Andrew de los Reyes · 14 years ago
  69. 0406e40 AU: Optimize checkpointing a bit and decide on new update vs. resume. by Darin Petkov · 14 years ago
  70. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
  71. 50332f1 AU: Verify that the actual download size matches the size reported by Omaha. by Darin Petkov · 14 years ago
  72. 9d911fa AU: Update status to DOWNLOADING only after receiving some bytes from server. by Darin Petkov · 14 years ago
  73. c97435c Add and emit download action error codes. by Darin Petkov · 14 years ago
  74. c1a8b42 For actions, switch bool success into an exit code. by Darin Petkov · 14 years ago
  75. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  76. f918517 AU: Update Downloader to support our image formats. by Andrew de los Reyes · 14 years ago
  77. f4c7ef1 AU: delta compress the kernel partition by Andrew de los Reyes · 14 years ago
  78. 1e338b8 AU: Gut code for old updater. New protobuf for v2 updater. by Andrew de los Reyes · 15 years ago
  79. 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago
  80. c98a7ed AU: Beginnings of delta support by adlr@google.com · 15 years ago
  81. 49fdf18 Almost there... by rspangler@google.com · 15 years ago