summaryrefslogtreecommitdiff
path: root/install.cpp
AgeCommit message (Expand)Author
2017-10-09Revert "Revert "Move error_code.h into otautil.""Tao Bao
2017-10-05Revert "Move error_code.h into otautil."Tao Bao
2017-10-04Move error_code.h into otautil.Tao Bao
2017-10-02roots: Fix an issue with volume_for_path().Tao Bao
2017-09-13Remove EXPAND/STRINGIFY macros.Tao Bao
2017-08-24Merge "Add missing report of error code under recovery"Tianjie Xu
2017-08-23Add missing report of error code under recoveryTianjie Xu
2017-08-22Allow comparison against multi serial nums for A/B packageTianjie Xu
2017-07-19Fix the android-cloexec-* warnings in bootable/recoveryTianjie Xu
2017-06-26avoid assuming build number is a 32-bit integerDaniel Micay
2017-06-08Fix a race condition for temperature_loggerTianjie Xu
2017-05-08Add a binary path param to update_binary_command().Tao Bao
2017-05-04Revert "Remove EXPAND/STRINGIFY macros."Tao Bao
2017-05-03Remove EXPAND/STRINGIFY macros.Tao Bao
2017-05-01Move sysMapFile and sysReleaseMap into MemMapping class.Tao Bao
2017-05-01recovery: Change install_package() to take std::string.Tao Bao
2017-04-24librecovery: Remove -Wno-unused-parameter and add -Wall.Tao Bao
2017-04-20Merge "Call libvintf to verify package compatibility."Tao Bao
2017-04-19Call libvintf to verify package compatibility.Tao Bao
2017-04-18Add tests for read_metadata_from_package().Tao Bao
2017-04-18Minor clean up to install.cpp.Tao Bao
2017-04-17Add tests for update_binary_command().Tao Bao
2017-04-17Fix the double free in verify_package_compatibility().Tao Bao
2017-04-12Verify the package compatibility with libvintf.Tao Bao
2017-03-28Log temperature during OTA updateTianjie Xu
2017-03-26Skip logging the warning for uncrypt_status for devices w/o /cacheTianjie Xu
2017-03-20verify_file: Add constness to a few addresses.Tao Bao
2017-03-17Drop the dependency on 'ui' in verify_file().Tao Bao
2017-02-03Replace _exit(-1) with _exit(EXIT_FAILURE).Tao Bao
2017-02-03Avoid to call UI functions in child processTianjie Xu
2017-01-21Print with newline for ui_print.Tao Bao
2017-01-13recovery: Move property_get() to android::base::GetProperty().Tao Bao
2017-01-06recovery: Clean up try_update_binary() in install.cpp.Tao Bao
2016-12-13Remove the obsolete comments for firmware update.Tao Bao
2016-11-04Merge "Revert "Revert "Some cleanups to recovery."""Tao Bao
2016-11-03Revert "Revert "Some cleanups to recovery.""Tao Bao
2016-10-27Merge "Revert "Some cleanups to recovery.""Dan Albert
2016-10-27Revert "Some cleanups to recovery."Dan Albert
2016-10-26Merge "Some cleanups to recovery."Tao Bao
2016-10-26Some cleanups to recovery.Tao Bao
2016-10-19Verify wipe package when wiping A/B device in recovery.Yabin Cui
2016-10-18resolve merge conflicts of 6fba98c to stage-aosp-masterTianjie Xu
2016-10-17Replace minzip with libziparchiveTianjie Xu
2016-10-13Fix the prefix matching for uncrypt status.Tao Bao
2016-09-29Report uncrypt errors in detailsTianjie Xu
2016-09-27Merge "Report uncrypt errors in details" am: af8b9363c6 am: 7582609d61Tianjie Xu
2016-09-26Report uncrypt errors in detailsTianjie Xu
2016-09-26Duplicate the last_install content into last_log.Tao Bao
2016-09-26Duplicate the last_install content into last_log.Tao Bao
2016-09-21Fail gracefully when we fail to fork the update binaryMatthew Bouyack