summaryrefslogtreecommitdiff
path: root/install.cpp
AgeCommit message (Expand)Author
2016-09-20Revert "DO NOT MERGE Fail gracefully when we fail to fork the update binary a...Matthew Bouyack
2016-09-20DO NOT MERGE Fail gracefully when we fail to fork the update binaryMatthew Bouyack
2016-09-20DO NOT MERGE Fail gracefully when we fail to fork the update binaryMatthew Bouyack
2016-09-13Merge "Check corruption when reading uncrypt_status file" am: 3cf815a6a9 am: ...Tianjie Xu
2016-09-13Check corruption when reading uncrypt_status fileTianjie Xu
2016-09-13Check corruption when reading uncrypt_status fileTianjie Xu
2016-09-13save uncrypt status to last_install am: e16e799dfdTianjie Xu
2016-09-12save uncrypt status to last_installTianjie Xu
2016-09-12save uncrypt status to last_installTianjie Xu
2016-09-01Fix a typo of variable name in install.cppTianjie Xu
2016-09-01Switch recovery to libbase loggingTianjie Xu
2016-09-01Switch recovery to libbase loggingTianjie Xu
2016-08-26Merge "Fix clang-tidy warnings in bootable/recovery." am: 89bf2bdc85 am: 9968...Chih-Hung Hsieh
2016-08-26Fix clang-tidy warnings in bootable/recovery.Chih-Hung Hsieh
2016-08-18Merge "Free mmaped area if keys fail to load"Tao Bao
2016-08-18Free mmaped area if keys fail to loadWiZarD
2016-08-12Add inttypes.h for PRIu64.Alex Deymo
2016-08-12Add inttypes.h for PRIu64.Alex Deymo
2016-08-12resolve merge conflicts of 66940b9 to nyc-mr1-dev-plus-aospAlex Deymo
2016-08-11Call update_engine_sideload from recovery.Alex Deymo
2016-06-21resolve merge conflicts of ed4c49c to nyc-mr1-dev-plus-aospYabin Cui
2016-06-20Verify wipe package when wiping A/B device in recovery.Yabin Cui
2016-06-15resolve merge conflicts of 179c0d8 to stage-aosp-masterElliott Hughes
2016-06-10Remove obsolete MTD support.Elliott Hughes
2016-06-10Log source/target build version to last_installTianjie Xu
2016-06-09Log source/target build version to last_installTianjie Xu
2016-06-03resolve merge conflicts of 7ce287d to nyc-dev-plus-aospTianjie Xu
2016-06-03Call ioctl before each write on retryTianjie Xu
2016-05-23resolve merge conflicts of 50f6417 to nyc-dev-plus-aospTianjie Xu
2016-05-20Allow recovery to return error codesTianjie Xu
2016-05-18Add time and I/O info to last_installTianjie Xu
2016-05-16Add time and I/O info to last_installTianjie Xu
2016-04-14resolve merge conflicts of 8febafa to nyc-dev-plus-aospElliott Hughes
2016-04-13Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes
2016-04-06Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler
2016-03-10Reboot and retry on I/O errorsTianjie Xu
2016-03-02Reboot and retry on I/O errorsTianjie Xu
2016-02-10Fix some memory leaks.Yabin Cui
2016-02-02recovery: Refactor verifier and verifier_test.Tao Bao
2015-06-02Log update outputs in orderTao Bao
2015-04-10Update the comments for package installer commandsTao Bao
2015-04-07Rotate logs only when there are actual operationsTao Bao
2015-03-25Factor out option variables from int to bool typesTao Bao
2015-01-28Add missing includes.Elliott Hughes
2014-07-02sideload without holding the whole package in RAMDoug Zongker
2014-05-23disable async reboot during package installationDoug Zongker
2014-01-16do verification and extraction on memory, not filesDoug Zongker
2013-11-18Restore default umask after forking for update-binary.Alistair Strachan
2013-08-21recovery: install packages in a known mount environmentDoug Zongker
2013-07-09recovery: move log output to stdoutDoug Zongker