summaryrefslogtreecommitdiffstats
path: root/adb/transport_usb.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: make `adb reconnect` perform a USB reset.Josh Gao2019-03-281-0/+5
* adb: remove incorrect use of RTTI.Josh Gao2018-12-121-0/+1
* Adapt to switch to libc++ for WindowsPirama Arumuga Nainar2018-09-211-1/+2
* adb: Have device usb_handle return io sizeJerry Zhang2018-07-171-5/+6
* adb: Make the Connection object a std::shared_ptrLuis Hector Chavez2018-04-261-1/+1
* adb: implement std::make_unique, start using it.Josh Gao2018-03-161-2/+3
* adb: convert Connection to a nonblocking interface.Josh Gao2018-03-051-2/+2
* adb: switch apacket over to a std::string payload.Josh Gao2018-02-211-8/+16
* adb: restore packet data length checks.Josh Gao2018-02-061-0/+9
* adb: extract atransport's connection interface.Josh Gao2018-01-301-50/+31
* adb: disable checksum on new versionsTim Murray2017-12-141-9/+0
* Merge "adb: get libusb compiling on Windows."Treehugger Robot2017-12-111-1/+1
|\
| * adb: get libusb compiling on Windows.Josh Gao2017-12-081-1/+1
* | adb: disable USB packet overflow checking on OS X.Josh Gao2017-12-061-0/+14
|/
* adb: remove SendConnectOnHost.Josh Gao2017-10-021-9/+1
* adb: improve CHECKs.Josh Gao2017-08-281-4/+4
* adbd: add logging to troubleshoot usb issues.Josh Gao2017-07-261-7/+7
* Revert "adb: turn on libusb by default."Josh Gao2017-06-261-2/+2
* adb: boolify check_header and check_data.Josh Gao2017-05-181-5/+5
* adb: use the actual wMaxPacketSize for usb endpoints.Josh Gao2017-05-031-41/+27
* adb: fix two device offline problems.Yabin Cui2017-04-201-10/+114
* adb: turn on libusb by default.Josh Gao2017-03-021-2/+2
* adb: add `adb host-features`, report libusb status.Josh Gao2017-02-221-0/+9
* adb: add libusb implementation for Linux/Darwin.Josh Gao2017-01-251-2/+0
* Remove useless arguments from is_adb_interface.Josh Gao2016-10-101-1/+1
* Fix kick_transport test.Yabin Cui2016-04-181-1/+1
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-7/+7
* Remove confusing variable HOST.Yabin Cui2015-08-111-6/+0
* Increase size of the the adb packets sent over the wireTamas Berghammer2015-07-221-1/+1
* Make connection states a proper type.Dan Albert2015-05-181-1/+1
* File header cleanup.Dan Albert2015-03-191-4/+5
* Move adb to C++.Dan Albert2015-03-091-0/+106