1. ab0d976 CPULimiter: Refactor class to manage the CPU limitation. by Alex Deymo · 8 years ago
  2. 9138ef5 Remove unused includes. by Alex Deymo · 9 years ago
  3. a259179 Move metrics time helpers to metrics_utils. by Alex Deymo · 9 years ago
  4. 38429cf common: Split out metrics utils from utils.cc. by Alex Deymo · 9 years ago
  5. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago[Renamed (98%) from utils.h]
  6. 1016ae1 Remove unused BlockDevSize(const string& path). by Alex Deymo · 9 years ago
  7. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  8. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 9 years ago
  9. af9a863 Remove obsolete Installer.* metrics. by Alex Deymo · 9 years ago
  10. 5aa1c54 Create temporary files in the system's temp directory. by Alex Deymo · 9 years ago
  11. dd132f3 Make non-volatile directory platform-specific. by Alex Deymo · 9 years ago
  12. 4600b8b Remove unused ScopedEintrSafeFdCloser class. by Alex Deymo · 9 years ago
  13. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 9 years ago
  14. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  15. 0b3db6b update_engine: Remove all references to glib. by Alex Deymo · 9 years ago
  16. f6ee016 update_engine: Move ConnectionManager to an abstract Interface. by Alex Deymo · 9 years ago
  17. b42b98d update_engine: Load minor_version from the FilesystemInterface. by Alex Deymo · 9 years ago
  18. 1415857 update_engine: Split delta_diff_generator file. by Alex Deymo · 9 years ago
  19. 8d2bbe3 update_engine: Move glib related utils to glib_utils.h. by Alex Deymo · 9 years ago
  20. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 9 years ago
  21. a4a80f5 update_engine: Remove unused utils functions. by Alex Deymo · 9 years ago
  22. 41e3474 update_engine: Merge contiguous operations (reprise). by Gilad Arnold · 9 years ago
  23. 542032d Revert "update_engine: Merge contiguous operations." by Gilad Arnold · 9 years ago
  24. c31e4a7 update_engine: drop SYSROOT checks by Mike Frysinger · 9 years ago
  25. 58455ae update_engine: Merge contiguous operations. by Allie Wood · 9 years ago
  26. 18f48aa Use PLOG instead of LOG with strerror() by Alex Deymo · 9 years ago
  27. 5687345 update_engine: Remove sparse hole extents. by Allie Wood · 9 years ago
  28. 703022b Revert "update_engine: Remove sparse hole extents." by Shawn N · 9 years ago
  29. 8e2c4ef update_engine: Remove sparse hole extents. by Allie Wood · 9 years ago
  30. de942f3 update_engine: Generate valid delta files for squashfs. by Alex Deymo · 9 years ago
  31. a78b28c update_engine: Support full update on MTD devices by Nam T. Nguyen · 9 years ago
  32. 78750a4 update_engine: Detect supported minor version from conf file. by Allie Wood · 9 years ago
  33. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 9 years ago
  34. f1d582e update_engine: Add MtdFileDescriptor and UbiFileDescriptor by Nam T. Nguyen · 10 years ago
  35. 2b67a59 update_engine: Specifically cast macro param to "bool" by Nam T. Nguyen · 10 years ago
  36. a461fc3 update_engine: Used brace initialization instead of ad-hoc function. by Alex Deymo · 10 years ago
  37. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  38. 192393b update_engine: Add support for parsing the size of a squashfs. by Alex Deymo · 10 years ago
  39. 4c82df3 update_engine: Attempt to mount the ROOTFS as squashfs during postinst. by Alex Deymo · 10 years ago
  40. 98c5ae2 update_engine: Remove unused utils. by Alex Deymo · 10 years ago
  41. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  42. 02f7c1d update_engine: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  43. b92cd2e update_engine: Make reading the size of a block device file work as expected. by Gabe Black · 10 years ago
  44. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  45. 973449e update_engine: Make utils::FormatTimeDelta() work with negative values. by David Zeuthen · 10 years ago
  46. 44666f9 update_engine: Remove dependency on libupdate_engine from the client. by Alex Deymo · 10 years ago
  47. 5d52780 update_engine: Move ext2 tools to its own file in payload_generator. by Alex Deymo · 10 years ago
  48. 719bfff update_engine: Migrate build system to gyp. by Alex Deymo · 10 years ago
  49. 5611237 Revert "update_engine: Migrate build system to gyp." by Chun-ta Lin · 10 years ago
  50. 3473d20 update_engine: Migrate build system to gyp. by Alex Deymo · 10 years ago
  51. cf175a0 Fix cpplint errors. by Gilad Arnold · 10 years ago
  52. 65f1da0 update_engine: Use powerd for rebooting. by Daniel Erat · 10 years ago
  53. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 10 years ago
  54. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 10 years ago
  55. c4acdf4 Fix memory leak on HttpFetcher and ProxyResolver. by Alex Deymo · 10 years ago
  56. 7dc4c50 Move IsDir() to utils. by Alex Deymo · 10 years ago
  57. bcee2ca use IGNORE_EINTR w/close by Mike Frysinger · 10 years ago
  58. b281f07 Add UpdateEngine.Attempt.ConnectionType metric. by David Zeuthen · 10 years ago
  59. 33bae49 Add new metrics. by David Zeuthen · 10 years ago
  60. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 10 years ago
  61. 032e772 Log the file format of cros_install on postinstall action by Alex Deymo · 10 years ago
  62. 759c275 Fix header guards to comply with Google Coding Style. by Alex Deymo · 10 years ago
  63. 4f5b144 update_engine: added partition name manipulation library methods by Alex Vakulenko · 10 years ago
  64. 639aa36 Record installation date and include it in every Omaha request. by David Zeuthen · 10 years ago
  65. d04f8e2 AU: prepend TMPDIR when creating a temp file/directory by Gilad Arnold · 11 years ago
  66. e7f8917 Add support for using public key sent by Omaha. by David Zeuthen · 11 years ago
  67. 056b0ab Move IsOfficialBuild() and IsNormalBootMode() into HardwareInterface. by J. Richard Barnette · 11 years ago
  68. 522d36f Move simple firmware related queries into HardwareInterface. by J. Richard Barnette · 11 years ago
  69. 3084293 Move KernelDeviceOfBootDevice() to utils. by J. Richard Barnette · 11 years ago
  70. 63137e5 Split GetECVersion to allow saner unit testing. by J. Richard Barnette · 11 years ago
  71. 910ec5b p2p: Skip some tests if xattr support is not available. by David Zeuthen · 11 years ago
  72. 052d290 p2p: Remove IsP2PAllowedForInteractiveChecks() function and its users by David Zeuthen · 11 years ago
  73. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 11 years ago
  74. 27a48bc p2p: Add P2PManager class by David Zeuthen · 11 years ago
  75. 4243291 Send an UMA metric when failed to boot into the new partition. by Alex Deymo · 11 years ago
  76. 30dedd8 AU/unittest: postinstall tests use uniquely named stateful + working directories by Gilad Arnold · 11 years ago
  77. 1c656c4 Add Installer.PayloadFormat metric by Alex Deymo · 11 years ago
  78. d317e40 Implement Rollback to previously booted partitions. by Chris Sosa · 11 years ago
  79. c197248 Add EC and Firmware Versions to the Omaha Response. by Chris Sosa · 11 years ago
  80. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 11 years ago
  81. f413fe5 Add unit tests for duration metrics by David Zeuthen · 11 years ago
  82. be45bef Add update reboot metric to the update engine. by Chris Sosa · 11 years ago
  83. 8e447e0 AU: Optionally limit the size of delta update operations. by Darin Petkov · 11 years ago
  84. 19409b7 Add metrics to report the number of bytes downloaded per protocol. by Jay Srinivasan · 11 years ago
  85. 9a017f2 Measure and send update duration (and corresponding uptime) to UMA by David Zeuthen · 11 years ago
  86. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 11 years ago
  87. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 11 years ago
  88. fc661a1 Update update engine to compile and use libchrome-180609. by Chris Sosa · 11 years ago
  89. 55f50c2 Segregate UMA metrics for production scenarios from test scenarios. by Jay Srinivasan · 12 years ago
  90. 2b5a0f0 Classify errors and advance URL index according to the error code. by Jay Srinivasan · 12 years ago
  91. 4f8ee27 Modify priority tweaking to use CGroups. by Chris Sosa · 12 years ago
  92. edce283 Addressing review comments that came after merging previous CL. by Jay Srinivasan · 12 years ago
  93. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 12 years ago
  94. 19a45f0 Fixes to utility / unit test related code. by Gilad Arnold · 12 years ago
  95. 2643cb7 Fixed gcc-4.7 building problem for update_engine (again). by Han Shen · 12 years ago
  96. 4348879 UpdateEngine-side changes to allow updates over 3G based on device policy. by Jay Srinivasan · 12 years ago
  97. 08fce04 Don't scatter during OOBE or user-initiated update checks. by Jay Srinivasan · 12 years ago
  98. 480ddfa Scatter downloads to reduce bandwidth spikes. by Jay Srinivasan · 12 years ago
  99. d7b513d New utility functions for formatting time intervals. by Gilad Arnold · 12 years ago
  100. 1ebd813 GPIO test signal safe fallback + refactoring. by Gilad Arnold · 12 years ago