1. 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 8 years ago
  2. 5cb76ce adb: use delete on objects with destructors. by Josh Gao · 8 years ago
  3. a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 8 years ago
  4. b14756a adb: restore packet data length checks. by Josh Gao · 8 years ago
  5. 395b86a adb: extract atransport's connection interface. by Josh Gao · 8 years ago
  6. 30c4266 adb: fix a leak. by Josh Gao · 8 years ago
  7. 4dd3501 Sort devices list before output. by Artem Iglikov · 8 years ago
  8. ee7b44d adb: disable checksum on new versions by Tim Murray · 8 years ago
  9. ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 9 years ago
  10. 6e0ed55 adb: partially revert 3cf1b36e. by Josh Gao · 9 years ago
  11. 4d29974 Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 9 years ago
  12. 3212463 adb: add track-devices-l service. by Josh Gao · 9 years ago
  13. b39e415 adb: allow selection of a specific transport. by Josh Gao · 9 years ago
  14. aaa82f7 adb: fix deadlock in kick_all_transports. by Josh Gao · 9 years ago
  15. e44e983 adb: fix deadlock between transport_unref and usb_close. by Josh Gao · 9 years ago
  16. 27983bc Add host feature for `push --sync` support. by Dan Albert · 9 years ago
  17. 67b683a adb: boolify check_header and check_data. by Josh Gao · 9 years ago
  18. 165460f adb: move all cleanup to a function with defined ordering. by Josh Gao · 9 years ago
  19. 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 9 years ago
  20. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 9 years ago
  21. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 9 years ago
  22. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 9 years ago
  23. 9e09a97 adb: add tracing to transport.cpp. by Josh Gao · 9 years ago
  24. 0d6aa99 adb: clang-format transport.cpp by Josh Gao · 9 years ago
  25. a2cf375 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 9 years ago
  26. 31a96f7 Revert "adb: extend sync protocol's stat support." by Josh Gao · 9 years ago
  27. 25a992e adb: extend sync protocol's stat support. by Josh Gao · 9 years ago
  28. 4e56250 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 9 years ago
  29. 67ac379 adb: rationalize types. by Josh Gao · 10 years ago
  30. eac2058 adb: split up adb_auth.cpp. by Josh Gao · 10 years ago
  31. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 10 years ago
  32. 5fd77e1 Merge changes I9761298a,I8d3312b2 am: 0b4fcb75d4 by Josh Gao · 10 years ago
  33. 22cb70b adb: add support for vendor key directories. by Josh Gao · 10 years ago
  34. 57bdf8e Merge "Clean up key handling in adb." am: b859830450 by Josh Gao · 10 years ago
  35. 801066a Clean up key handling in adb. by Elliott Hughes · 10 years ago
  36. cd6cc2c Merge "adb: retry connecting disconnected emulators instead of always looping." am: ab032ff50c by Yabin Cui · 10 years ago
  37. f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 10 years ago
  38. c09e742 Merge "adb: use a custom thread to poll for usb devices on mac." am: 28d7c54 by Yabin Cui · 10 years ago
  39. 234a02a adb: use a custom thread to poll for usb devices on mac. by Yabin Cui · 10 years ago
  40. 445d398 Merge "Fix kick_transport test." am: 63e0819 am: 119ca23 by Yabin Cui · 10 years ago
  41. f2a9f9b Fix kick_transport test. by Yabin Cui · 10 years ago
  42. 34893c5 Merge "adb: add reconnect command." am: 54ee6d1 am: 1dd696a by Yabin Cui · 10 years ago
  43. d78ed22 adb: add reconnect command. by Yabin Cui · 10 years ago
  44. 61c5e20 Merge "adb: relax serial matching rules." am: bf889742f2 am: 668c38516f by David Pursell · 10 years ago
  45. c929c6f adb: relax serial matching rules. by David Pursell · 10 years ago
  46. ac23990 Merge "adb: make adb_thread_func_t return void, add adb_thread_exit." by Josh Gao · 10 years ago
  47. 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 10 years ago
  48. 4298921 Merge "Share the new adb USB diagnostic code with fastboot." am: efd8c3289e by Elliott Hughes · 10 years ago
  49. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 10 years ago
  50. e3a23d6 Merge "adb: add help text for USB permission errors." am: aafa096090 am: e37325defc by David Pursell · 10 years ago
  51. aafa096 Merge "adb: add help text for USB permission errors." by David Pursell · 10 years ago
  52. 51251bb Merge "Track rename of base/ to android-base/." am: 316a0dd842 am: e2a9563be1 by Elliott Hughes · 10 years ago
  53. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  54. 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 10 years ago
  55. a11f444 Merge changes Ic124ecb9,I94de55d2 am: ac9a780904 am: 9a3f299ec0 am: 33bc6f38e7 by Josh Gao · 10 years ago
  56. e3a87d0 adb: remove exit-time destructors. by Josh Gao · 10 years ago
  57. aff9c67 Revert "Revert "use new cmd command"" by Todd Kennedy · 10 years ago
  58. 06238c8 Merge "adb/base: minor compiler portability improvements" am: 0e20f1184a am: 8163cbc535 by Elliott Hughes · 10 years ago
  59. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 10 years ago
  60. 3a9e448 Revert "use new cmd command" by Todd Kennedy · 10 years ago
  61. d5eeac9 AOSP master doesn't have "cmd". by Elliott Hughes · 10 years ago
  62. 1e2f7dc use new cmd command by Todd Kennedy · 10 years ago
  63. 14637de use new cmd command by Todd Kennedy · 10 years ago
  64. 8595283 Use const auto&/auto&& in adb. by Elliott Hughes · 11 years ago
  65. 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 11 years ago
  66. 22fc5e9 adb: put legacy shell: service back in. by David Pursell · 11 years ago
  67. 5f32b96 Merge "adb: bump server version to prevent feature mismatch." by David Pursell · 11 years ago
  68. 3d9072b adb: fix adbd feature parsing for no features. by David Pursell · 11 years ago
  69. 6d5fad3 adb: bump server version to prevent feature mismatch. by David Pursell · 11 years ago
  70. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 11 years ago
  71. a07dbad adb: add -Tt options to `adb shell`. by David Pursell · 11 years ago
  72. 8a5a5aa adb: add client side shell protocol and enable. by David Pursell · 11 years ago
  73. 8da19a4 adb: implement shell protocol. by David Pursell · 11 years ago
  74. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 11 years ago
  75. 4e22229 adb: improve names for transport threads. by Yabin Cui · 11 years ago
  76. f050f68 Distinguish transport threads. by Elliott Hughes · 11 years ago
  77. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 11 years ago
  78. 2d4c198 adb: clean up transport disconnect operations. by Yabin Cui · 11 years ago
  79. ca368bc adb: call run_transport_disconnects() only once. by Yabin Cui · 11 years ago
  80. 4d64fd8 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 11 years ago
  81. d4641cc Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 11 years ago
  82. d6662ec adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 11 years ago
  83. 10dedd8 adb: keep all asocket operations in the main thread. by Yabin Cui · 11 years ago
  84. 0bd8587 EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 11 years ago
  85. b628cb1 adb sync cleanup. by Elliott Hughes · 11 years ago
  86. be8e54b Add feature list to connection banner. by Dan Albert · 11 years ago
  87. a96dabf Make clear of the data length sent by write_packet. by Yabin Cui · 11 years ago
  88. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 11 years ago
  89. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 11 years ago
  90. 3212939 Fix adbd/adb server confusion in an error message. by Elliott Hughes · 11 years ago
  91. 24f5276 Improve the "device '(null)' not found" error. by Elliott Hughes · 11 years ago
  92. ecce503 Make atransport be a real class. by Dan Albert · 11 years ago
  93. 9a50f4c Make connection states a proper type. by Dan Albert · 11 years ago
  94. a8c3414 Be tolerant of devices that don't report serials. by Dan Albert · 11 years ago
  95. f251714 Simplify adb_thread_create. by Elliott Hughes · 11 years ago
  96. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 11 years ago
  97. fb59684 Add WriteFdFmt and clean up more code. by Elliott Hughes · 11 years ago
  98. 88b4c85 More adb buffer fixes. by Elliott Hughes · 11 years ago
  99. da94581 More fixed-length buffer removal. by Elliott Hughes · 11 years ago
  100. d0269c9 Add missing null checks after allocations. by Elliott Hughes · 11 years ago