summaryrefslogtreecommitdiffstats
path: root/adb/transport.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: stop using quick_exit.Josh Gao2018-02-271-1/+0
* adb: switch apacket over to a std::string payload.Josh Gao2018-02-211-8/+24
* adb: use delete on objects with destructors.Josh Gao2018-02-121-5/+5
* adb: switch asocket::enqueue to std::string.Josh Gao2018-02-061-7/+8
* adb: restore packet data length checks.Josh Gao2018-02-061-0/+5
* adb: extract atransport's connection interface.Josh Gao2018-01-301-7/+49
* adb: fix a leak.Josh Gao2018-01-301-0/+1
* Sort devices list before output.Artem Iglikov2017-12-191-3/+11
* adb: disable checksum on new versionsTim Murray2017-12-141-5/+6
* adb: remove SendConnectOnHost.Josh Gao2017-10-021-7/+0
* adb: partially revert b5e11415.Josh Gao2017-09-131-8/+0
* Revert "adb: fix deadlock between transport_unref and usb_close."Josh Gao2017-09-131-5/+5
* adb: add track-devices-l service.Josh Gao2017-08-211-6/+8
* adb: allow selection of a specific transport.Josh Gao2017-08-211-10/+38
* adb: fix deadlock in kick_all_transports.Josh Gao2017-08-171-15/+15
* adb: fix deadlock between transport_unref and usb_close.Josh Gao2017-06-071-5/+5
* Add host feature for `push --sync` support.Dan Albert2017-05-231-0/+1
* adb: boolify check_header and check_data.Josh Gao2017-05-181-9/+6
* adb: move all cleanup to a function with defined ordering.Josh Gao2017-05-091-9/+8
* adb: wait for devices to come up instead of sleeping for 3s.Josh Gao2017-05-041-0/+19
* adb: fix two device offline problems.Yabin Cui2017-04-201-11/+61
* adb: kill adb_thread_{create, join, detach, exit}.Josh Gao2017-04-121-7/+3
* adb: add `adb host-features`, report libusb status.Josh Gao2017-02-221-0/+1
* adb: add tracing to transport.cpp.Josh Gao2016-12-121-8/+18
* adb: clang-format transport.cppJosh Gao2016-12-121-207/+160
* Revert "Revert "adb: extend sync protocol's stat support.""Josh Gao2016-12-051-1/+3
* Revert "adb: extend sync protocol's stat support."Josh Gao2016-12-051-3/+1
* adb: extend sync protocol's stat support.Josh Gao2016-11-301-1/+3
* adb: add `adb reconnect offline` to reconnect offline devices.Josh Gao2016-10-271-4/+10
* adb: rationalize types.Josh Gao2016-10-061-34/+7
* adb: split up adb_auth.cpp.Josh Gao2016-10-061-0/+2
* adb: kill adb_mutex_t, adb_cond_t.Josh Gao2016-09-211-33/+30
* Merge changes I9761298a,I8d3312b2Josh Gao2016-08-221-2/+2
|\
| * adb: add support for vendor key directories.Josh Gao2016-08-191-2/+2
* | Merge "Clean up key handling in adb."Josh Gao2016-08-121-0/+9
|\|
| * Clean up key handling in adb.Elliott Hughes2016-08-111-0/+9
* | Merge "adb: retry connecting disconnected emulators instead of always looping...Yabin Cui2016-05-261-2/+5
|\|
| * adb: retry connecting disconnected emulators instead of always looping.Yabin Cui2016-05-241-2/+5
* | Merge "adb: use a custom thread to poll for usb devices on mac." am: 09c5fcfYabin Cui2016-04-191-1/+0
|\|
| * adb: use a custom thread to poll for usb devices on mac.Yabin Cui2016-04-191-1/+0
* | Merge "Fix kick_transport test." am: a960864Yabin Cui2016-04-191-15/+12
|\|
| * Fix kick_transport test.Yabin Cui2016-04-181-15/+12
* | Merge "adb: add reconnect command." am: 643bc36Yabin Cui2016-04-161-1/+5
|\|
| * adb: add reconnect command.Yabin Cui2016-04-051-1/+5
* | Merge "adb: relax serial matching rules." am: b4709c2cfdDavid Pursell2016-03-031-5/+39
|\|
| * adb: relax serial matching rules.David Pursell2016-03-021-5/+39
* | Merge "adb: make adb_thread_func_t return void, add adb_thread_exit."Josh Gao2016-02-131-6/+2
|\|
| * adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao2016-02-121-6/+2
* | Merge "Share the new adb USB diagnostic code with fastboot." am: efd8c3289eElliott Hughes2015-12-141-8/+4
|\|
| * Share the new adb USB diagnostic code with fastboot.Elliott Hughes2015-12-141-8/+4