aboutsummaryrefslogtreecommitdiffstats
path: root/install.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move install to separate modulexunchang2019-03-291-726/+0
* Use flags = 0 to avoid fd closing for child updater processBill Peckham2019-03-281-1/+3
* Move librecovery_ui to a sub-directoryTianjie Xu2019-03-211-1/+1
* Skip calling verify_package_compatibility when resuming.Tao Bao2019-03-181-2/+2
* Create a wrapper class for update packagexunchang2019-03-111-15/+9
* Use android::base::Pipe.Tao Bao2019-02-281-61/+49
* Clean up the arg setup for exec(3).Tao Bao2018-12-201-7/+3
* roots.cpp: convert to C++ FstabYifan Hong2018-12-181-2/+2
* Check and dump the signal info for killed updater.Tao Bao2018-11-071-2/+9
* Refactor the code to check the metadataTianjie Xu2018-10-311-103/+123
* Recovery now expects public keys in zipfileTianjie Xu2018-10-221-5/+5
* Track the change to update_engine_sideload path.Tao Bao2018-08-141-1/+1
* Drop the dependency on AB_OTA_UPDATER flag.Tao Bao2018-06-191-24/+15
* otautil: Rename dir/sys/thermal utils.Tao Bao2018-05-031-2/+2
* Rename CacheLocation to Paths.Tao Bao2018-04-251-3/+3
* Revert "Revert "Move error_code.h into otautil.""Tao Bao2017-10-091-1/+1
* Revert "Move error_code.h into otautil."Tao Bao2017-10-051-1/+1
* Move error_code.h into otautil.Tao Bao2017-10-041-1/+1
* roots: Fix an issue with volume_for_path().Tao Bao2017-10-021-1/+1
* Remove EXPAND/STRINGIFY macros.Tao Bao2017-09-131-1/+1
* Merge "Add missing report of error code under recovery"Tianjie Xu2017-08-241-0/+3
|\
| * Add missing report of error code under recoveryTianjie Xu2017-08-231-0/+3
* | Allow comparison against multi serial nums for A/B packageTianjie Xu2017-08-221-5/+15
|/
* Fix the android-cloexec-* warnings in bootable/recoveryTianjie Xu2017-07-191-1/+1
* avoid assuming build number is a 32-bit integerDaniel Micay2017-06-261-13/+9
* Fix a race condition for temperature_loggerTianjie Xu2017-06-081-3/+7
* Add a binary path param to update_binary_command().Tao Bao2017-05-081-21/+23
* Revert "Remove EXPAND/STRINGIFY macros."Tao Bao2017-05-041-1/+1
* Remove EXPAND/STRINGIFY macros.Tao Bao2017-05-031-1/+1
* Move sysMapFile and sysReleaseMap into MemMapping class.Tao Bao2017-05-011-5/+1
* recovery: Change install_package() to take std::string.Tao Bao2017-05-011-69/+72
* librecovery: Remove -Wno-unused-parameter and add -Wall.Tao Bao2017-04-241-1/+1
* Merge "Call libvintf to verify package compatibility."Tao Bao2017-04-201-5/+10
|\
| * Call libvintf to verify package compatibility.Tao Bao2017-04-191-5/+10
* | Add tests for read_metadata_from_package().Tao Bao2017-04-181-43/+39
|/
* Minor clean up to install.cpp.Tao Bao2017-04-181-66/+61
* Add tests for update_binary_command().Tao Bao2017-04-171-82/+80
* Fix the double free in verify_package_compatibility().Tao Bao2017-04-171-1/+0
* Verify the package compatibility with libvintf.Tao Bao2017-04-121-0/+73
* Log temperature during OTA updateTianjie Xu2017-03-281-5/+47
* Skip logging the warning for uncrypt_status for devices w/o /cacheTianjie Xu2017-03-261-5/+9
* verify_file: Add constness to a few addresses.Tao Bao2017-03-201-1/+1
* Drop the dependency on 'ui' in verify_file().Tao Bao2017-03-171-19/+21
* Replace _exit(-1) with _exit(EXIT_FAILURE).Tao Bao2017-02-031-1/+1
* Avoid to call UI functions in child processTianjie Xu2017-02-031-1/+5
* Print with newline for ui_print.Tao Bao2017-01-211-5/+1
* recovery: Move property_get() to android::base::GetProperty().Tao Bao2017-01-131-68/+66
* recovery: Clean up try_update_binary() in install.cpp.Tao Bao2017-01-061-145/+166
* Remove the obsolete comments for firmware update.Tao Bao2016-12-131-9/+0
* Merge "Revert "Revert "Some cleanups to recovery."""Tao Bao2016-11-041-2/+0
|\