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