index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mtp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-09
Fix erroneous infinite loop in MTP inotify_t
Ethan Yonker
1
-1
/
+1
2015-02-02
MTP: make MTP work even if unplugged and replugged
Ethan Yonker
4
-42
/
+34
2015-01-27
Use TWAtomicInt in MTPStorage
Ethan Yonker
3
-74
/
+7
2014-12-29
mtp: get rid of string streams, reduces binary size a bit
that
3
-10
/
+5
2014-12-29
Move sleep during MTP startup to MTP thread
Ethan Yonker
1
-0
/
+5
2014-12-29
Check for valid MTP_Storage_ID before adding or removing
Ethan Yonker
1
-5
/
+9
2014-12-29
Improve MTPServer logging of read errors
Ethan Yonker
1
-4
/
+8
2014-12-22
Fix else if and maxFileSize initializer.
bigbiff
2
-1
/
+2
2014-12-19
MTP add/remove storage instead of disabling MTP
Ethan Yonker
13
-17
/
+248
2014-12-12
Attempt to set the proper uid/gid/contexts on new files and dirs
Ethan Yonker
2
-2
/
+5
2014-12-04
add function to partition.cpp to return max file size to mtp responder
bigbiff
5
-5
/
+9
2014-11-25
TWRP MTP: make sure inotify_fd is set
Ethan Yonker
1
-9
/
+14
2014-11-06
Fix some includes that are not longer present
Ethan Yonker
1
-2
/
+2
2014-10-14
mtp: fix log spam: findNode not finding a node is not an error
that
1
-1
/
+1
2014-10-08
mtp: cleanup, fixes and performance improvements
that
6
-1078
/
+691
2014-10-07
atime is access time, let's just use mtime
Jenkins
1
-3
/
+1
2014-09-13
Include no strict aliasing for MTP
Motorhead1991
1
-1
/
+1
2014-09-11
Fix handling of MTP fork/child process
Ethan Yonker
1
-0
/
+2
2014-09-11
MTP: Build flag for setting custom MTP device/path
Ethan Yonker
2
-2
/
+9
2014-09-09
MTP: fix some code paths
bigbiff bigbiff
2
-33
/
+34
2014-09-07
mktime_tz is blocking, don't use it
bigbiff bigbiff
1
-3
/
+8
2014-09-05
MTP: Use fork instead of pthread
Ethan Yonker
2
-2
/
+18
2014-09-04
MTP: Better handling of stat
Ethan Yonker
3
-26
/
+47
2014-09-04
MTP Fix rename in Windows
Dees Troy
3
-1
/
+8
2014-09-04
MTP Fix property list for multiple storage devices
Dees Troy
1
-1
/
+2
2014-09-04
Prevent MTP enable on startup if crash detected
Ethan Yonker
1
-1
/
+1
2014-09-03
Improve MtpStorage handling when more than one storage is present
Ethan Yonker
2
-7
/
+11
2014-09-03
Allow toggle of MTP debug
Ethan Yonker
4
-11
/
+19
2014-09-03
Improve error handling during MTP startup
Ethan Yonker
2
-6
/
+9
2014-09-03
add mtp responder to TWRP.
bigbiff bigbiff
43
-0
/
+9315