index
:
frameworks_av.git
replicant-4.2
replicant-6.0
frameworks/av
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
mtp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
|
Remove MTP related log spam
Mike Lockwood
2011-01-21
2
-16
/
+16
|
/
*
MTP: Fix problems with modification dates for folders and non-media files
Mike Lockwood
2011-01-18
2
-10
/
+4
*
Remove support for obsolete PTP content provider
Mike Lockwood
2011-01-06
3
-541
/
+0
*
MTP: changes to use new usb_request support in libusbhost
Mike Lockwood
2011-01-06
13
-91
/
+127
*
Change libusbhost and libmtp from static to shared libraries
Mike Lockwood
2010-12-29
1
-1
/
+3
*
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
4
-9
/
+16
*
MTP host: Handle receiving a response packet instead of data packet.
Mike Lockwood
2010-12-09
4
-3
/
+32
*
MTP: Improve argument checking in SendObjectInfo
Mike Lockwood
2010-12-08
3
-8
/
+21
*
MTP: Support format argument in host GetObjectPropDesc command
Mike Lockwood
2010-12-07
2
-3
/
+4
*
MTP: Read property code before calling isDeviceProperty in MtpProperty::read()
Mike Lockwood
2010-12-07
1
-2
/
+1
*
MTP: Improve MtpProperty logging support
Mike Lockwood
2010-12-07
4
-8
/
+130
*
MTP: Host support for GetObjectPropsSupported and GetObjectPropDesc
Mike Lockwood
2010-12-07
2
-0
/
+38
*
MTP: Use correct return type for getSupportedObjectProperties
Mike Lockwood
2010-12-07
1
-1
/
+1
*
Revert "MTP: Remove static library build for linux host."
Mike Lockwood
2010-12-07
1
-0
/
+29
*
MTP: Add support for multiple properties in GetObjectPropList command
Mike Lockwood
2010-12-02
3
-5
/
+5
*
MTP: Make sure buffer is big enough before reading the data packet
Mike Lockwood
2010-11-30
1
-0
/
+1
*
MTP: Fix typo in MtpServer::doGetObjectPropList
Mike Lockwood
2010-11-23
1
-1
/
+1
*
MTP: Implement GetPartialObject command
Mike Lockwood
2010-11-23
3
-3
/
+46
*
MTP: Use DateTime form in GetObjectPropDesc for date/time properties.
Mike Lockwood
2010-11-23
2
-0
/
+6
*
Rename MtpCursor to PtpCursor
Mike Lockwood
2010-11-23
3
-30
/
+30
*
MTP: Remove static library build for linux host.
Mike Lockwood
2010-11-23
1
-29
/
+0
*
PTP: Fix permissions problems with files imported via PTP
Mike Lockwood
2010-11-19
2
-3
/
+11
*
PTP: Improve performance and reliability of file importing
Mike Lockwood
2010-11-19
4
-96
/
+93
*
MTP: Fixes to allow file transfers > 4 gigabytes
Mike Lockwood
2010-11-17
2
-1
/
+10
*
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
6
-3
/
+45
*
MTP: Add missing call to closedir() in recursive delete code
Mike Lockwood
2010-11-11
1
-0
/
+1
*
MTP: Don't dump data packets twice in debug output.
Mike Lockwood
2010-11-10
2
-2
/
+0
*
Add support for range and enum forms in MTP ObjectPropDescs
Mike Lockwood
2010-11-10
2
-0
/
+92
*
MTP: Include size of 12 byte header in packet size for GetObject data packet
Mike Lockwood
2010-10-11
1
-1
/
+3
*
MtpCursor: Fix long to int truncation bug
Mike Lockwood
2010-09-28
2
-3
/
+2
*
MTP: Fix some warnings
Mike Lockwood
2010-09-25
1
-1
/
+1
*
MTP: Include current property value in GetDevicePropDesc
Mike Lockwood
2010-09-25
5
-46
/
+105
*
MTP: Fix reading and writing device property descriptors
Mike Lockwood
2010-09-25
1
-4
/
+14
*
MTP: Reenable GetObjectPropValue and SetObjectPropValue
Mike Lockwood
2010-09-23
1
-2
/
+2
[prev]
[next]