aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-191-5/+10
|\
| * Call libvintf to verify package compatibility.Tao Bao2017-04-191-5/+10
* | Add tests for read_metadata_from_package().Tao Bao2017-04-191-43/+39
|/
* Minor clean up to install.cpp.Tao Bao2017-04-191-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-131-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-211-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-141-9/+0
* Merge "Revert "Revert "Some cleanups to recovery."""Tao Bao2016-11-041-2/+0
|\
| * Revert "Revert "Some cleanups to recovery.""Tao Bao2016-11-031-2/+0
* | Merge "Revert "Some cleanups to recovery.""Dan Albert2016-10-261-0/+2
|\|
| * Revert "Some cleanups to recovery."Dan Albert2016-10-261-0/+2
* | Merge "Some cleanups to recovery."Tao Bao2016-10-261-2/+0
|\|
| * Some cleanups to recovery.Tao Bao2016-10-261-2/+0
| * Verify wipe package when wiping A/B device in recovery.Yabin Cui2016-10-191-25/+41
* | resolve merge conflicts of 6fba98c to stage-aosp-masterTianjie Xu2016-10-181-36/+43
|\|
| * Replace minzip with libziparchiveTianjie Xu2016-10-171-22/+23
| * Fix the prefix matching for uncrypt status.Tao Bao2016-10-131-2/+2
* | Report uncrypt errors in detailsTianjie Xu2016-09-291-1/+1
* | Merge "Report uncrypt errors in details" am: af8b9363c6 am: 7582609d61Tianjie Xu2016-09-271-1/+1
|\|
| * Report uncrypt errors in detailsTianjie Xu2016-09-271-1/+1
| * Duplicate the last_install content into last_log.Tao Bao2016-09-261-30/+30
* | Duplicate the last_install content into last_log.Tao Bao2016-09-261-30/+30
* | Fail gracefully when we fail to fork the update binaryMatthew Bouyack2016-09-211-0/+8
* | Revert "DO NOT MERGE Fail gracefully when we fail to fork the update binary a...Matthew Bouyack2016-09-201-8/+0
* | DO NOT MERGE Fail gracefully when we fail to fork the update binaryMatthew Bouyack2016-09-201-0/+8
|\ \
| * | DO NOT MERGE Fail gracefully when we fail to fork the update binaryMatthew Bouyack2016-09-201-0/+8