summaryrefslogtreecommitdiffstats
path: root/media/mtp
Commit message (Expand)AuthorAgeFilesLines
* MtpServer: Fix concurrent access to mStoragesTom Marshall2016-06-072-17/+25
* MTP: Fix crash when no storages are availableTom Marshall2016-06-071-1/+1
* Use errno correctly.tao.pei2016-03-221-14/+29
* Clean up time zone handling in MtpUtils::parseDateTime.Elliott Hughes2016-01-081-19/+19
* Screenshots info is not updated when device is plugged in MTP modeMaunik Shah2015-10-312-0/+7
* am 1f7101ee: am 64c496c8: Merge "Fix MTP delete" into lmp-mr1-devMarco Nelissen2015-01-231-2/+2
|\
| * Fix MTP deleteMarco Nelissen2015-01-231-2/+2
* | am 562b98ec: am e48cf5b8: Fix bounds checking for GetPartialObject commandMike Lockwood2014-12-171-2/+8
|\ \ | |/
| * Fix bounds checking for GetPartialObject commandMike Lockwood2014-12-171-2/+8
* | am e418cfae: am 869e0798: Merge "MTP: add strict bounds checking for all inco...Mike Lockwood2014-11-1319-189/+386
|\ \ | |/
| * MTP: add strict bounds checking for all incoming packetsMike Lockwood2014-11-1219-189/+386
* | am 686a0c4d: Merge "MTP Device: Parse USB3 descriptor for MTP initor;"Mike Lockwood2014-10-291-0/+9
|\ \ | |/ |/|
| * MTP Device: Parse USB3 descriptor for MTP initor;Bo Huang2014-09-261-0/+9
| * Remove last user of <cutils/tztime.h>.Elliott Hughes2014-07-242-4/+2
* | Remove last user of <cutils/tztime.h>.Elliott Hughes2014-07-242-4/+2
* | mtp: 64-bit compile warningsMark Salyzyn2014-06-252-5/+8
* | Improve MTP error checkingMarco Nelissen2014-06-241-23/+42
* | am 620f348f: am da69fdbb: Merge "Fix buffer allocation"Marco Nelissen2014-06-231-1/+1
|\ \ | |/
| * Fix buffer allocationMarco Nelissen2014-06-231-1/+1
* | am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70dMark Salyzyn2014-04-152-5/+6
|\ \ | |/
| * media: use size_t for integer iterator to Vector::size()Mark Salyzyn2014-04-152-4/+4
| * media: 64 bit compile issuesMark Salyzyn2014-04-152-5/+6
* | mtp: avoid silent allocation overflow in MtpPropertyLajos Molnar2014-03-241-1/+8
* | MTP: Add support for device property changed eventsMike Lockwood2014-03-113-2/+9
|/
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-2/+3
* Long mp3 metadata displays as corrupted file after transferYin Liu2013-12-203-18/+26
* Add liblogYing Wang2013-04-091-1/+1
* MTP: Implement date created field in GetObjectInfoMike Lockwood2013-04-011-1/+2
* MTP: Write initial data to correct file offset in SendPartialObjectMike Lockwoood2013-02-081-1/+1
* am ed757e97: am 290ac693: Merge "Stop building the unused host libmtp static ...Elliott Hughes2012-09-111-28/+0
|\
| * Stop building the unused host libmtp static library.Elliott Hughes2012-09-111-28/+0
* | Add mode when open(O_CREAT) is used.Nick Kralevich2012-06-262-2/+2
|/
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* media/mtp: Add missing LOCAL_C_INCLUDESDavid 'Digit' Turner2012-01-131-0/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-085-39/+39
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-042-13/+13
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-034-17/+17
* MTP: Add support for restricting PTP to only certain subdirectories of the st...Mike Lockwood2011-12-021-4/+7
* MTP: Don't attempt to read more than 16K at a time from the MTP driverMike Lockwood2011-12-011-2/+4
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-265-39/+39
* MtpServer: Pass 0xFFFFFFFF for file size when receiving files >= 4GB in sizeMike Lockwood2011-10-131-1/+6
* MTP: Use a single packet for the data phaseMike Lockwood2011-07-173-80/+66
* MTP: Clean up MtpServer initialization and threading:Mike Lockwood2011-07-131-0/+2
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
* MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file systemMike Lockwood2011-07-113-2/+14
* MTP: Add support for PTP variant of GetDeviceInfo result.Mike Lockwood2011-06-212-4/+19
* MTP: Fix some problems with GetObjectHandles and GetNumObjects commandsMike Lockwood2011-06-171-6/+2
* MTP: Have GetStorageInfo command return correct storage type for removable st...Mike Lockwood2011-05-162-4/+8
* DO NOT MERGE MTP: Implement GetThumb commandMike Lockwood2011-05-035-1/+34
* DO NOT MERGE MTP: Fix file descriptor leak in file editing extensionsMike Lockwood2011-05-032-24/+29