aboutsummaryrefslogtreecommitdiffstats
path: root/install.cpp
Commit message (Expand)AuthorAgeFilesLines
* recovery: don't override selinux for cache partitionPat Erley2016-02-111-1/+0
* recovery: mount without selinux for updatePat Erley2016-02-081-0/+2
* sr: Add performance controlSteve Kondik2016-01-211-5/+20
* install: Ditch the generic errorRicardo Cerqueira2015-11-251-1/+6
* recovery: Provide sideload cancellationTom Marshall2015-11-251-1/+20
* recovery: Awakening of MiniVoldTom Marshall2015-11-251-0/+21
* Log update outputs in orderTao Bao2015-11-071-2/+2
* recovery: Add support for MDTPAmit Blay2015-10-061-0/+64
* Update the comments for package installer commandsTao Bao2015-04-101-1/+13
* Rotate logs only when there are actual operationsTao Bao2015-04-071-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-221-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-281-14/+20
* turn recovery into a C++ binaryDoug Zongker2011-10-281-0/+314