Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a call to memset(3) with reversed arguments. | Elliott Hughes | 2009-09-03 | 1 | -1/+1 |
| | | | | Bug: 1999244 | ||||
* | fix decompression bug in fastboot | Doug Zongker | 2009-06-16 | 2 | -13/+10 |
| | | | | | | | | fastboot passes the *uncompressed* length of the file as the length of the input to the inflate() call, which happens to work unless the compressed data is actually larger than the uncompressed data (which it can be for very small files). Fix this to pass the correct compressed length down to the inflate call. | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 7 | -0/+791 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 7 | -791/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 7 | -0/+791 |