aboutsummaryrefslogtreecommitdiffstats
path: root/mtdutils
Commit message (Expand)AuthorAgeFilesLines
* recovery: Awakening of MiniVoldTom Marshall2015-11-252-0/+16
* Suppress some compiler warnings due to signedness.Tao Bao2015-11-071-4/+4
* recovery: Switch to clangTao Bao2015-11-071-0/+2
* mtdutils: Fix mounting partitions by-nameMichael Bestas2015-11-071-1/+7
* Check all lseek calls succeed.Elliott Hughes2015-04-293-38/+26
* Always use strerror to report errno in recovery.Elliott Hughes2015-03-231-4/+4
* Use getmntent when accessing /proc/mounts.Yabin Cui2015-01-021-75/+14
* remove pixelflinger from recoveryDoug Zongker2014-03-111-0/+3
* recovery: move log output to stdoutDoug Zongker2013-07-091-13/+13
* Add liblogYing Wang2013-04-091-1/+1
* Fixed warnings in libmtdutilsEdwin Vane2012-08-211-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* turn recovery into a C++ binaryDoug Zongker2011-10-312-0/+16
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
* Fix x86 build.Ying Wang2011-02-081-2/+0
* Free allocated struct after freeing fieldChristian Lindeberg2011-01-191-1/+1
* fix comparison of ECC stats before and after mtd readsDoug Zongker2010-11-031-0/+2
* close update package before installing; allow remountDoug Zongker2010-09-143-1/+11
* add the ability to seek to a raw location while reading MTD partitionDoug Zongker2010-09-142-0/+8
* stop treating all-zero blocks as badDoug Zongker2010-09-121-8/+1
* block is bad if ioctl() returns nonzeroDoug Zongker2010-09-091-2/+5
* make offsets in firmware update header not point to bad blocksDoug Zongker2010-01-132-4/+43
* use MEMGETBADBLOCK to look for bad blocks when reading MTD partitionsDoug Zongker2009-12-141-5/+12
* only build flash_image for engDoug Zongker2009-07-231-0/+1
* skip over all-zero blocks when reading MTD partitionDoug Zongker2009-07-011-1/+12
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-0/+972
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-972/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+2
* Initial ContributionThe Android Open Source Project2008-10-216-0/+970