summaryrefslogtreecommitdiffstats
path: root/install.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-11Fix some memory leaks.Yabin Cui1-5/+5
2016-02-03recovery: Refactor verifier and verifier_test.Tao Bao1-7/+6
2015-06-03Log update outputs in orderTao Bao1-2/+2
2015-04-11Update the comments for package installer commandsTao Bao1-1/+13
2015-04-08Rotate logs only when there are actual operationsTao Bao1-0/+2
2015-03-25Factor out option variables from int to bool typesTao Bao1-5/+5
2015-01-28Add missing includes.Elliott Hughes1-0/+1
2014-07-02sideload without holding the whole package in RAMDoug Zongker1-4/+6
2014-05-23disable async reboot during package installationDoug Zongker1-0/+7
2014-01-16do verification and extraction on memory, not filesDoug Zongker1-7/+23
2013-11-18Restore default umask after forking for update-binary.Alistair Strachan1-0/+1
2013-09-25verifier: update to support certificates using SHA-256Doug Zongker1-1/+1
2013-08-21recovery: install packages in a known mount environmentDoug Zongker1-5/+10
2013-07-09recovery: move log output to stdoutDoug Zongker1-0/+1
2013-04-10verifier: update to support certificates using SHA-256Doug Zongker1-1/+1
2012-11-02move key loading to verifier codeDoug Zongker1-100/+0
2012-08-23add simple text to recovery UIDoug Zongker1-1/+1
2012-07-25support version 2 (2048-bit e=65537) keys in recoveryDoug Zongker1-1/+25
2012-04-12minor recovery changesDoug Zongker1-0/+2
2011-10-31refactor ui functions into a classDoug Zongker1-14/+20
2011-10-31turn recovery into a C++ binaryDoug Zongker1-29/+33
2011-10-28turn recovery into a C++ binaryDoug Zongker1-310/+0
2011-10-19allow recovery packages to wipe cacheDoug Zongker1-11/+12
2011-04-12save a last_install file with the result of the last package install attemptDoug Zongker1-2/+24
2010-09-21remove the notion of "root path"; support mixed flash typesDoug Zongker1-11/+4
2010-09-21remove the notion of "root path"; support mixed flash types (do not merge)Doug Zongker1-11/+4
2010-09-17remove unneeded partition rootsDoug Zongker1-13/+2
2010-09-15support for ext4/EMMC filesystems in updater binaryDoug Zongker1-1/+1
2010-09-15close update package before installing; allow remountDoug Zongker1-1/+3
2010-07-02support for ext4/EMMC filesystems in updater binaryDoug Zongker1-1/+1
2010-06-25Add __attribute__((format(printf, a, b))) to printf like functions.Nick Kralevich1-1/+1
2010-02-03bump updater API version to 3; deprecate firmware update commandDoug Zongker1-84/+7
2010-01-29fix parsing of dumpkeys outputDoug Zongker1-4/+4
2009-11-13eclair snapshotJean-Baptiste Queru1-16/+18
2009-08-17do not merge: cherry-picked 60151a295ccf726238dc47456d80b427db6d6a38 from master branchDoug Zongker1-16/+18
2009-08-15verify whole-file signature instead of jarsigner signaturesDoug Zongker1-16/+18
2009-07-15remove amendDoug Zongker1-103/+2
2009-06-24improve updater progress barDoug Zongker1-1/+13
2009-06-18let the "firmware" command take the file straight from the packageDoug Zongker1-22/+44
2009-06-12fixes to edify and updater scriptDoug Zongker1-0/+10
2009-06-12edify extensions for OTA package installation, part 2Doug Zongker1-1/+2
2009-06-12edify extensions for OTA package installation, part 1Doug Zongker1-1/+1
2009-06-05allow OTA package to provide binary instead of scriptDoug Zongker1-1/+169
2009-05-29don't say "install complete" when it really isn'tDoug Zongker1-1/+1
2009-04-02AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; readDoug Zongker1-8/+88
2009-04-02AI 144130: Don't build OTA package keys into the recovery binary; readDoug Zongker1-8/+88
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+186
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-186/+0