1. 71bddf8 adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 8 years ago
  2. a28918c Fix kick_transport test. by Yabin Cui · 8 years ago
  3. a9e818f Merge changes Ia4a2ff77,I970806e3,I47daa338 into nyc-dev by TreeHugger Robot · 8 years ago
  4. 03468c8 adb: add reconnect command. by Yabin Cui · 8 years ago
  5. 802c54e adb: relax serial matching rules. by David Pursell · 8 years ago
  6. d9db09c adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  7. 2e83684 Merge "Share the new adb USB diagnostic code with fastboot." am: efd8c3289e by Elliott Hughes · 9 years ago
  8. 1b708d3 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  9. 9046c23 Merge "adb: add help text for USB permission errors." am: 663e949b2b am: e37325defc by David Pursell · 9 years ago
  10. 663e949 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  11. ef119a1 Merge "Track rename of base/ to android-base/." am: 912ed3d8ca am: e2a9563be1 by Elliott Hughes · 9 years ago
  12. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  13. d2acbd1 adb: add help text for USB permission errors. by David Pursell · 9 years ago
  14. 80a9bc8 Merge changes Ic124ecb9,I94de55d2 am: 26f2e1fd4f am: 9a3f299ec0 am: 33bc6f38e7 by Josh Gao · 9 years ago
  15. b7b1edf adb: remove exit-time destructors. by Josh Gao · 9 years ago
  16. 51c05ec Revert "Revert "use new cmd command"" by Todd Kennedy · 9 years ago
  17. 4cb77fc Merge "adb/base: minor compiler portability improvements" am: 892f0e9300 am: 8163cbc535 by Elliott Hughes · 9 years ago
  18. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  19. 3e3b4ec Revert "use new cmd command" by Todd Kennedy · 9 years ago
  20. 79e1c7a AOSP master doesn't have "cmd". by Elliott Hughes · 9 years ago
  21. 6fa848a use new cmd command by Todd Kennedy · 9 years ago
  22. d039800 use new cmd command by Todd Kennedy · 9 years ago
  23. 65fe251 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  24. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  25. 70ef7b4 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  26. a36f4d6 Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 9 years ago
  27. d2b588e adb: fix adbd feature parsing for no features. by David Pursell · 9 years ago
  28. bbe3d21 adb: bump server version to prevent feature mismatch. by David Pursell · 9 years ago
  29. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  30. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  31. 606835a adb: add client side shell protocol and enable. by David Pursell · 9 years ago
  32. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  33. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  34. d6ab3c2 adb: improve names for transport threads. by Yabin Cui · 9 years ago
  35. 0c3914a Distinguish transport threads. by Elliott Hughes · 9 years ago
  36. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  37. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  38. 12d7f09 adb: call run_transport_disconnects() only once. by Yabin Cui · 9 years ago
  39. f4b9928 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
  40. f306812 Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 9 years ago
  41. d8459b3 adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 9 years ago
  42. 34f45c5 adb: keep all asocket operations in the main thread. by Yabin Cui · 9 years ago
  43. 8fcd8bc EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  44. aa24549 adb sync cleanup. by Elliott Hughes · 9 years ago
  45. 1792c23 Add feature list to connection banner. by Dan Albert · 9 years ago
  46. 6264129 Make clear of the data length sent by write_packet. by Yabin Cui · 9 years ago
  47. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  48. 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  49. 64d303a Fix adbd/adb server confusion in an error message. by Elliott Hughes · 9 years ago
  50. e2d3677 Improve the "device '(null)' not found" error. by Elliott Hughes · 9 years ago
  51. c7915a3 Make atransport be a real class. by Dan Albert · 9 years ago
  52. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  53. d99d902 Be tolerant of devices that don't report serials. by Dan Albert · 9 years ago
  54. 9b0f354 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  55. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  56. ab52c18 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  57. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  58. 6452a89 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  59. dc3b459 Add missing null checks after allocations. by Elliott Hughes · 9 years ago
  60. 0b8ecb3 Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 9 years ago
  61. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  62. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  63. 09a45a1 Fix "adb devices -l". by Elliott Hughes · 9 years ago
  64. 3313426 File header cleanup. by Dan Albert · 9 years ago
  65. bac3474 Move adb to C++. by Dan Albert · 9 years ago[Renamed (97%) from adb/transport.c]
  66. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago