summaryrefslogtreecommitdiffstats
path: root/install.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Report uncrypt errors in detailsTianjie Xu2016-09-271-1/+1
* Duplicate the last_install content into last_log.Tao Bao2016-09-261-30/+30
* Check corruption when reading uncrypt_status fileTianjie Xu2016-09-131-0/+2
* save uncrypt status to last_installTianjie Xu2016-09-131-1/+13
* Switch recovery to libbase loggingTianjie Xu2016-09-011-15/+17
* Fix clang-tidy warnings in bootable/recovery.Chih-Hung Hsieh2016-08-261-2/+2
* Merge "Free mmaped area if keys fail to load"Tao Bao2016-08-181-0/+1
|\
| * Free mmaped area if keys fail to loadWiZarD2016-08-181-0/+1
* | resolve merge conflicts of 179c0d8 to stage-aosp-masterElliott Hughes2016-06-161-2/+0
|\|
| * Remove obsolete MTD support.Elliott Hughes2016-06-101-2/+0
* | Log source/target build version to last_installTianjie Xu2016-06-101-0/+55
|\ \
| * | Log source/target build version to last_installTianjie Xu2016-06-101-0/+55
* | | resolve merge conflicts of 7ce287d to nyc-dev-plus-aospTianjie Xu2016-06-041-6/+13
|\| |
| * | Call ioctl before each write on retryTianjie Xu2016-06-031-6/+13
* | | resolve merge conflicts of 50f6417 to nyc-dev-plus-aospTianjie Xu2016-05-231-2/+11
|\| |
| * | Allow recovery to return error codesTianjie Xu2016-05-201-2/+11
* | | Add time and I/O info to last_installTianjie Xu2016-05-181-4/+23
|\| |
| * | Add time and I/O info to last_installTianjie Xu2016-05-161-4/+23
* | | resolve merge conflicts of 8febafa to nyc-dev-plus-aospElliott Hughes2016-04-141-6/+8
|\| | | |/ |/|
| * Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes2016-04-141-8/+9
| * Reboot and retry on I/O errorsTianjie Xu2016-03-101-0/+6
* | Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler2016-04-061-2/+1
* | Reboot and retry on I/O errorsTianjie Xu2016-03-031-0/+6
* | Fix some memory leaks.Yabin Cui2016-02-111-5/+5
|/
* recovery: Refactor verifier and verifier_test.Tao Bao2016-02-031-7/+6
* Log update outputs in orderTao Bao2015-06-031-2/+2
* Update the comments for package installer commandsTao Bao2015-04-111-1/+13
* Rotate logs only when there are actual operationsTao Bao2015-04-081-0/+2
* Factor out option variables from int to bool typesTao Bao2015-03-251-5/+5
* Add missing includes.Elliott Hughes2015-01-281-0/+1
* sideload without holding the whole package in RAMDoug Zongker2014-07-021-4/+6
* disable async reboot during package installationDoug Zongker2014-05-231-0/+7
* do verification and extraction on memory, not filesDoug Zongker2014-01-161-7/+23
* Restore default umask after forking for update-binary.Alistair Strachan2013-11-181-0/+1
* recovery: install packages in a known mount environmentDoug Zongker2013-08-211-5/+10
* recovery: move log output to stdoutDoug Zongker2013-07-091-0/+1
* verifier: update to support certificates using SHA-256Doug Zongker2013-04-101-1/+1
* move key loading to verifier codeDoug Zongker2012-11-021-100/+0
* add simple text to recovery UIDoug Zongker2012-08-231-1/+1
* support version 2 (2048-bit e=65537) keys in recoveryDoug Zongker2012-07-251-1/+25
* minor recovery changesDoug Zongker2012-04-121-0/+2
* refactor ui functions into a classDoug Zongker2011-10-291-14/+20
* turn recovery into a C++ binaryDoug Zongker2011-10-281-0/+314