1. d51c6df adb: stop using quick_exit. by Josh Gao · 6 years ago
  2. f571fcb adb: switch apacket over to a std::string payload. by Josh Gao · 6 years ago
  3. e0361d1 adb: use delete on objects with destructors. by Josh Gao · 6 years ago
  4. 27cb7dc adb: switch asocket::enqueue to std::string. by Josh Gao · 6 years ago
  5. 5caaebd adb: restore packet data length checks. by Josh Gao · 6 years ago
  6. b800d88 adb: extract atransport's connection interface. by Josh Gao · 6 years ago
  7. fb413a2 adb: fix a leak. by Josh Gao · 6 years ago
  8. 04398a9 Sort devices list before output. by Artem Iglikov · 6 years ago
  9. de47194 adb: disable checksum on new versions by Tim Murray · 6 years ago
  10. 4b5d4da adb: remove SendConnectOnHost. by Josh Gao · 7 years ago
  11. 33d14b8 adb: partially revert b5e11415. by Josh Gao · 7 years ago
  12. e48ecce Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 7 years ago
  13. b0c1802 adb: add track-devices-l service. by Josh Gao · 7 years ago
  14. b122b17 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
  15. 1db71af adb: fix deadlock in kick_all_transports. by Josh Gao · 7 years ago
  16. 7e197ef adb: fix deadlock between transport_unref and usb_close. by Josh Gao · 7 years ago
  17. 5176df8 Add host feature for `push --sync` support. by Dan Albert · 7 years ago
  18. 36dadca adb: boolify check_header and check_data. by Josh Gao · 7 years ago
  19. 01b7bc4 adb: move all cleanup to a function with defined ordering. by Josh Gao · 7 years ago
  20. fd713e5 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 7 years ago
  21. b5e1141 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  22. e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  23. 5d1756c adb: add `adb host-features`, report libusb status. by Josh Gao · 7 years ago
  24. cfe72e2 adb: add tracing to transport.cpp. by Josh Gao · 8 years ago
  25. 1290fbf adb: clang-format transport.cpp by Josh Gao · 8 years ago
  26. 5a1e3fd Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
  27. afa4b5d Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  28. d6d5c38 adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
  29. 22d2b3e adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  30. 06d61d4 adb: rationalize types. by Josh Gao · 8 years ago
  31. 3bd2879 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
  32. 0cd3ae1 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  33. 8270912 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 8 years ago
  34. 2e67120 adb: add support for vendor key directories. by Josh Gao · 8 years ago
  35. 81a3f71 Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 8 years ago
  36. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
  37. 16dad48 Merge "adb: retry connecting disconnected emulators instead of always looping." am: 50e91fec0e by Yabin Cui · 8 years ago
  38. b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  39. e618f6c Merge "adb: use a custom thread to poll for usb devices on mac." am: 09c5fcf by Yabin Cui · 8 years ago
  40. 48d4c0c adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 8 years ago
  41. 2f46a7d Merge "Fix kick_transport test." am: a960864 am: 119ca23 by Yabin Cui · 8 years ago
  42. 7f27490 Fix kick_transport test. by Yabin Cui · 8 years ago
  43. 1a3ce9b Merge "adb: add reconnect command." am: 643bc36 am: 1dd696a by Yabin Cui · 8 years ago
  44. 1f4ec19 adb: add reconnect command. by Yabin Cui · 8 years ago
  45. 29f8993 Merge "adb: relax serial matching rules." am: b4709c2cfd am: a942881fdb by David Pursell · 8 years ago
  46. 3f902aa adb: relax serial matching rules. by David Pursell · 8 years ago
  47. 1c98db1 Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 8 years ago
  48. b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  49. 2e83684 Merge "Share the new adb USB diagnostic code with fastboot." am: efd8c3289e by Elliott Hughes · 8 years ago
  50. 1b708d3 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 8 years ago
  51. 9046c23 Merge "adb: add help text for USB permission errors." am: 663e949b2b am: e37325defc by David Pursell · 8 years ago
  52. 663e949 Merge "adb: add help text for USB permission errors." by David Pursell · 8 years ago
  53. ef119a1 Merge "Track rename of base/ to android-base/." am: 912ed3d8ca am: e2a9563be1 by Elliott Hughes · 9 years ago
  54. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  55. d2acbd1 adb: add help text for USB permission errors. by David Pursell · 9 years ago
  56. 80a9bc8 Merge changes Ic124ecb9,I94de55d2 am: 26f2e1fd4f am: 9a3f299ec0 am: 33bc6f38e7 by Josh Gao · 9 years ago
  57. b7b1edf adb: remove exit-time destructors. by Josh Gao · 9 years ago
  58. 51c05ec Revert "Revert "use new cmd command"" by Todd Kennedy · 9 years ago
  59. 4cb77fc Merge "adb/base: minor compiler portability improvements" am: 892f0e9300 am: 8163cbc535 by Elliott Hughes · 9 years ago
  60. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  61. 3e3b4ec Revert "use new cmd command" by Todd Kennedy · 9 years ago
  62. 79e1c7a AOSP master doesn't have "cmd". by Elliott Hughes · 9 years ago
  63. 6fa848a use new cmd command by Todd Kennedy · 9 years ago
  64. d039800 use new cmd command by Todd Kennedy · 9 years ago
  65. 65fe251 Use const auto&/auto&& in adb. by Elliott Hughes · 9 years ago
  66. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  67. 70ef7b4 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  68. a36f4d6 Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 9 years ago
  69. d2b588e adb: fix adbd feature parsing for no features. by David Pursell · 9 years ago
  70. bbe3d21 adb: bump server version to prevent feature mismatch. by David Pursell · 9 years ago
  71. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  72. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  73. 606835a adb: add client side shell protocol and enable. by David Pursell · 9 years ago
  74. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  75. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  76. d6ab3c2 adb: improve names for transport threads. by Yabin Cui · 9 years ago
  77. 0c3914a Distinguish transport threads. by Elliott Hughes · 9 years ago
  78. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  79. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  80. 12d7f09 adb: call run_transport_disconnects() only once. by Yabin Cui · 9 years ago
  81. f4b9928 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
  82. f306812 Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 9 years ago
  83. d8459b3 adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 9 years ago
  84. 34f45c5 adb: keep all asocket operations in the main thread. by Yabin Cui · 9 years ago
  85. 8fcd8bc EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  86. aa24549 adb sync cleanup. by Elliott Hughes · 9 years ago
  87. 1792c23 Add feature list to connection banner. by Dan Albert · 9 years ago
  88. 6264129 Make clear of the data length sent by write_packet. by Yabin Cui · 9 years ago
  89. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  90. 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  91. 64d303a Fix adbd/adb server confusion in an error message. by Elliott Hughes · 9 years ago
  92. e2d3677 Improve the "device '(null)' not found" error. by Elliott Hughes · 9 years ago
  93. c7915a3 Make atransport be a real class. by Dan Albert · 9 years ago
  94. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  95. d99d902 Be tolerant of devices that don't report serials. by Dan Albert · 9 years ago
  96. 9b0f354 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  97. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  98. ab52c18 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  99. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  100. 6452a89 More fixed-length buffer removal. by Elliott Hughes · 9 years ago