aboutsummaryrefslogtreecommitdiffstats
path: root/install.c
Commit message (Expand)AuthorAgeFilesLines
* support version 2 (2048-bit e=65537) keys in recoveryDoug Zongker2013-05-251-0/+6
* Fix up RSA key loading bug in jellybean.Koushik Dutta2012-12-121-24/+44
* forward port CWM to jellybeanKoushik Dutta2012-07-151-1/+3
* wipKoushik Dutta2011-11-161-2/+24
|\
| * save a last_install file with the result of the last package install attemptDoug Zongker2011-04-121-2/+24
| * remove the notion of "root path"; support mixed flash typesDoug Zongker2010-09-211-11/+4
* | more cwr5 work.Koushik Dutta2011-09-081-0/+6
* | whoopsKoushik Dutta2011-05-251-1/+2
* | Merge branch 'gingerbread' of git://github.com/CyanogenMod/android_bootable_r...Koushik Dutta2011-05-151-3/+3
|\ \
| * | Do not close the zip archive prematurely. It may be accessed later for a firm...Koushik Dutta2011-05-131-3/+3
* | | set the env for UPDATE_PACKAGE (the source zip) for update-binary. This allow...Koushik Dutta2011-05-151-0/+1
|/ /
* | 3.0.0.4. Provide an error message if an Amend zip is provided.Koushik Dutta2011-01-021-0/+11
* | Merge from ClockworkMod recoveryKoushik Dutta2010-12-181-21/+104
|\ \
| * | Refactor recovery's block device handling to work across variant hardware in ...Koushik Dutta2010-11-101-1/+21
| * | merge with eclair recoveryKoushik Dutta2010-08-261-0/+62
| |\ \
| | * | galaxysKoushik Dutta2010-07-201-0/+2
| * | | Merge from Froyo.Koushik Dutta2010-06-231-87/+13
| |\ \ \ | | |/ / | |/| |
| * | | null terminate script. wrapping menus. 1.7.7Koushik K. Dutta2010-03-231-4/+0
| * | | run update-binary first. revert recovery API version to 2. use RECOVERY_VERSI...Koushik K. Dutta2010-03-201-9/+16
| * | | working recovery image!Koushik K. Dutta2010-02-121-10/+14
| * | | Need to call register_package_root prior to installing the package. The subse...Koushik K. Dutta2010-02-111-6/+10
| * | | update.zip somewhat working now...Koushik K. Dutta2010-02-111-20/+25
| * | | Initial reintegration of legacy update process that used update-scriptKoushik K. Dutta2010-02-111-1/+8
| * | | do not merge: cherry-picked 60151a295ccf726238dc47456d80b427db6d6a38 from mas...Doug Zongker2009-08-171-16/+18
* | | | remove the notion of "root path"; support mixed flash types (do not merge)Doug Zongker2010-09-201-11/+4
| |_|/ |/| |
* | | remove unneeded partition rootsDoug Zongker2010-09-171-13/+2
* | | support for ext4/EMMC filesystems in updater binaryDoug Zongker2010-09-151-1/+1
* | | close update package before installing; allow remountDoug Zongker2010-09-141-1/+3
* | | Add __attribute__((format(printf, a, b))) to printf like functions.Nick Kralevich2010-06-241-1/+1
| |/ |/|
* | bump updater API version to 3; deprecate firmware update commandDoug Zongker2010-02-031-84/+7
* | fix parsing of dumpkeys outputDoug Zongker2010-01-281-4/+4
* | verify whole-file signature instead of jarsigner signaturesDoug Zongker2009-08-141-16/+18
|/
* remove amendDoug Zongker2009-07-141-103/+2
* improve updater progress barDoug Zongker2009-06-241-1/+13
* let the "firmware" command take the file straight from the packageDoug Zongker2009-06-171-22/+44
* fixes to edify and updater scriptDoug Zongker2009-06-121-0/+10
* edify extensions for OTA package installation, part 2Doug Zongker2009-06-121-1/+2
* edify extensions for OTA package installation, part 1Doug Zongker2009-06-111-1/+1
* allow OTA package to provide binary instead of scriptDoug Zongker2009-06-041-1/+169
* don't say "install complete" when it really isn'tDoug Zongker2009-05-281-1/+1
* AI 144130: Don't build OTA package keys into the recovery binary; readDoug Zongker2009-04-011-8/+88
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+186
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-186/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+186