| Commit message (Expand) | Author | Age | Files | Lines |
* | recovery: Awakening of MiniVold | Tom Marshall | 2015-11-25 | 2 | -0/+16 |
* | Suppress some compiler warnings due to signedness. | Tao Bao | 2015-11-07 | 1 | -4/+4 |
* | recovery: Switch to clang | Tao Bao | 2015-11-07 | 1 | -0/+2 |
* | mtdutils: Fix mounting partitions by-name | Michael Bestas | 2015-11-07 | 1 | -1/+7 |
* | Check all lseek calls succeed. | Elliott Hughes | 2015-04-29 | 3 | -38/+26 |
* | Always use strerror to report errno in recovery. | Elliott Hughes | 2015-03-23 | 1 | -4/+4 |
* | Use getmntent when accessing /proc/mounts. | Yabin Cui | 2015-01-02 | 1 | -75/+14 |
* | remove pixelflinger from recovery | Doug Zongker | 2014-03-11 | 1 | -0/+3 |
* | recovery: move log output to stdout | Doug Zongker | 2013-07-09 | 1 | -13/+13 |
* | Add liblog | Ying Wang | 2013-04-09 | 1 | -1/+1 |
* | Fixed warnings in libmtdutils | Edwin Vane | 2012-08-21 | 1 | -4/+4 |
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 1 | -1/+1 |
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE | Steve Block | 2012-01-06 | 1 | -2/+2 |
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE | Steve Block | 2012-01-04 | 1 | -2/+2 |
* | turn recovery into a C++ binary | Doug Zongker | 2011-10-31 | 2 | -0/+16 |
* | Remove the simulator target from all makefiles. | Jeff Brown | 2011-07-11 | 1 | -4/+0 |
* | Fix x86 build. | Ying Wang | 2011-02-08 | 1 | -2/+0 |
* | Free allocated struct after freeing field | Christian Lindeberg | 2011-01-19 | 1 | -1/+1 |
* | fix comparison of ECC stats before and after mtd reads | Doug Zongker | 2010-11-03 | 1 | -0/+2 |
* | close update package before installing; allow remount | Doug Zongker | 2010-09-14 | 3 | -1/+11 |
* | add the ability to seek to a raw location while reading MTD partition | Doug Zongker | 2010-09-14 | 2 | -0/+8 |
* | stop treating all-zero blocks as bad | Doug Zongker | 2010-09-12 | 1 | -8/+1 |
* | block is bad if ioctl() returns nonzero | Doug Zongker | 2010-09-09 | 1 | -2/+5 |
* | make offsets in firmware update header not point to bad blocks | Doug Zongker | 2010-01-13 | 2 | -4/+43 |
* | use MEMGETBADBLOCK to look for bad blocks when reading MTD partitions | Doug Zongker | 2009-12-14 | 1 | -5/+12 |
* | only build flash_image for eng | Doug Zongker | 2009-07-23 | 1 | -0/+1 |
* | skip over all-zero blocks when reading MTD partition | Doug Zongker | 2009-07-01 | 1 | -1/+12 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 6 | -0/+972 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 6 | -972/+0 |
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -0/+2 |
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 6 | -0/+970 |