summaryrefslogtreecommitdiffstats
path: root/mtp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Transfer /dev/mtp_usb fd ownership when instancing MtpDevHandledianlujitao2019-03-283-4/+5
* MTP FFS updates:bigbiff bigbiff2019-03-20111-1107/+13161
* Decrypt FBE on 9.0 (backwards compatible)Ethan Yonker2018-08-311-1/+1
* Support v2 fstab formatEthan Yonker2017-11-282-3/+3
* DO NOT MERGE Android 8.0 stuffEthan Yonker2017-08-253-0/+25
* Update MTP debugging tagsMatt Mower2017-02-232-5/+5
* Add missing license headersMatt Mower2017-01-181-1/+1
* Fix compatibility across the boardEthan Yonker2016-08-261-6/+3
* Update to 7.0Ethan Yonker2016-08-241-1/+1
* Remove execute permissions from source filesthat2016-01-2943-0/+0
* Adopted Storage supportEthan Yonker2016-01-251-1/+0
* do not include stlport headers unless link to itXing2015-12-231-2/+6
* mtp: Address clang compilation errorsMatt Mower2015-12-223-4/+4
* Fix rules for libstlportEthan Yonker2015-11-091-1/+1
* Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-091-3/+9
* Fix erroneous infinite loop in MTP inotify_tEthan Yonker2015-02-091-1/+1
* MTP: make MTP work even if unplugged and repluggedEthan Yonker2015-02-024-42/+34
* Use TWAtomicInt in MTPStorageEthan Yonker2015-01-273-74/+7
* mtp: get rid of string streams, reduces binary size a bitthat2014-12-293-10/+5
* Move sleep during MTP startup to MTP threadEthan Yonker2014-12-291-0/+5
* Check for valid MTP_Storage_ID before adding or removingEthan Yonker2014-12-291-5/+9
* Improve MTPServer logging of read errorsEthan Yonker2014-12-291-4/+8
* Fix else if and maxFileSize initializer.bigbiff2014-12-222-1/+2
* MTP add/remove storage instead of disabling MTPEthan Yonker2014-12-1913-17/+248
* Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker2014-12-122-2/+5
* add function to partition.cpp to return max file size to mtp responderbigbiff2014-12-045-5/+9
* TWRP MTP: make sure inotify_fd is setEthan Yonker2014-11-251-9/+14
* Fix some includes that are not longer presentEthan Yonker2014-11-061-2/+2
* mtp: fix log spam: findNode not finding a node is not an errorthat2014-10-141-1/+1
* mtp: cleanup, fixes and performance improvementsthat2014-10-086-1078/+691
* atime is access time, let's just use mtimeJenkins2014-10-071-3/+1
* Include no strict aliasing for MTPMotorhead19912014-09-131-1/+1
* Fix handling of MTP fork/child processEthan Yonker2014-09-111-0/+2
* MTP: Build flag for setting custom MTP device/pathEthan Yonker2014-09-112-2/+9
* MTP: fix some code pathsbigbiff bigbiff2014-09-092-33/+34
* mktime_tz is blocking, don't use itbigbiff bigbiff2014-09-071-3/+8
* MTP: Use fork instead of pthreadEthan Yonker2014-09-052-2/+18
* MTP: Better handling of statEthan Yonker2014-09-043-26/+47
* MTP Fix rename in WindowsDees Troy2014-09-043-1/+8
* MTP Fix property list for multiple storage devicesDees Troy2014-09-041-1/+2
* Prevent MTP enable on startup if crash detectedEthan Yonker2014-09-041-1/+1
* Improve MtpStorage handling when more than one storage is presentEthan Yonker2014-09-032-7/+11
* Allow toggle of MTP debugEthan Yonker2014-09-034-11/+19
* Improve error handling during MTP startupEthan Yonker2014-09-032-6/+9
* add mtp responder to TWRP.bigbiff bigbiff2014-09-0343-0/+9315