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
/
MtpServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MTP delete
Marco Nelissen
2015-01-23
1
-2
/
+2
*
Fix bounds checking for GetPartialObject command
Mike Lockwood
2014-12-17
1
-2
/
+8
*
MTP: add strict bounds checking for all incoming packets
Mike Lockwood
2014-11-12
1
-18
/
+79
*
mtp: 64-bit compile warnings
Mark Salyzyn
2014-06-25
1
-4
/
+5
*
Improve MTP error checking
Marco Nelissen
2014-06-24
1
-23
/
+42
*
am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70d
Mark Salyzyn
2014-04-15
1
-3
/
+4
|
\
|
*
media: use size_t for integer iterator to Vector::size()
Mark Salyzyn
2014-04-15
1
-2
/
+2
|
*
media: 64 bit compile issues
Mark Salyzyn
2014-04-15
1
-3
/
+4
|
*
MTP: Implement date created field in GetObjectInfo
Mike Lockwood
2013-04-01
1
-1
/
+2
|
*
MTP: Write initial data to correct file offset in SendPartialObject
Mike Lockwoood
2013-02-08
1
-1
/
+1
*
|
MTP: Add support for device property changed events
Mike Lockwood
2014-03-11
1
-0
/
+6
*
|
MTP: Implement date created field in GetObjectInfo
Mike Lockwood
2013-04-01
1
-1
/
+2
*
|
MTP: Write initial data to correct file offset in SendPartialObject
Mike Lockwoood
2013-02-08
1
-1
/
+1
|
/
*
Add mode when open(O_CREAT) is used.
Nick Kralevich
2012-06-26
1
-1
/
+1
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-16
/
+16
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-2
/
+2
*
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
[next]