- 399bd4d Remove unused field save_rollback_data by Kelvin Zhang · 6 months ago
- 0c18424 Replace base string utils with android::base ones by Kelvin Zhang · 7 months ago
- 1f46f5b Replace libchrome NumberToString with std::format by Kokoa Matsuda · 7 months ago
- 11c3da6 Remove libchrome stringprintf.h functions by Kokoa Matsuda · 7 months ago
- 3357e27 Simply Replace libchrome StringToXXs with android base ones by Kokoa Matsuda · 7 months ago
- b9a9aa2 Replace chrome string util with android base ones by Kelvin Zhang · 7 months ago
- 91aa217 Replace libchrome size() with C++ standard ones by Kokoa Matsuda · 7 months ago
- 1783eb3 Replace libchrome macros.h with android base ones by Kokoa Matsuda · 7 months ago
- 0215aa7 update_engine: use ; delimiter by Daniel Zheng · 9 months ago
- a77e645 update_engine: use error_code for std::filesystem by Daniel Zheng · 9 months ago
- 37f212d update_engine: fix checkpointing by Daniel Zheng · 9 months ago
- 31d9e55 update_engine: add new headers by Daniel Zheng · 10 months ago
- bcc64c4 Fsync directory contents by Daniel Zheng · 1 year, 1 month ago
- 6a00fe9 prefs: return success if nothing to delete by Daniel Zheng · 1 year, 1 month ago
- fab31ad Make update_engine use /data/misc/update_engine/cache as tmpdir by Kelvin Zhang · 1 year, 2 months ago
- be0a349 Add specific error codes to enable better error handling by Kelvin Zhang · 1 year, 6 months ago
- c6be917 Convert CowOperationType into strongly typed enums by Kelvin Zhang · 1 year, 6 months ago
- 8bcb221 Add a sysprop to delay merge by fix duration by Kelvin Zhang · 1 year, 6 months ago
- c80d39b Improve atomiticy of update checkpointing by Kelvin Zhang · 1 year, 7 months ago
- e53a318 Use ASSERT_* instead of EXPECT_* to abort test early by Kelvin Zhang · 1 year, 7 months ago
- 866d470 Kill the entire child process group when cancelling postinstall by Kelvin Zhang · 1 year, 7 months ago
- 85a6d99 Allow on device spl downgrade check to be bypassed by Kelvin Zhang · 1 year, 7 months ago
- fc20b67 OTA: update SetBlockDeviceReadOnly by lin.gui · 1 year, 9 months ago
- eceec32 Revert "Add UID permission check to update_engine" by Kelvin Zhang · 1 year, 8 months ago
- 596969b Add UID permission check to update_engine by Kelvin Zhang · 1 year, 8 months ago
- 1e92631 Wait for process to exit before unmounting postinstall partition by Kelvin Zhang · 1 year, 8 months ago
- 18e97e0 Fix erofs-utils 1.7 compatibility by Kelvin Zhang · 1 year, 8 months ago
- eede4c8 Adding error for when overlayfs is enabled in OTA by Daniel Zheng · 2 years ago
- 92f7d17 Replacing Brillo Error by Daniel Zheng · 1 year, 11 months ago
- a4b7ba6 Refactor for ISnapshotWriter removal. by David Anderson · 2 years ago
- 430852d Properly report an error for download action write errors by Kelvin Zhang · 2 years ago
- 5eece04 Make checkpointing atomic by Daniel Zheng · 2 years ago
- e47767a Reduce VABC memory usage by Kelvin Zhang · 2 years ago
- 7dd5a5e Do not skip copying in place block if source corrupted by Kelvin Zhang · 2 years ago
- 0c1648c Fixing some clangd warnings by Daniel Zheng · 2 years, 1 month ago
- 9fc62b8 Added a field to set enable_vabc by Daniel Zheng · 2 years, 2 months ago
- a7407b5 Rename update_device.py's --disable-vabc param by Kelvin Zhang · 2 years, 2 months ago
- 6bef490 Add cli option to enable multi-threaded compression by Kelvin Zhang · 2 years, 3 months ago
- cb9932f Fix xor writer failure by Kelvin Zhang · 2 years, 4 months ago
- 32a73a9 Throttle metric writing by 3 seconds by Kelvin Zhang · 2 years, 5 months ago
- 49170aa Fsync data after writing prefs by Kelvin Zhang · 2 years, 6 months ago
- d11e2fc Move some SOURCE_COPY op processing out of Init() function by Kelvin Zhang · 2 years, 7 months ago
- 3cc4fa3 Add a header value for configure max downlaod retry count by Kelvin Zhang · 2 years, 8 months ago
- 730ae9b added disable_vabc field to install_plan by Daniel Zheng · 2 years, 9 months ago
- 3e881aa Initialized unitialized variables. by Daniel Zheng · 2 years, 9 months ago
- 98cb8f7 Add payload prop to set custom proxy URL by Kelvin Zhang · 2 years, 10 months ago
- c7a1d1f Remove ProxyResolver from update_engine by Kelvin Zhang · 2 years, 10 months ago
- e35b438 Add more data to SnapshotMergeReported. by David Anderson · 3 years, 2 months ago
- 1c4b981 Fix S and T mixed build OTA by Kelvin Zhang · 3 years, 2 months ago
- 7e5b405 Split slower tests to a separate test target by Kelvin Zhang · 3 years, 2 months ago
- 636ba2f Support streaming for lz4 recompress by Kelvin Zhang · 3 years, 3 months ago
- 760c334 Add streaming support to LZ4 compress routine by Kelvin Zhang · 3 years, 3 months ago
- 1a0ed71 Use raw pointer instead of shared_ptr by Kelvin Zhang · 3 years, 4 months ago
- 84fe9da Use ErrnoNumberAsString from libbase by Colin Cross · 3 years, 5 months ago
- d76a8ac Rename stdout and stderr to stdout_str and stderr_str by Colin Cross · 3 years, 5 months ago
- 26b82b1 Fix cpplint issues by Colin Cross · 3 years, 5 months ago
- 4eae81e Add lz4diff patch routines by Kelvin Zhang · 3 years, 5 months ago
- 5562403 Add lz4 decompress/compress routines by Kelvin Zhang · 3 years, 5 months ago
- dcda7c0 Add DEFER macro, similar to go's defer by Kelvin Zhang · 3 years, 5 months ago
- 7608cd4 Add maybe_unused to some parameters by Kelvin Zhang · 3 years, 5 months ago
- 02fe662 Add integration test for XOR ops by Kelvin Zhang · 3 years, 7 months ago
- c14676a Write CowReplace blocks in batch by Kelvin Zhang · 3 years, 7 months ago
- 3fe4964 Add UpdateAttempterIntegrationTesting by Kelvin Zhang · 3 years, 8 months ago
- 1304fe7 Allow UpdateAttempterAndroid to override otacerts path by Kelvin Zhang · 3 years, 8 months ago
- df3c195 Move unittest constants to header by Kelvin Zhang · 3 years, 8 months ago
- aa25f45 Add some helper macros for testing precondition am: fffad3b84d by Kelvin Zhang · 3 years, 8 months ago
- fffad3b Add some helper macros for testing precondition by Kelvin Zhang · 3 years, 8 months ago
- f8e1060 Add update_engine_host_unittests am: c5803b7d2e by Kelvin Zhang · 3 years, 8 months ago
- c5803b7 Add update_engine_host_unittests by Kelvin Zhang · 3 years, 9 months ago
- 1544780 Rename LibcurlHttpFetcherTest am: f0c73d4e01 by Kelvin Zhang · 3 years, 9 months ago
- f0c73d4 Rename LibcurlHttpFetcherTest by Kelvin Zhang · 3 years, 9 months ago
- a193c42 Write XOR ops for bsdiff and puffdiff am: 76f10b8e0b by Kelvin Zhang · 3 years, 9 months ago
- 76f10b8 Write XOR ops for bsdiff and puffdiff by Kelvin Zhang · 4 years ago
- f137b10 Implement setShouldSwitchSlotOnReboot and resetShouldSwitchSlotOnReboot am: 20982a52a8 by Kelvin Zhang · 3 years, 9 months ago
- 20982a5 Implement setShouldSwitchSlotOnReboot and resetShouldSwitchSlotOnReboot by Kelvin Zhang · 3 years, 9 months ago
- fa84c37 Remove Cros from AOSP update_engine am: e95dfeec11 by Kelvin Zhang · 3 years, 9 months ago
- e95dfee Remove Cros from AOSP update_engine by Kelvin Zhang · 3 years, 10 months ago
- 0eab711 Merge "Merge sc-dev-plus-aosp-without-vendor@7634622" into stage-aosp-master by Xin Li · 3 years, 9 months ago
- 4bb4920 Add XorExtentWriter by Kelvin Zhang · 3 years, 11 months ago
- 0a9a2a9 Add Extent map am: d567c8bc9f am: 186ad03433 by Kelvin Zhang · 3 years, 9 months ago
- d567c8b Add Extent map by Kelvin Zhang · 3 years, 11 months ago
- b498b10 Add GetActiveBootSlot API to boot control interface am: cb419e6ffd am: 75958682de by Kelvin Zhang · 3 years, 10 months ago
- cb419e6 Add GetActiveBootSlot API to boot control interface by Kelvin Zhang · 4 years ago
- d815d54 Define constants in header am: 575b8f8a50 am: 11202d9771 by Kelvin Zhang · 4 years ago
- 575b8f8 Define constants in header by Kelvin Zhang · 4 years ago
- 197bc9b Refactor: Migrate all prefs to string_view am: 1c86a92bc7 am: 01405aba8b by Kelvin Zhang · 4 years ago
- 1c86a92 Refactor: Migrate all prefs to string_view by Kelvin Zhang · 4 years ago
- 422e893 Fix some lint/style error am: 1d99ae1932 am: d9ff8385fe am: 0a3e95fc03 by Kelvin Zhang · 4 years ago
- f32b221 ResetStatus if update_engine boot in different slot but same build am: 8660347589 am: 5d4aeec7ed am: d121fd12e1 by Kelvin Zhang · 4 years ago
- 7c31449 Write verity first, then do fs verification am: 8704c83dbe am: e7dee6860b am: 5dd1de1828 by Kelvin Zhang · 4 years ago
- 1d99ae1 Fix some lint/style error by Kelvin Zhang · 4 years ago
- 8660347 ResetStatus if update_engine boot in different slot but same build by Kelvin Zhang · 4 years ago
- 8704c83 Write verity first, then do fs verification by Kelvin Zhang · 4 years ago
- 70a2cda Fix verity discarded bug am: 9105f4baeb am: 15242fd179 am: 5465b60e7b by Kelvin Zhang · 4 years ago
- 27578a7 Rename postinstall_mount_device to readonly_target_path am: a9b5d8c8ee am: 6180c7600f am: e0042ab207 by Kelvin Zhang · 4 years, 1 month ago
- 9105f4b Fix verity discarded bug by Kelvin Zhang · 4 years, 1 month ago
- a9b5d8c Rename postinstall_mount_device to readonly_target_path by Kelvin Zhang · 4 years, 1 month ago
- ce3262f Add unittest for CleanupPreviousUpdateAction am: b4b95c2834 am: b92d11ad26 am: 4df6448026 by Kelvin Zhang · 4 years, 1 month ago
- b4b95c2 Add unittest for CleanupPreviousUpdateAction by Kelvin Zhang · 4 years, 2 months ago
- 1da6b8d Report metrics on whether verity is used am: 9a5e3683a4 am: 0cf3b32669 am: c154fdaedb by Kelvin Zhang · 4 years, 2 months ago