index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
mtp
/
MtpServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MTP: Add support for restricting PTP to only certain subdirectories of the st...
Mike Lockwood
2011-12-02
1
-4
/
+7
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-28
/
+28
*
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
1
-41
/
+56
*
MTP: Clean up MtpServer initialization and threading:
Mike Lockwood
2011-07-13
1
-0
/
+2
*
MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system
Mike Lockwood
2011-07-11
1
-0
/
+8
*
MTP: Add support for PTP variant of GetDeviceInfo result.
Mike Lockwood
2011-06-21
1
-3
/
+15
*
MTP: Fix some problems with GetObjectHandles and GetNumObjects commands
Mike Lockwood
2011-06-17
1
-6
/
+2
*
MTP: Implement GetThumb command
Mike Lockwood
2011-04-25
1
-1
/
+20
*
MTP: Fix file descriptor leak in file editing extensions
Mike Lockwood
2011-04-25
1
-18
/
+13
*
MTP: Add extended operations to support in-place editing of files
Mike Lockwood
2011-04-22
1
-6
/
+225
*
MTP: Add support for dynamically adding and removing storage units
Mike Lockwood
2011-02-22
1
-17
/
+74
*
MTP: Use ro.product.manufacturer system property value for MTP manufacturer name
Mike Lockwood
2011-01-31
1
-2
/
+3
*
Remove MTP related log spam
Mike Lockwood
2011-01-21
1
-15
/
+15
*
MTP: Fix problems with modification dates for folders and non-media files
Mike Lockwood
2011-01-18
1
-9
/
+4
*
MTP: check for replacing existing files via the database instead of the file ...
Mike Lockwood
2010-12-13
1
-4
/
+0
*
MTP: Add support for reserve storage setting to avoid low storage situations.
Mike Lockwood
2010-12-12
1
-2
/
+6
*
MTP: Improve argument checking in SendObjectInfo
Mike Lockwood
2010-12-08
1
-6
/
+17
*
MTP: Use correct return type for getSupportedObjectProperties
Mike Lockwood
2010-12-07
1
-1
/
+1
*
MTP: Add support for multiple properties in GetObjectPropList command
Mike Lockwood
2010-12-02
1
-2
/
+3
*
MTP: Fix typo in MtpServer::doGetObjectPropList
Mike Lockwood
2010-11-23
1
-1
/
+1
*
MTP: Implement GetPartialObject command
Mike Lockwood
2010-11-23
1
-1
/
+43
*
MTP: Fixes to allow file transfers > 4 gigabytes
Mike Lockwood
2010-11-17
1
-1
/
+9
*
MTP: Set correct format for abstract audio playlists
Mike Lockwood
2010-11-17
1
-0
/
+2
*
MTP: Partial implementation of the GetObjectPropList command
Mike Lockwood
2010-11-15
1
-0
/
+21
*
MTP: Add missing call to closedir() in recursive delete code
Mike Lockwood
2010-11-11
1
-0
/
+1
*
MTP: Include size of 12 byte header in packet size for GetObject data packet
Mike Lockwood
2010-10-11
1
-1
/
+3
*
MTP: Reenable GetObjectPropValue and SetObjectPropValue
Mike Lockwood
2010-09-23
1
-2
/
+2
*
MTP: Minor debug output cleanup
Mike Lockwood
2010-09-23
1
-0
/
+3
*
MTP: Delete all files and subdirectories when deleting directories.
Mike Lockwood
2010-09-14
1
-5
/
+63
*
MTP: Implement support for getting/setting device properties
Mike Lockwood
2010-09-02
1
-1
/
+4
*
MTP: Send an Intent after an MTP session that resulted in media database modi...
Mike Lockwood
2010-08-31
1
-0
/
+7
*
MTP: work in progress on expanded property support
Mike Lockwood
2010-08-25
1
-41
/
+77
*
MTP: Fix wrong delete operator from previous change.
Mike Lockwood
2010-08-10
1
-1
/
+1
*
MTP: Push queries for supported formats and properties up to Java.
Mike Lockwood
2010-08-10
1
-46
/
+14
*
MTP: Fix some typos
Mike Lockwood
2010-08-09
1
-1
/
+1
*
MTP: Add support for syncing MTP playlists
Mike Lockwood
2010-08-03
1
-7
/
+38
*
MTP: Implement GetNumObjects
Mike Lockwood
2010-08-02
1
-5
/
+28
*
Clean up MtpDatabase API.
Mike Lockwood
2010-08-02
1
-19
/
+17
*
MTP: Only send events to host if we have an open session.
Mike Lockwood
2010-07-19
1
-12
/
+16
*
Remove our copy of the f_mtp.h kernel header, now that it is in bionic.
Mike Lockwood
2010-07-15
1
-1
/
+1
*
MTP: Add support for sending events to the host when objects are added and re...
Mike Lockwood
2010-07-13
1
-1
/
+25
*
Integrate host to device file transfer with the media provider.
Mike Lockwood
2010-07-12
1
-11
/
+23
*
Remove some scafolding and test code that is no longer worth maintaining.
Mike Lockwood
2010-07-09
1
-8
/
+1
*
MTP: Use media provider database to implement MTP device support.
Mike Lockwood
2010-07-08
1
-9
/
+8
*
MTP: remove separate audio table from prototype MTP database
Mike Lockwood
2010-07-08
1
-3
/
+0
*
MTP: Fix ownership and file permissions for transferred files and folders
Mike Lockwood
2010-07-02
1
-2
/
+14
*
MTP: Make MtpDatabase class abstract so we can have multiple implementations
Mike Lockwood
2010-07-02
1
-2
/
+2
*
MTP: Implement GetObjectPropDesc
Mike Lockwood
2010-06-30
1
-11
/
+40
*
MTP: replace printfs with logcat
Mike Lockwood
2010-06-30
1
-16
/
+20
[next]