summaryrefslogtreecommitdiffstats
path: root/adb/transport.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "adb: add help text for USB permission errors." am: 663e949b2b am: e373...David Pursell2015-12-081-12/+20
|\|
| * Merge "adb: add help text for USB permission errors."David Pursell2015-12-081-12/+20
| |\
| | * adb: add help text for USB permission errors.David Pursell2015-12-031-12/+20
* | | Merge "Track rename of base/ to android-base/." am: 912ed3d8ca am: e2a9563be1Elliott Hughes2015-12-071-3/+3
|\| |
| * | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-3/+3
| |/
* | Merge changes Ic124ecb9,I94de55d2 am: 26f2e1fd4f am: 9a3f299ec0Josh Gao2015-11-121-2/+2
|\|
| * adb: remove exit-time destructors.Josh Gao2015-11-121-2/+2
* | Revert "Revert "use new cmd command""Todd Kennedy2015-11-091-1/+5
* | Merge "adb/base: minor compiler portability improvements" am: 892f0e9300 am: ...Elliott Hughes2015-11-091-0/+1
|\|