1. 371615b Remove utils::MakeTempDirectory(). by Sen Jiang · 9 years ago
  2. 260f03b Fix unittest key path in Brillo. by Sen Jiang · 9 years ago
  3. 990c27b Use pre-generated ext image instead of create it on the fly. by Sen Jiang · 9 years ago
  4. d15c546 Implement susped, resume and cancel for the Postinstall action. by Alex Deymo · 9 years ago
  5. cbc2274 Rework postinstall unittests to pass on Android. by Alex Deymo · 9 years ago
  6. 2c41357 Fix DeltaPerformerIntegrationTest crash. by Sen Jiang · 9 years ago
  7. 14dbd33 Mount the new system as 'postinstall_file' in postinstall. by Alex Deymo · 9 years ago
  8. 390efed Parse postinstall parameters from the payload metadata. by Alex Deymo · 9 years ago
  9. 64d9878 Replace is_full_update boolean with a payload_state enum. by Alex Deymo · 9 years ago
  10. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  11. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago[Renamed (98%) from test_utils.cc]
  12. 110e030 Remove test_utils::RecursiveUnlinkDir(). by Alex Deymo · 9 years ago
  13. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  14. 6f20dd4 Fix includes and DBus headers to build on Android. by Alex Deymo · 9 years ago
  15. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  16. c00c98a update_engine: Use portable string format functions. by Alex Deymo · 10 years ago
  17. 3053450 update_engine: Switch to chrome-dbus for client requests in update_engine by Alex Deymo · 9 years ago
  18. 6a9d349 platform2: Fix issues with new version of libchrome by Alex Vakulenko · 9 years ago
  19. 509dd53 update_engine: Convert update_manager to chromeos::MessageLoop. by Alex Deymo · 9 years ago
  20. 6b9e38e update_engine: Use the FilesystemInterface to generate deltas. by Alex Deymo · 9 years ago
  21. 2b19cfb update_engine: Introduce FilesystemInterface abstraction. by Alex Deymo · 10 years ago
  22. 52490e7 update_engine: Further move Extent manipulation to extent_utils. by Alex Deymo · 9 years ago
  23. 6ded654 update_engine: Make mkfs.ext3 quiet. by Alex Deymo · 10 years ago
  24. 1f93d03 update_engine: Make dd less verbose. by Alex Deymo · 10 years ago
  25. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  26. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  27. 020600d update_engine: Use C++11 range-based for loop when possible. by Alex Deymo · 10 years ago
  28. 98c5ae2 update_engine: Remove unused utils. by Alex Deymo · 10 years ago
  29. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  30. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  31. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  32. 5665d0c Fix memory leak on ConnectionManagerTest. by Alex Deymo · 10 years ago
  33. 161c4a1 Move payload generator files to payload_generator/ directory. by Alex Deymo · 10 years ago
  34. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 11 years ago
  35. 53556ec PolicyManager: Schedule re-evaluations based on variable usage. by Alex Deymo · 11 years ago
  36. beb39e9 PM: Shift to signal-based inference of network connection. by Gilad Arnold · 11 years ago
  37. 7b948f0 PolicyManager: Initial support of async PolicyRequests. by Alex Deymo · 11 years ago
  38. a6742b3 AU: shift to use new TMPDIR-enabled temp file by Gilad Arnold · 11 years ago
  39. a58b62a unittest: Remove temporary directories. by Alex Deymo · 11 years ago
  40. 61d9d2c AU/unittest: eliminate use of kMountPath by Gilad Arnold · 11 years ago
  41. 77a1eba Make unit tests less timing sensitive when unmounting busy loop devices. by Ben Chan · 12 years ago
  42. 19a45f0 Fixes to utility / unit test related code. by Gilad Arnold · 12 years ago
  43. 2643cb7 Fixed gcc-4.7 building problem for update_engine (again). by Han Shen · 12 years ago
  44. 617bbc2 Fix to unit testing code. by Gilad Arnold · 12 years ago
  45. 8155d08 pull in base/stringprintf.h explicitly by Mike Frysinger · 13 years ago
  46. 7f42b82 Delete unnecessary -d options from umount in unit tests. by David James · 13 years ago
  47. 58e8b1f Revise loopback device handling to be parallelization safe. by Don Garrett · 13 years ago
  48. 48a0a48 AU: When checking if we've visited a file before, don't follow symlinks. by Andrew de los Reyes · 14 years ago
  49. 29da8aa AU: tolerate files that are symlinks in src image, yet not in new image. by Andrew de los Reyes · 14 years ago
  50. 5c7d975 Add support for bsdiff of file system metadata blocks by Thieu Le · 14 years ago
  51. 790e62e [update_engine] Update to use not-hideously-old logging API from chrome by Chris Masone · 14 years ago
  52. f4c7ef1 AU: delta compress the kernel partition by Andrew de los Reyes · 15 years ago
  53. 09e56d6 AU: Class to perform delta updates. by Andrew de los Reyes · 15 years ago
  54. 08c4e27 update engine: 32- and 64-bit compile by Andrew de los Reyes · 15 years ago
  55. b10320d AU: Delta Diff Generator by Andrew de los Reyes · 15 years ago
  56. 8006106 AU: Extent writer utility classes by Andrew de los Reyes · 15 years ago
  57. 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago
  58. 970bb28 AU: Use Omaha ID rather than MAC address in delta updater by Andrew de los Reyes · 15 years ago
  59. c98a7ed AU: Beginnings of delta support by adlr@google.com · 15 years ago
  60. d2e4ccc Die glog, die! by seanparent@google.com · 15 years ago
  61. 49fdf18 Almost there... by rspangler@google.com · 15 years ago