summaryrefslogtreecommitdiffstats
path: root/mtp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-28Transfer /dev/mtp_usb fd ownership when instancing MtpDevHandledianlujitao3-4/+5
2019-03-20MTP FFS updates:bigbiff bigbiff111-1107/+13161
2018-08-31Decrypt FBE on 9.0 (backwards compatible)Ethan Yonker1-1/+1
2017-11-28Support v2 fstab formatEthan Yonker2-3/+3
2017-08-25DO NOT MERGE Android 8.0 stuffEthan Yonker3-0/+25
2017-02-23Update MTP debugging tagsMatt Mower2-5/+5
2017-01-18Add missing license headersMatt Mower1-1/+1
2016-08-26Fix compatibility across the boardEthan Yonker1-6/+3
2016-01-29Remove execute permissions from source filesthat43-0/+0
2016-01-25Adopted Storage supportEthan Yonker1-1/+0
2015-12-23do not include stlport headers unless link to itXing1-2/+6
2015-12-22mtp: Address clang compilation errorsMatt Mower3-4/+4
2015-11-09Fix rules for libstlportEthan Yonker1-1/+1
2015-02-09Fix erroneous infinite loop in MTP inotify_tEthan Yonker1-1/+1
2015-02-02MTP: make MTP work even if unplugged and repluggedEthan Yonker4-42/+34
2015-01-27Use TWAtomicInt in MTPStorageEthan Yonker3-74/+7
2014-12-29mtp: get rid of string streams, reduces binary size a bitthat3-10/+5
2014-12-29Move sleep during MTP startup to MTP threadEthan Yonker1-0/+5
2014-12-29Check for valid MTP_Storage_ID before adding or removingEthan Yonker1-5/+9
2014-12-29Improve MTPServer logging of read errorsEthan Yonker1-4/+8
2014-12-22Fix else if and maxFileSize initializer.bigbiff2-1/+2
2014-12-19MTP add/remove storage instead of disabling MTPEthan Yonker13-17/+248
2014-12-12Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker2-2/+5
2014-12-04add function to partition.cpp to return max file size to mtp responderbigbiff5-5/+9
2014-11-25TWRP MTP: make sure inotify_fd is setEthan Yonker1-9/+14
2014-11-06Fix some includes that are not longer presentEthan Yonker1-2/+2
2014-10-14mtp: fix log spam: findNode not finding a node is not an errorthat1-1/+1
2014-10-08mtp: cleanup, fixes and performance improvementsthat6-1078/+691
2014-10-07atime is access time, let's just use mtimeJenkins1-3/+1
2014-09-13Include no strict aliasing for MTPMotorhead19911-1/+1
2014-09-11Fix handling of MTP fork/child processEthan Yonker1-0/+2
2014-09-11MTP: Build flag for setting custom MTP device/pathEthan Yonker2-2/+9
2014-09-09MTP: fix some code pathsbigbiff bigbiff2-33/+34
2014-09-07mktime_tz is blocking, don't use itbigbiff bigbiff1-3/+8
2014-09-05MTP: Use fork instead of pthreadEthan Yonker2-2/+18
2014-09-04MTP: Better handling of statEthan Yonker3-26/+47
2014-09-04MTP Fix rename in WindowsDees Troy3-1/+8
2014-09-04MTP Fix property list for multiple storage devicesDees Troy1-1/+2
2014-09-04Prevent MTP enable on startup if crash detectedEthan Yonker1-1/+1
2014-09-03Improve MtpStorage handling when more than one storage is presentEthan Yonker2-7/+11
2014-09-03Allow toggle of MTP debugEthan Yonker4-11/+19
2014-09-03Improve error handling during MTP startupEthan Yonker2-6/+9
2014-09-03add mtp responder to TWRP.bigbiff bigbiff43-0/+9315