| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove last user of <cutils/tztime.h>. | Elliott Hughes | 2014-07-24 | 2 | -4/+2 |
* | mtp: 64-bit compile warnings | Mark Salyzyn | 2014-06-25 | 2 | -5/+8 |
* | Improve MTP error checking | Marco Nelissen | 2014-06-24 | 1 | -23/+42 |
* | am 620f348f: am da69fdbb: Merge "Fix buffer allocation" | Marco Nelissen | 2014-06-23 | 1 | -1/+1 |
|\ |
|
| * | Fix buffer allocation | Marco Nelissen | 2014-06-23 | 1 | -1/+1 |
* | | am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70d | Mark Salyzyn | 2014-04-15 | 2 | -5/+6 |
|\ \
| |/ |
|
| * | media: use size_t for integer iterator to Vector::size() | Mark Salyzyn | 2014-04-15 | 2 | -4/+4 |
| * | media: 64 bit compile issues | Mark Salyzyn | 2014-04-15 | 2 | -5/+6 |
* | | mtp: avoid silent allocation overflow in MtpProperty | Lajos Molnar | 2014-03-24 | 1 | -1/+8 |
* | | MTP: Add support for device property changed events | Mike Lockwood | 2014-03-11 | 3 | -2/+9 |
|/ |
|
* | Make frameworks/av 64-bit compatible | Kévin PETIT | 2014-02-11 | 1 | -2/+3 |
* | Long mp3 metadata displays as corrupted file after transfer | Yin Liu | 2013-12-20 | 3 | -18/+26 |
* | Add liblog | Ying Wang | 2013-04-09 | 1 | -1/+1 |
* | MTP: Implement date created field in GetObjectInfo | Mike Lockwood | 2013-04-01 | 1 | -1/+2 |
* | MTP: Write initial data to correct file offset in SendPartialObject | Mike Lockwoood | 2013-02-08 | 1 | -1/+1 |
* | am ed757e97: am 290ac693: Merge "Stop building the unused host libmtp static ... | Elliott Hughes | 2012-09-11 | 1 | -28/+0 |
|\ |
|
| * | Stop building the unused host libmtp static library. | Elliott Hughes | 2012-09-11 | 1 | -28/+0 |
* | | Add mode when open(O_CREAT) is used. | Nick Kralevich | 2012-06-26 | 2 | -2/+2 |
|/ |
|
* | Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/ | James Dong | 2012-06-13 | 2 | -0/+190 |
* | media/mtp: Add missing LOCAL_C_INCLUDES | David 'Digit' Turner | 2012-01-13 | 1 | -0/+3 |
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 5 | -39/+39 |
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE | Steve Block | 2012-01-04 | 2 | -13/+13 |
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 4 | -17/+17 |
* | MTP: Add support for restricting PTP to only certain subdirectories of the st... | Mike Lockwood | 2011-12-02 | 1 | -4/+7 |
* | MTP: Don't attempt to read more than 16K at a time from the MTP driver | Mike Lockwood | 2011-12-01 | 1 | -2/+4 |
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE | Steve Block | 2011-10-26 | 5 | -39/+39 |
* | MtpServer: Pass 0xFFFFFFFF for file size when receiving files >= 4GB in size | Mike Lockwood | 2011-10-13 | 1 | -1/+6 |
* | MTP: Use a single packet for the data phase | Mike Lockwood | 2011-07-17 | 3 | -80/+66 |
* | MTP: Clean up MtpServer initialization and threading: | Mike Lockwood | 2011-07-13 | 1 | -0/+2 |
* | Remove the simulator target from all makefiles. | Jeff Brown | 2011-07-11 | 1 | -4/+0 |
* | MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system | Mike Lockwood | 2011-07-11 | 3 | -2/+14 |
* | MTP: Add support for PTP variant of GetDeviceInfo result. | Mike Lockwood | 2011-06-21 | 2 | -4/+19 |
* | MTP: Fix some problems with GetObjectHandles and GetNumObjects commands | Mike Lockwood | 2011-06-17 | 1 | -6/+2 |
* | MTP: Have GetStorageInfo command return correct storage type for removable st... | Mike Lockwood | 2011-05-16 | 2 | -4/+8 |
* | DO NOT MERGE MTP: Implement GetThumb command | Mike Lockwood | 2011-05-03 | 5 | -1/+34 |
* | DO NOT MERGE MTP: Fix file descriptor leak in file editing extensions | Mike Lockwood | 2011-05-03 | 2 | -24/+29 |
* | DO NOT MERGE MTP: Add extended operations to support in-place editing of files | Mike Lockwood | 2011-05-03 | 5 | -8/+268 |
* | DO NOT MERGE MTP and media provider support for multiple storage devices: | Mike Lockwood | 2011-05-03 | 4 | -8/+9 |
* | MtpDevice: Handle zero length packets in readResponse() | Mike Lockwood | 2011-03-14 | 1 | -0/+4 |
* | MTP host: Fix problems reading large data packets | Mike Lockwood | 2011-03-12 | 1 | -3/+3 |
* | MTP: Add support for dynamically adding and removing storage units | Mike Lockwood | 2011-02-22 | 5 | -25/+95 |
* | MTP host: disable some test code | Mike Lockwood | 2011-02-15 | 1 | -2/+6 |
* | MTP host: Use usb_device_bulk_transfer for synchronous transfers | Mike Lockwood | 2011-02-14 | 1 | -6/+7 |
* | Fix some memory leaks found in static analysis | Kenny Root | 2011-02-02 | 1 | -14/+40 |
* | MTP: Use ro.product.manufacturer system property value for MTP manufacturer name | Mike Lockwood | 2011-01-31 | 1 | -2/+3 |
* | Add support for synchronous bulk USB transfers | Mike Lockwood | 2011-01-27 | 1 | -5/+5 |
* | am bd65c065: am a13732e1: Merge "MTP: Fix month off by one error in date pars... | Mike Lockwood | 2011-01-26 | 1 | -2/+4 |
|\ |
|
| * | MTP: Fix month off by one error in date parsing and formatting code | Mike Lockwood | 2011-01-26 | 1 | -2/+4 |
* | | Merge "New APIs for MTP and PTP host support" | Mike Lockwood | 2011-01-22 | 5 | -332/+223 |
|\ \
| |/
|/| |
|
| * | New APIs for MTP and PTP host support | Mike Lockwood | 2011-01-22 | 5 | -332/+223 |