aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2024-04-10prefs: return success if nothing to deleteDaniel Zheng
2024-03-26Make update_engine use /data/misc/update_engine/cache as tmpdirKelvin Zhang
2023-12-04Add specific error codes to enable better error handlingKelvin Zhang
2023-11-29Convert CowOperationType into strongly typed enumsKelvin Zhang
2023-11-20Add a sysprop to delay merge by fix durationKelvin Zhang
2023-10-25Improve atomiticy of update checkpointingKelvin Zhang
2023-10-25Use ASSERT_* instead of EXPECT_* to abort test earlyKelvin Zhang
2023-10-24Kill the entire child process group when cancelling postinstallKelvin Zhang
2023-10-23Allow on device spl downgrade check to be bypassedKelvin Zhang
2023-10-07OTA: update SetBlockDeviceReadOnlylin.gui
2023-10-05Revert "Add UID permission check to update_engine"Kelvin Zhang
2023-10-05Add UID permission check to update_engineKelvin Zhang
2023-09-29Wait for process to exit before unmounting postinstall partitionKelvin Zhang
2023-09-25Fix erofs-utils 1.7 compatibilityKelvin Zhang
2023-07-14Adding error for when overlayfs is enabled in OTADaniel Zheng
2023-07-05Replacing Brillo ErrorDaniel Zheng
2023-06-21Refactor for ISnapshotWriter removal.David Anderson
2023-05-25Properly report an error for download action write errorsKelvin Zhang
2023-05-23Make checkpointing atomicDaniel Zheng
2023-05-18Reduce VABC memory usageKelvin Zhang
2023-05-15Do not skip copying in place block if source corruptedKelvin Zhang
2023-04-12Fixing some clangd warningsDaniel Zheng
2023-03-28Added a field to set enable_vabcDaniel Zheng
2023-03-13Rename update_device.py's --disable-vabc paramKelvin Zhang
2023-02-23Add cli option to enable multi-threaded compressionKelvin Zhang
2023-02-17Fix xor writer failureKelvin Zhang
2022-12-19Throttle metric writing by 3 secondsKelvin Zhang
2022-12-09Fsync data after writing prefsKelvin Zhang
2022-10-27Move some SOURCE_COPY op processing out of Init() functionKelvin Zhang
2022-09-27Add a header value for configure max downlaod retry countKelvin Zhang
2022-09-15added disable_vabc field to install_planDaniel Zheng
2022-09-08Initialized unitialized variables.Daniel Zheng
2022-08-03Add payload prop to set custom proxy URLKelvin Zhang
2022-08-02Remove ProxyResolver from update_engineKelvin Zhang
2022-05-25Add more data to SnapshotMergeReported.David Anderson
2022-04-07Fix S and T mixed build OTAKelvin Zhang
2022-03-22Split slower tests to a separate test targetKelvin Zhang
2022-02-24Support streaming for lz4 recompressKelvin Zhang
2022-02-24Add streaming support to LZ4 compress routineKelvin Zhang
2022-01-27Use raw pointer instead of shared_ptrKelvin Zhang
2022-01-12Use ErrnoNumberAsString from libbaseColin Cross
2022-01-04Rename stdout and stderr to stdout_str and stderr_strColin Cross
2022-01-04Fix cpplint issuesColin Cross
2021-12-24Add lz4diff patch routinesKelvin Zhang
2021-12-23Add lz4 decompress/compress routinesKelvin Zhang
2021-12-22Add DEFER macro, similar to go's deferKelvin Zhang
2021-12-10Add maybe_unused to some parametersKelvin Zhang
2021-11-23Add integration test for XOR opsKelvin Zhang
2021-11-16Write CowReplace blocks in batchKelvin Zhang
2021-10-19Add UpdateAttempterIntegrationTestingKelvin Zhang