- 64fab75 [adbwifi] Add A_STLS command. by Joshua Duong · 5 years ago
- 8461387 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 5 years ago
- 96ee6b1 Restrict scanning port range, not emulator count by Tim Baverstock · 6 years ago
- 80e8192 adbd: fix TCP bind address. by Josh Gao · 6 years ago
- 637aaf5 Add native vsock support to ADB. by Cody Schuffelen · 6 years ago
- 0560feb adbd: compile for host. by Josh Gao · 6 years ago
- 331a908 Combine tcp_connect and socket_spec_connect. by Cody Schuffelen · 6 years ago
- 5231aff Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 6 years ago
- c3462f4 adb: static constexpr. by Elliott Hughes · 6 years ago
- d24580d adb: don't try to reconnect emulators. by Josh Gao · 6 years ago
- 8d7080c adb: add better logging for connection failure. by Josh Gao · 6 years ago
- 597044d adb: report connection status when we're unauthorized. by Josh Gao · 6 years ago
- 49042e3 adb: `adbd` uses shared libraries. by Tao Bao · 6 years ago
- a3a7147 adb: delete hellish hodgepodge. by Josh Gao · 6 years ago
- fa3107e adb: fix register_socket_transport related double-closes. by Josh Gao · 6 years ago
- d8d51f4 adb: fix double close in local_connect_arbitrary_ports. by Josh Gao · 6 years ago
- 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
- 3c7881d adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
- 7771920 adb: Distinguish betwen already-connected and connection failure by Luis Hector Chavez · 7 years ago
- f2a988c adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
- 715fe60 adb: convert Connection to a nonblocking interface. by Josh Gao · 7 years ago
- 395b86a adb: extract atransport's connection interface. by Josh Gao · 7 years ago
- ee7b44d adb: disable checksum on new versions by Tim Murray · 7 years ago
- 4b7895c Merge "adbd: optionally use qemud pipe without ro.kernel.qemu" am: b3c363f32c am: a9381c26ab by Nicolas Norvez · 8 years ago
- 3dfa4ab adbd: optionally use qemud pipe without ro.kernel.qemu by Nicolas Norvez · 8 years ago
- 174e75f Merge changes I8d0c60e5,Ib8ad0ad6 am: 087f7a485b am: da10ea2577 am: a1c2561863 by Josh Gao · 8 years ago
- 67b683a adb: boolify check_header and check_data. by Josh Gao · 8 years ago
- a30b148 Merge "adb: fix two device offline problems." am: 56af5828c8 am: 11f81780b8 am: 66cfd45a34 by Yabin Cui · 8 years ago
- 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 8 years ago
- b86caff adb: kill adb_thread_{create, join, detach, exit}. am: 0f3312aa43 am: a77792a2b7 am: ae80841ac7 by Josh Gao · 8 years ago
- 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
- 90a18d2 Revert "Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe"" by bohu · 8 years ago
- b91c5a8 Revert "Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe" by bohu · 8 years ago
- 33be6da Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 8 years ago
- ff4c18e Add mDNS device discovery for adb client am: 3122cdf468 by Casey Dahlin · 8 years ago
- 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 9 years ago
- f76e5a7 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 8 years ago
- 70267e4 adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 8 years ago
- 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
- 1b29a3f Allow multiple tcp adb connection to same device. by Tao Wu · 8 years ago
- 5edb12b Fix adb flakiness on reboot by Lingfeng Yang · 8 years ago
- 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
- e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
- bd4d4e1 Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
- 9cac2c5 Merge changes I0ee130db,I33d356fd by Josh Gao · 8 years ago
- 782d8d4 adb: remove unnecessary addr arguments to accept. by Josh Gao · 8 years ago
- 8ff1617 Merge \"[qemu]: Move qemu_pipe.h from include/system/ directory.\" by David 'Digit' Turner · 9 years ago
- b82031f [qemu]: Move qemu_pipe.h from include/system/ directory. by David 'Digit' Turner · 9 years ago
- cd6cc2c Merge "adb: retry connecting disconnected emulators instead of always looping." am: ab032ff50c by Yabin Cui · 9 years ago
- f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 9 years ago
- 9bcb6a1 Merge "adb: check return value of register_socket_transport." am: 199a08070e by Yabin Cui · 9 years ago
- c722178 adb: check return value of register_socket_transport. by Yabin Cui · 9 years ago
- 89513a5 adb: search for a maximum of 16 emulators. by Josh Gao · 9 years ago
- efc525a Fix kick_transport test. by Yabin Cui · 9 years ago
- f2a9f9b Fix kick_transport test. by Yabin Cui · 9 years ago
- 07778a0 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
- efa4979 emulator: Use distinct serial names for simultaneous qemu pipes. by Prathmesh Prabhu · 9 years ago
- f4ae8fa Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
- 82a2834 Emulator: fix adbd qemu pipe partial write by bohu · 9 years ago
- 382ea6e adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- adf9322 Merge "Switch from using sockaddr to sockaddr_storage." by Erik Kline · 9 years ago
- 3c8d44d Switch from using sockaddr to sockaddr_storage. by Erik Kline · 9 years ago
- f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
- 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
- 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
- 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
- 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 9 years ago
- d802bcf adb: poll for emulator connection. by Yabin Cui · 9 years ago
- 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
- 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
- a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
- 6f38e23 adb server: don't close stale fd when TCP transport is closed by Spencer Low · 10 years ago
- 9a50f4c Make connection states a proper type. by Dan Albert · 10 years ago
- f251714 Simplify adb_thread_create. by Elliott Hughes · 10 years ago
- fb59684 Add WriteFdFmt and clean up more code. by Elliott Hughes · 10 years ago
- da94581 More fixed-length buffer removal. by Elliott Hughes · 10 years ago
- a585cbd Always explain why bind(2) failed. by Elliott Hughes · 10 years ago
- db6fe64 File header cleanup. by Dan Albert · 10 years ago
- f30d73c Move adb to C++. by Dan Albert · 10 years ago[Renamed from transport_local.c]
- b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago