index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
/
transport_usb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
adb: remove incorrect use of RTTI.
Josh Gao
2018-12-12
1
-0
/
+1
*
Adapt to switch to libc++ for Windows
Pirama Arumuga Nainar
2018-09-21
1
-1
/
+2
*
adb: Have device usb_handle return io size
Jerry Zhang
2018-07-17
1
-5
/
+6
*
adb: Make the Connection object a std::shared_ptr
Luis Hector Chavez
2018-04-26
1
-1
/
+1
*
adb: implement std::make_unique, start using it.
Josh Gao
2018-03-16
1
-2
/
+3
*
adb: convert Connection to a nonblocking interface.
Josh Gao
2018-03-05
1
-2
/
+2
*
adb: switch apacket over to a std::string payload.
Josh Gao
2018-02-21
1
-8
/
+16
*
adb: restore packet data length checks.
Josh Gao
2018-02-06
1
-0
/
+9
*
adb: extract atransport's connection interface.
Josh Gao
2018-01-30
1
-50
/
+31
*
adb: disable checksum on new versions
Tim Murray
2017-12-14
1
-9
/
+0
*
Merge "adb: get libusb compiling on Windows."
Treehugger Robot
2017-12-11
1
-1
/
+1
|
\
|
*
adb: get libusb compiling on Windows.
Josh Gao
2017-12-08
1
-1
/
+1
*
|
adb: disable USB packet overflow checking on OS X.
Josh Gao
2017-12-06
1
-0
/
+14
|
/
*
adb: remove SendConnectOnHost.
Josh Gao
2017-10-02
1
-9
/
+1
*
adb: improve CHECKs.
Josh Gao
2017-08-28
1
-4
/
+4
*
adbd: add logging to troubleshoot usb issues.
Josh Gao
2017-07-26
1
-7
/
+7
*
Revert "adb: turn on libusb by default."
Josh Gao
2017-06-26
1
-2
/
+2
*
adb: boolify check_header and check_data.
Josh Gao
2017-05-18
1
-5
/
+5
*
adb: use the actual wMaxPacketSize for usb endpoints.
Josh Gao
2017-05-03
1
-41
/
+27
*
adb: fix two device offline problems.
Yabin Cui
2017-04-20
1
-10
/
+114
*
adb: turn on libusb by default.
Josh Gao
2017-03-02
1
-2
/
+2
*
adb: add `adb host-features`, report libusb status.
Josh Gao
2017-02-22
1
-0
/
+9
*
adb: add libusb implementation for Linux/Darwin.
Josh Gao
2017-01-25
1
-2
/
+0
*
Remove useless arguments from is_adb_interface.
Josh Gao
2016-10-10
1
-1
/
+1
*
Fix kick_transport test.
Yabin Cui
2016-04-18
1
-1
/
+1
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-1
/
+1
*
adb: clean up debug tracing a little.
Yabin Cui
2015-09-02
1
-7
/
+7
*
Remove confusing variable HOST.
Yabin Cui
2015-08-11
1
-6
/
+0
*
Increase size of the the adb packets sent over the wire
Tamas Berghammer
2015-07-22
1
-1
/
+1
*
Make connection states a proper type.
Dan Albert
2015-05-18
1
-1
/
+1
*
File header cleanup.
Dan Albert
2015-03-19
1
-4
/
+5
*
Move adb to C++.
Dan Albert
2015-03-09
1
-0
/
+106