1. bffa060 Fix *ExtentWriterTest unittest. by Alex Deymo · 9 years ago
  2. 5fe0c4e Fix unittest build in x86_64. by Alex Deymo · 9 years ago
  3. 80f70ff Build unittests in Brillo. by Alex Deymo · 9 years ago
  4. 64d9878 Replace is_full_update boolean with a payload_state enum. by Alex Deymo · 9 years ago
  5. 1b3556c Allow null SystemState in the DownloadAction. by Alex Deymo · 9 years ago
  6. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 9 years ago
  7. 22ad861 Delete DownloadActionDelegate::SetDownloadStatus() method. by Alex Deymo · 9 years ago
  8. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago[Renamed (97%) from download_action_unittest.cc]
  9. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  10. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 9 years ago
  11. 5ed695e Mark the new slot as not ready from the DownloadAction. by Alex Deymo · 9 years ago
  12. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  13. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 9 years ago
  14. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 9 years ago
  15. fdf0051 update_engine: Add fds for the source partitions. by Allie Wood · 10 years ago
  16. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  17. 35866ed update_engine: fix -Winconsistent-missing-override warning by Yunlian Jiang · 10 years ago
  18. 610277e update_engine: Add override when possible. by Alex Deymo · 10 years ago
  19. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  20. 4a0321b update_engine: Policy determines P2P enabled status. by Gilad Arnold · 10 years ago
  21. 41f2cf5 update_engine: Share payloads for a maximum of five days only. by David Zeuthen · 10 years ago
  22. 8427b4a update_engine: Standarize mock/fake filenames. by Alex Deymo · 10 years ago
  23. 74b5f55 update_engine: Relocate inference and storage of P2P related properties. by Gilad Arnold · 10 years ago
  24. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  25. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  26. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  27. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  28. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  29. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  30. 736fcb5 update_engine: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  31. 5bb4c90 Rename MockSystemState into FakeSystemState. by Gilad Arnold · 10 years ago
  32. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  33. e7f8917 Add support for using public key sent by Omaha. by David Zeuthen · 11 years ago
  34. 910ec5b p2p: Skip some tests if xattr support is not available. by David Zeuthen · 11 years ago
  35. 41f7fdc p2p: Re-enable p2p unittests on update_engine. by Alex Deymo · 11 years ago
  36. ac9c186 p2p: comment out tests failing on builders without xattr/fallocate support by David Zeuthen · 11 years ago
  37. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  38. 21504f0 Revert "Revert "AU: do not copy filesystem during full updates"" by Gilad Arnold · 11 years ago
  39. d1cd325 Revert "AU: do not copy filesystem during full updates" by Don Garrett · 11 years ago
  40. 81c9062 AU: do not copy filesystem during full updates by Gilad Arnold · 12 years ago
  41. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  42. 2dac576 Fix clang syntax checking. by Yunlian Jiang · 11 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. e410e0f Switch FileWriter::Write to boolean result code. by Don Garrett · 13 years ago
  46. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  47. 4516810 AU: Manual proxy support by Andrew de los Reyes · 14 years ago
  48. 9ce452b AU: Fix potential issues with premature destruction of HTTP fetchers. by Darin Petkov · 14 years ago
  49. 34e41a1 AU: Push seeks in http fetching to the progress percentage. by Andrew de los Reyes · 14 years ago
  50. 0406e40 AU: Optimize checkpointing a bit and decide on new update vs. resume. by Darin Petkov · 14 years ago
  51. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
  52. 50332f1 AU: Verify that the actual download size matches the size reported by Omaha. by Darin Petkov · 14 years ago
  53. 9d911fa AU: Update status to DOWNLOADING only after receiving some bytes from server. by Darin Petkov · 14 years ago
  54. c97435c Add and emit download action error codes. by Darin Petkov · 14 years ago
  55. c1a8b42 For actions, switch bool success into an exit code. by Darin Petkov · 14 years ago
  56. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  57. f918517 AU: Update Downloader to support our image formats. by Andrew de los Reyes · 14 years ago
  58. f4c7ef1 AU: delta compress the kernel partition by Andrew de los Reyes · 14 years ago
  59. 1e338b8 AU: Gut code for old updater. New protobuf for v2 updater. by Andrew de los Reyes · 15 years ago
  60. 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago
  61. c98a7ed AU: Beginnings of delta support by adlr@google.com · 15 years ago
  62. 49fdf18 Almost there... by rspangler@google.com · 15 years ago