summaryrefslogtreecommitdiffstats
path: root/media/mtp
Commit message (Expand)AuthorAgeFilesLines
...
* MTP: check for replacing existing files via the database instead of the file ...Mike Lockwood2010-12-131-4/+0
* MTP: Add support for reserve storage setting to avoid low storage situations.Mike Lockwood2010-12-124-9/+16
* MTP host: Handle receiving a response packet instead of data packet.Mike Lockwood2010-12-094-3/+32
* MTP: Improve argument checking in SendObjectInfoMike Lockwood2010-12-083-8/+21
* MTP: Support format argument in host GetObjectPropDesc commandMike Lockwood2010-12-072-3/+4
* MTP: Read property code before calling isDeviceProperty in MtpProperty::read()Mike Lockwood2010-12-071-2/+1
* MTP: Improve MtpProperty logging supportMike Lockwood2010-12-074-8/+130
* MTP: Host support for GetObjectPropsSupported and GetObjectPropDescMike Lockwood2010-12-072-0/+38
* MTP: Use correct return type for getSupportedObjectPropertiesMike Lockwood2010-12-071-1/+1
* Revert "MTP: Remove static library build for linux host."Mike Lockwood2010-12-071-0/+29
* MTP: Add support for multiple properties in GetObjectPropList commandMike Lockwood2010-12-023-5/+5
* MTP: Make sure buffer is big enough before reading the data packetMike Lockwood2010-11-301-0/+1
* MTP: Fix typo in MtpServer::doGetObjectPropListMike Lockwood2010-11-231-1/+1
* MTP: Implement GetPartialObject commandMike Lockwood2010-11-233-3/+46
* MTP: Use DateTime form in GetObjectPropDesc for date/time properties.Mike Lockwood2010-11-232-0/+6
* Rename MtpCursor to PtpCursorMike Lockwood2010-11-233-30/+30
* MTP: Remove static library build for linux host.Mike Lockwood2010-11-231-29/+0
* PTP: Fix permissions problems with files imported via PTPMike Lockwood2010-11-192-3/+11
* PTP: Improve performance and reliability of file importingMike Lockwood2010-11-194-96/+93
* MTP: Fixes to allow file transfers > 4 gigabytesMike Lockwood2010-11-172-1/+10
* MTP: Set correct format for abstract audio playlistsMike Lockwood2010-11-171-0/+2
* MTP: Partial implementation of the GetObjectPropList commandMike Lockwood2010-11-156-3/+45
* MTP: Add missing call to closedir() in recursive delete codeMike Lockwood2010-11-111-0/+1
* MTP: Don't dump data packets twice in debug output.Mike Lockwood2010-11-102-2/+0
* Add support for range and enum forms in MTP ObjectPropDescsMike Lockwood2010-11-102-0/+92
* MTP: Include size of 12 byte header in packet size for GetObject data packetMike Lockwood2010-10-111-1/+3
* MtpCursor: Fix long to int truncation bugMike Lockwood2010-09-282-3/+2
* MTP: Fix some warningsMike Lockwood2010-09-251-1/+1
* MTP: Include current property value in GetDevicePropDescMike Lockwood2010-09-255-46/+105
* MTP: Fix reading and writing device property descriptorsMike Lockwood2010-09-251-4/+14
* MTP: Reenable GetObjectPropValue and SetObjectPropValueMike Lockwood2010-09-231-2/+2
* MTP: Minor debug output cleanupMike Lockwood2010-09-231-0/+3
* MTP: Fix problems with signed ints in MtpCursor.cppMike Lockwood2010-09-232-11/+15
* MTP: Fix typo that resulted in the MTP provider returning thumb format for ob...Mike Lockwood2010-09-201-1/+1
* MTP: Delete all files and subdirectories when deleting directories.Mike Lockwood2010-09-141-5/+63
* MTP: Implement support for getting/setting device propertiesMike Lockwood2010-09-024-7/+15
* MTP: Send an Intent after an MTP session that resulted in media database modi...Mike Lockwood2010-08-312-0/+11
* MTP: Fix build break due to integer constant too largeMike Lockwood2010-08-251-1/+1
* MTP: work in progress on expanded property supportMike Lockwood2010-08-255-52/+113
* MTP: Compatibility fixes for transferring stringsMike Lockwood2010-08-183-3/+9
* MTP: Fix wrong delete operator from previous change.Mike Lockwood2010-08-101-1/+1
* MTP: Push queries for supported formats and properties up to Java.Mike Lockwood2010-08-105-46/+30
* MTP: turn off verbose loggingMike Lockwood2010-08-101-1/+1
* MTP: Fix reading and writing property descriptorsMike Lockwood2010-08-092-0/+6
* MTP: Add debug code for printing names of MTP format and property codes.Mike Lockwood2010-08-092-7/+321
* MTP: Fix some typosMike Lockwood2010-08-092-3/+3
* MTP: Add support for syncing MTP playlistsMike Lockwood2010-08-033-7/+47
* MTP: Implement GetNumObjectsMike Lockwood2010-08-023-5/+33
* Clean up MtpDatabase API.Mike Lockwood2010-08-022-25/+19
* MTP host: Reduce buffer size for readObject so we don't clog our pipe.Mike Lockwood2010-07-271-1/+1