aboutsummaryrefslogtreecommitdiffstats
path: root/updater
Commit message (Expand)AuthorAgeFilesLines
* Remove HAVE_SELINUX guardsKenny Root2013-03-174-18/+2
* Fix up mounts.c usage.Koushik Dutta2012-11-242-59/+9
* Pull in android 4.2 updater bits willy nilly. Next commit will fix.Koushik Dutta2012-11-242-24/+107
* One more 4.2 dependency for ext4...Ricardo Cerqueira2012-11-241-1/+1
* recovery: Update for new libext4_utils library nameRicardo Cerqueira2012-11-241-1/+1
* Forward port write_raw_image changes to jellybean.Koushik Dutta2012-07-182-58/+7
* updater: fix mounts.c referenceKoushik Dutta2012-07-151-0/+1
* fix more cwm forward port breaksKoushik Dutta2012-07-151-1/+1
* derped up the updaterKoushik Dutta2012-07-154-154/+143
* Fix build on gcc 4.6.Evan McClain2012-05-181-2/+2
* Remove random offset message during installationRobert Burns2012-02-131-2/+0
* remove dedupeKoushik Dutta2011-11-161-1/+2
* wipKoushik Dutta2011-11-162-26/+151
|\
| * Support multiple recovery updater extensions.Michael Ward2011-07-141-2/+2
| * make write_raw_image able to take a blobDoug Zongker2011-04-121-27/+40
| * Reserve the last 16 Kbytes of /data for the crypto footer.Ken Sumrall2011-01-191-8/+11
| * Update arguments to make_ext4fsColin Cross2010-12-291-1/+1
| * add missing sparseness parameterDoug Zongker2010-09-151-1/+1
| * resolved conflicts for merge of 9f89b0e4 to masterDoug Zongker2010-09-151-1/+1
| |\
| * \ am 858f0a76: am 8e5e4dad: close update package before installing; allow remountDoug Zongker2010-09-151-1/+3
| |\ \
| * | | Changes to work with updated make_ext4fs tool that supports creating sparse i...Ken Sumrall2010-08-131-1/+1
| * | | Working ASLR implementationHristo Bojinov2010-08-022-2/+123
| * | | Mute unwanted error messageYing Wang2010-07-201-1/+1
| * | | support for ext4/EMMC filesystems in updater binaryDoug Zongker2010-07-012-25/+64
* | | | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/bootable/...Steve Kondik2011-07-261-1/+1
|\ \ \ \
| * | | | Mute unharmful build warning at the top of the build log:Ying Wang2011-05-241-1/+1
* | | | | fix boot image not flashing properly, prevent the error in the future.Koushik Dutta2011-05-291-1/+3
* | | | | also set UPDATE_PACKAGE in updater for old recoveriesKoushik Dutta2011-05-161-0/+1
* | | | | Support for ext2 and ext3 update-binary.Koushik Dutta2011-01-021-0/+18
* | | | | Fix the buildKoushik Dutta2010-12-181-2/+2
* | | | | revert updater changes except what is necesary to do a write_raw_image on emm...Koushik Dutta2010-12-181-12/+43
* | | | | Merge from ClockworkMod recoveryKoushik Dutta2010-12-182-92/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | recovery: Autodetection of device flash typeSteve Kondik2010-11-142-8/+3
| * | | | Fix up updater to use the new refactored block device support.Koushik Dutta2010-11-102-149/+19
| * | | | Refactor recovery's block device handling to work across variant hardware in ...Koushik Dutta2010-11-101-2/+0
| * | | | [recovery]: Add support for OTA upgrade on mmc devices.Shashank Mittal2010-10-122-4/+52
| * | | | initial support for bml backup and restoreKoushik Dutta2010-09-131-2/+2
| * | | | add bmlutilsKoushik Dutta2010-09-132-6/+6
| * | | | initial support for flashing samsung kernels via redbend_uaKoushik Dutta2010-09-132-1/+15
| * | | | Merge from Froyo.Koushik Dutta2010-06-233-126/+316
| |\ \ \ \ | | |/ / /
| * | | | publish update-binary as a utilityKoushik Dutta2010-05-011-0/+6
* | | | | do not merge - update to match ext4utils apiBrian Swetland2010-09-151-1/+1
| |_|_|/ |/| | |
* | | | support for ext4/EMMC filesystems in updater binaryDoug Zongker2010-09-152-25/+64
| |_|/ |/| |
* | | close update package before installing; allow remountDoug Zongker2010-09-141-1/+3
| |/ |/|
* | refactor applypatch and friendsDoug Zongker2010-02-221-65/+107
* | relocate applypatch; add type system and new functions to edifyDoug Zongker2010-02-182-52/+190
* | bump updater API version to 3; deprecate firmware update commandDoug Zongker2010-02-033-42/+7
* | add a one-argument version of package_extract_fileDoug Zongker2010-02-011-24/+69
|/
* delete files before symlinking; log error messagesDoug Zongker2009-09-181-3/+21
* add a run_program() function to edifyDoug Zongker2009-09-101-0/+49