summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE MTP: Fix file descriptor leak in file editing extensionsMike Lockwood2011-05-031-18/+13
* DO NOT MERGE MTP: Add extended operations to support in-place editing of filesMike Lockwood2011-05-031-6/+225
* MTP: Add support for dynamically adding and removing storage unitsMike Lockwood2011-02-221-17/+74
* MTP: Use ro.product.manufacturer system property value for MTP manufacturer nameMike Lockwood2011-01-311-2/+3
* Remove MTP related log spamMike Lockwood2011-01-211-15/+15
* MTP: Fix problems with modification dates for folders and non-media filesMike Lockwood2011-01-181-9/+4
* 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-121-2/+6
* MTP: Improve argument checking in SendObjectInfoMike Lockwood2010-12-081-6/+17
* MTP: Use correct return type for getSupportedObjectPropertiesMike Lockwood2010-12-071-1/+1
* MTP: Add support for multiple properties in GetObjectPropList commandMike Lockwood2010-12-021-2/+3
* MTP: Fix typo in MtpServer::doGetObjectPropListMike Lockwood2010-11-231-1/+1
* MTP: Implement GetPartialObject commandMike Lockwood2010-11-231-1/+43
* MTP: Fixes to allow file transfers > 4 gigabytesMike Lockwood2010-11-171-1/+9
* MTP: Set correct format for abstract audio playlistsMike Lockwood2010-11-171-0/+2
* MTP: Partial implementation of the GetObjectPropList commandMike Lockwood2010-11-151-0/+21
* MTP: Add missing call to closedir() in recursive delete codeMike Lockwood2010-11-111-0/+1
* MTP: Include size of 12 byte header in packet size for GetObject data packetMike Lockwood2010-10-111-1/+3
* MTP: Reenable GetObjectPropValue and SetObjectPropValueMike Lockwood2010-09-231-2/+2
* MTP: Minor debug output cleanupMike Lockwood2010-09-231-0/+3
* 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-021-1/+4
* MTP: Send an Intent after an MTP session that resulted in media database modi...Mike Lockwood2010-08-311-0/+7
* MTP: work in progress on expanded property supportMike Lockwood2010-08-251-41/+77
* 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-101-46/+14
* MTP: Fix some typosMike Lockwood2010-08-091-1/+1
* MTP: Add support for syncing MTP playlistsMike Lockwood2010-08-031-7/+38
* MTP: Implement GetNumObjectsMike Lockwood2010-08-021-5/+28
* Clean up MtpDatabase API.Mike Lockwood2010-08-021-19/+17
* MTP: Only send events to host if we have an open session.Mike Lockwood2010-07-191-12/+16
* Remove our copy of the f_mtp.h kernel header, now that it is in bionic.Mike Lockwood2010-07-151-1/+1
* MTP: Add support for sending events to the host when objects are added and re...Mike Lockwood2010-07-131-1/+25
* Integrate host to device file transfer with the media provider.Mike Lockwood2010-07-121-11/+23
* Remove some scafolding and test code that is no longer worth maintaining.Mike Lockwood2010-07-091-8/+1
* MTP: Use media provider database to implement MTP device support.Mike Lockwood2010-07-081-9/+8
* MTP: remove separate audio table from prototype MTP databaseMike Lockwood2010-07-081-3/+0
* MTP: Fix ownership and file permissions for transferred files and foldersMike Lockwood2010-07-021-2/+14
* MTP: Make MtpDatabase class abstract so we can have multiple implementationsMike Lockwood2010-07-021-2/+2
* MTP: Implement GetObjectPropDescMike Lockwood2010-06-301-11/+40
* MTP: replace printfs with logcatMike Lockwood2010-06-301-16/+20
* MTP: Use a fd instead of a file path in file transfer ioctls.Mike Lockwood2010-06-221-6/+13
* MTP device: Read manufacturer name and serial number from system properties.Mike Lockwood2010-06-141-2/+9
* MTP: Add support for host cancellation of file transfers.Mike Lockwood2010-06-041-21/+51
* PTP host: Implement getObjectHandles and getObjectInfo commandsMike Lockwood2010-05-191-1/+1
* MTP: More prototyping work:Mike Lockwood2010-05-181-8/+38
* Move MTP code to the android namespaceMike Lockwood2010-05-141-0/+4
* Checkpoint work on MTP and PTP investigation.Mike Lockwood2010-05-131-0/+516