summaryrefslogtreecommitdiffstats
path: root/adb/transport_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restrict scanning port range, not emulator countTim Baverstock2019-03-071-13/+22
* adbd: fix TCP bind address.Josh Gao2019-01-301-12/+22
* Add native vsock support to ADB.Cody Schuffelen2019-01-251-19/+29
* adbd: compile for host.Josh Gao2019-01-231-132/+8
* Combine tcp_connect and socket_spec_connect.Cody Schuffelen2019-01-171-24/+11
* Adapt to switch to libc++ for WindowsPirama Arumuga Nainar2018-09-211-1/+1
* adb: static constexpr.Elliott Hughes2018-09-051-2/+2
* adb: don't try to reconnect emulators.Josh Gao2018-08-301-5/+6
* adb: add better logging for connection failure.Josh Gao2018-08-131-0/+2
* adb: report connection status when we're unauthorized.Josh Gao2018-08-081-4/+6
* adb: `adbd` uses shared libraries.Tao Bao2018-08-061-4/+4
* adb: delete hellish hodgepodge.Josh Gao2018-08-021-5/+4
* adb: fix register_socket_transport related double-closes.Josh Gao2018-07-251-41/+33
* adb: fix double close in local_connect_arbitrary_ports.Josh Gao2018-07-251-8/+7
* [adb] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-131-1/+1
* adb: Add a way to reconnect TCP transportsLuis Hector Chavez2018-05-161-14/+44
* adb: Make the Connection object a std::shared_ptrLuis Hector Chavez2018-04-261-2/+3
* adb: Distinguish betwen already-connected and connection failureLuis Hector Chavez2018-04-171-1/+5
* adb: implement std::make_unique, start using it.Josh Gao2018-03-161-5/+5
* adb: convert Connection to a nonblocking interface.Josh Gao2018-03-051-3/+5
* adb: extract atransport's connection interface.Josh Gao2018-01-301-120/+43
* adb: disable checksum on new versionsTim Murray2017-12-141-5/+0
* Merge "adbd: optionally use qemud pipe without ro.kernel.qemu" am: b3c363f32c...Nicolas Norvez2017-06-121-7/+20
|\
| * adbd: optionally use qemud pipe without ro.kernel.qemuNicolas Norvez2017-06-121-7/+20
* | Merge changes I8d0c60e5,Ib8ad0ad6 am: a6bb369cb0 am: c7d9eb8636 am: a1c2561863Josh Gao2017-05-231-4/+4
|\|
| * adb: boolify check_header and check_data.Josh Gao2017-05-181-4/+4
* | Merge "adb: fix two device offline problems." am: 2e821078e4 am: ae6a3605d2 a...Yabin Cui2017-04-201-2/+1
|\|
| * adb: fix two device offline problems.Yabin Cui2017-04-201-2/+1
* | adb: kill adb_thread_{create, join, detach, exit}. am: e1dacfc1b6 am: d56eebd...Josh Gao2017-04-141-10/+6
|\|
| * adb: kill adb_thread_{create, join, detach, exit}.Josh Gao2017-04-121-10/+6
* | Revert "Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe""bohu2017-03-291-1/+1
* | Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe"bohu2017-03-281-1/+1
* | Qemu-pipe: refactor qemu_pipe.h into libqemu_pipebohu2017-03-281-1/+1
|/
* Add mDNS device discovery for adb clientCasey Dahlin2017-03-101-0/+41
|\
| * Add mDNS device discovery for adb clientCasey Dahlin2017-03-071-0/+41
| * DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipebohu2017-03-011-1/+1
|/
* adb: add sysdeps/chrono.h for chrono literals on Win32.Josh Gao2016-11-161-3/+3
* Switch adb over to <chrono>.Elliott Hughes2016-11-161-3/+5
* Allow multiple tcp adb connection to same device.Tao Wu2016-10-221-1/+2
* Fix adb flakiness on rebootLingfeng Yang2016-10-111-2/+14
* Switch adb to <android-base/properties.h>.Elliott Hughes2016-09-261-8/+6
* adb: kill adb_mutex_t, adb_cond_t.Josh Gao2016-09-211-27/+19
* Use <condition_variable> and <mutex.h> from MinGWPirama Arumuga Nainar2016-09-061-2/+1
* Merge changes I0ee130db,I33d356fdJosh Gao2016-08-251-5/+1
|\
| * adb: remove unnecessary addr arguments to accept.Josh Gao2016-08-241-5/+1
* | Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\"David 'Digit' Turner2016-06-211-3/+7
|\|
| * [qemu]: Move qemu_pipe.h from include/system/ directory.David 'Digit' Turner2016-06-171-3/+7
* | Merge "adb: retry connecting disconnected emulators instead of always looping...Yabin Cui2016-05-261-13/+84
|\|
| * adb: retry connecting disconnected emulators instead of always looping.Yabin Cui2016-05-241-13/+84
* | Merge "adb: check return value of register_socket_transport." am: 3d981c87c9Yabin Cui2016-05-211-3/+5
|\|