1. b0ab865 Make update_engine reserve space for decompression via apexd by Mohammad Samiul Islam · 3 years, 10 months ago
  2. 8933d57 Reserve space for apex by creating a file and write 0s by Kelvin Zhang · 4 years ago
  3. deb3445 Reland: Pass apex_info.pb file to delta_generator by Kelvin Zhang · 4 years ago
  4. 195d0a9 Revert "Pass apex_info.pb file to delta_generator" by Tianjie Xu · 4 years ago
  5. 4e5da3e Pass apex_info.pb file to delta_generator by Kelvin Zhang · 4 years ago
  6. 4aeaa12 Merge remote-tracking branch 'aosp/upstream-master' into merge by Kelvin Zhang · 4 years, 1 month ago
  7. 0468a76 update_engine: Use clock and fake clock from SystemState by Amin Hassani · 4 years, 1 month ago
  8. c3c0a3a Add PReadAll/PWriteAll for filedescriptor ptr by Kelvin Zhang · 4 years, 2 months ago
  9. 4b28024 Rename PReadAll/PWriteAll for file descriptor ptr to ReadAll/WriteAll by Kelvin Zhang · 4 years, 2 months ago
  10. 5d56c1e update_engine: Remove ec_version and fw_version by Amin Hassani · 4 years, 2 months ago
  11. e53b39b update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 4 years, 3 months ago
  12. 8702933 HardwareInterface::IsPartitionUpdateValid: fine grained error by Yifan Hong · 4 years, 4 months ago
  13. d719103 Support per-partition timestamps by Kelvin Zhang · 4 years, 5 months ago
  14. 55abd3c Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 4 years, 6 months ago
  15. 91ba9be Check the enrollment in /home/chronos/Local State in addition to the VPD. by Matt Ziegelbaum · 4 years, 7 months ago
  16. 694eeb0 update_engine: Add PayloadState Exclusion Logic by Jae Hoon Kim · 4 years, 7 months ago
  17. c80de2d [REFACTOR] Split Android and CrOS logging. by Yifan Hong · 4 years, 10 months ago
  18. 7b428f5 update_engine: drop MTD logic by Brian Norris · 6 years ago
  19. 500ca13 Enable update_engine to access OTA package via file descriptor by Kyeongkab.Nam · 6 years ago
  20. b268959 update_engine: Run clang-format on common/ by Amin Hassani · 6 years ago
  21. 1c3db7d Remove utils::TimeFromStructTimespec(). by Sen Jiang · 6 years ago
  22. c2b3766 Remove utils::SetRootTempDir(). by Sen Jiang · 6 years ago
  23. 08c6da1 Don't use temp file for public key. by Sen Jiang · 6 years ago
  24. 0ff621c update_engine: Store and test kern/fw versions as 4 values by Zentaro Kavanagh · 6 years ago
  25. 3538a88 Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 7 years ago
  26. a030268 update_engine: Add UMA stats for rollback by Marton Hunyady · 7 years ago
  27. 771f648 Correct some spellings. by Sen Jiang · 7 years ago
  28. a7ee9d0 update_engine: Remove zlib fingerprint checking by Andrey Ulanov · 8 years ago
  29. 2703ef4 Store raw payload hash blob in install plan. by Sen Jiang · 8 years ago
  30. f411650 Unmount old postinstall mountpoint from previous runs. by Alex Deymo · 8 years ago
  31. 335516c Remove FileWriter from common/utils.h by Alex Deymo · 8 years ago
  32. 5ba93ad Lazy unmount postinstall if it fails to unmount. by Alex Deymo · 8 years ago
  33. 3295102 Setup a temporary directory for update_engine_sideload. by Alex Deymo · 8 years ago
  34. 5c6bb1d Fix clang-tidy performance warnings in update_engine. by Chih-Hung Hsieh · 8 years ago
  35. fb905d9 Implement powerwash on Android. by Alex Deymo · 9 years ago
  36. 371615b Remove utils::MakeTempDirectory(). by Sen Jiang · 9 years ago
  37. 5fb356c Mark block device as read-only before mounting. by Alex Deymo · 9 years ago
  38. 0d29854 Parse postinstall program progress updates. by Alex Deymo · 9 years ago
  39. 2972608 Remove self-crashing logic. by Alex Deymo · 9 years ago
  40. dcbc0ae Remove GetFilesystemSize. by Sen Jiang · 9 years ago
  41. e0d0428 Check if zlib is compatible. by Sen Jiang · 9 years ago
  42. 14dbd33 Mount the new system as 'postinstall_file' in postinstall. by Alex Deymo · 9 years ago
  43. 390efed Parse postinstall parameters from the payload metadata. by Alex Deymo · 9 years ago
  44. e88e9fe Android: Print the error code string from the client. by Alex Deymo · 9 years ago
  45. 1f19dcc Add ErrorCode::kUserCanceled. by Alex Deymo · 9 years ago
  46. ab0d976 CPULimiter: Refactor class to manage the CPU limitation. by Alex Deymo · 9 years ago
  47. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  48. 9138ef5 Remove unused includes. by Alex Deymo · 9 years ago
  49. 9c12346 Fix temporary directory path in Android. by Sen Jiang · 9 years ago
  50. a259179 Move metrics time helpers to metrics_utils. by Alex Deymo · 9 years ago
  51. 38429cf common: Split out metrics utils from utils.cc. by Alex Deymo · 9 years ago
  52. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 9 years ago[Renamed (98%) from utils.cc]
  53. 1016ae1 Remove unused BlockDevSize(const string& path). by Alex Deymo · 9 years ago
  54. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  55. af9a863 Remove obsolete Installer.* metrics. by Alex Deymo · 9 years ago
  56. 5fc5e10 Allow ext4 filesystems in postinstall. by Alex Deymo · 9 years ago
  57. 5aa1c54 Create temporary files in the system's temp directory. by Alex Deymo · 9 years ago
  58. dd132f3 Make non-volatile directory platform-specific. by Alex Deymo · 9 years ago
  59. 6f20dd4 Fix includes and DBus headers to build on Android. by Alex Deymo · 9 years ago
  60. 763e7db update_engine: New BootControlInterface class. by Alex Deymo · 9 years ago
  61. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 9 years ago
  62. c00c98a update_engine: Use portable string format functions. by Alex Deymo · 10 years ago
  63. 75eac7e update_engine: Convert NetworkConnectionType to enum class. by Alex Deymo · 9 years ago
  64. b42b98d update_engine: Load minor_version from the FilesystemInterface. by Alex Deymo · 9 years ago
  65. 8d2bbe3 update_engine: Move glib related utils to glib_utils.h. by Alex Deymo · 10 years ago
  66. 60ca1a7 update_engine: Migrate time-based glib main loop calls to MessageLoop. by Alex Deymo · 10 years ago
  67. a4a80f5 update_engine: Remove unused utils functions. by Alex Deymo · 10 years ago
  68. 6a9d349 platform2: Fix issues with new version of libchrome by Alex Vakulenko · 10 years ago
  69. 41e3474 update_engine: Merge contiguous operations (reprise). by Gilad Arnold · 10 years ago
  70. 542032d Revert "update_engine: Merge contiguous operations." by Gilad Arnold · 10 years ago
  71. c31e4a7 update_engine: drop SYSROOT checks by Mike Frysinger · 10 years ago
  72. 58455ae update_engine: Merge contiguous operations. by Allie Wood · 10 years ago
  73. eb9e6d8 update_engine: Remove copy from source to destination partition. by Allie Wood · 10 years ago
  74. 0c8cf7e update_engine: Fix PReadAll and PWriteAll to be able to seek to 0. by Allie Wood · 10 years ago
  75. 5687345 update_engine: Remove sparse hole extents. by Allie Wood · 10 years ago
  76. 703022b Revert "update_engine: Remove sparse hole extents." by Shawn N · 10 years ago
  77. 8e2c4ef update_engine: Remove sparse hole extents. by Allie Wood · 10 years ago
  78. de942f3 update_engine: Generate valid delta files for squashfs. by Alex Deymo · 10 years ago
  79. a78b28c update_engine: Support full update on MTD devices by Nam T. Nguyen · 10 years ago
  80. 425aa97 update_engine: Changes to delta minor version detection by Allie Wood · 10 years ago
  81. 78750a4 update_engine: Detect supported minor version from conf file. by Allie Wood · 10 years ago
  82. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  83. 981a9fb platform2: Switch over to using base64 functions from libchromeos by Alex Vakulenko · 10 years ago
  84. f1d582e update_engine: Add MtdFileDescriptor and UbiFileDescriptor by Nam T. Nguyen · 10 years ago
  85. 10875d9 update_engine: Move test-only utils to test_utils.{h,cc}. by Alex Deymo · 10 years ago
  86. 192393b update_engine: Add support for parsing the size of a squashfs. by Alex Deymo · 10 years ago
  87. 4c82df3 update_engine: Attempt to mount the ROOTFS as squashfs during postinst. by Alex Deymo · 10 years ago
  88. 020600d update_engine: Use C++11 range-based for loop when possible. by Alex Deymo · 10 years ago
  89. 98c5ae2 update_engine: Remove unused utils. by Alex Deymo · 10 years ago
  90. f329b93 update_engine: Fix all the "using" declaration usage. by Alex Deymo · 10 years ago
  91. e7141c6 update_engine: Log the errno when GetFilesystemSize fails by Alex Deymo · 10 years ago
  92. b92cd2e update_engine: Make reading the size of a block device file work as expected. by Gabe Black · 10 years ago
  93. f9cb98c update_engine: Clean up angle brackets in template types. by Ben Chan · 10 years ago
  94. 06c76a4 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  95. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  96. f3e2801 update_engine: Reject XML with internal entity declarations. by David Zeuthen · 10 years ago
  97. 4906c1c update_engine: Replace googe::protobuf::Closure with base::Closure by Alex Vakulenko · 10 years ago
  98. 973449e update_engine: Make utils::FormatTimeDelta() work with negative values. by David Zeuthen · 10 years ago
  99. c1711e2 update_engine: Use constants from elf.h. by Alex Deymo · 10 years ago
  100. 9abb763 update_engine: Use integer types from stdint.h by Ben Chan · 10 years ago