1. 2d36519 adbd: Disable "adb root" by system property by Steve Kondik · 12 years ago int/p/fp2 rel/p/fp2/21.03.0-rel rel/p/fp2/21.05.0-rel rel/p/fp2/21.08.1-rel rel/p/fp2/21.10.0-rel rel/p/fp2/21.12.0-rel rel/p/fp2/21.03.0-rel.1 rel/p/fp2/21.03.0-rel.2 rel/p/fp2/21.05.0-rel.1 rel/p/fp2/21.08.1-rel.0 rel/p/fp2/21.10.0-rel.2 rel/p/fp2/21.12.0-rel.1
  2. a98aab2 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 6 years ago
  3. cb2449f Fix a memory leak by George Burgess IV · 6 years ago
  4. b800d88 adb: extract atransport's connection interface. by Josh Gao · 6 years ago
  5. bcadc77 adbd: improve thread names. by Josh Gao · 7 years ago
  6. 277eca1 adb: reboot: last boot command default by Mark Salyzyn · 7 years ago
  7. b0c1802 adb: add track-devices-l service. by Josh Gao · 7 years ago
  8. b122b17 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
  9. f26cf6d Fix a potential memory leak by Ting-Yuan Huang · 7 years ago
  10. 2e82107 Merge "adb: fix two device offline problems." by Treehugger Robot · 7 years ago
  11. b5e1141 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  12. d73be1b libcutils: compile with BOARD_VNDK_VERSION current by Steven Moreland · 7 years ago
  13. e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  14. 13a269e Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  15. 2f8c60b adb: Set max socket sizes to larger values. by Jerry Zhang · 7 years ago
  16. 40e0ec9 adb: Fix the 'adb reboot sideload' for A/B devices. by Tao Bao · 7 years ago
  17. 97787a0 adb: use __android_log_is_debuggable() by Mark Salyzyn · 8 years ago
  18. ffdec18 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  19. cfb2141 adb: factor out socket specification. by Josh Gao · 8 years ago
  20. 643bc36 Merge "adb: add reconnect command." by Yabin Cui · 8 years ago
  21. 86441c3 adb: add support for 'wait-for-any'. by Josh Gao · 8 years ago
  22. 1f4ec19 adb: add reconnect command. by Yabin Cui · 8 years ago
  23. bfd9503 adb: use TCP keepalive. by David Pursell · 8 years ago
  24. 0985547 adb: detect when the client disconnects in wait-for-device. by Josh Gao · 8 years ago
  25. b5fea14 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  26. 706955f base: add network address parsing function from adb. by David Pursell · 8 years ago
  27. 94e0776 WA: Fix adb wait-for-device command by Leo Sartre · 8 years ago
  28. 1fbc9db adb host: add device state in "adb wait-for-*" by Leo Sartre · 8 years ago
  29. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 8 years ago
  30. 18ddf5c Pass $TERM to the device. by Elliott Hughes · 9 years ago
  31. fbfa840 adb: run reverse_service() in main thread. by Yabin Cui · 9 years ago
  32. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  33. 70ef7b4 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  34. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  35. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  36. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  37. 80f6702 adb: move shell service to a separate file. by David Pursell · 9 years ago
  38. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  39. 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  40. aa24549 adb sync cleanup. by Elliott Hughes · 9 years ago
  41. d4093f1 adb: Fix PTY logic for non-interactive shells. by David Pursell · 9 years ago
  42. 661327e Remove confusing variable HOST. by Yabin Cui · 9 years ago
  43. 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  44. adbf442 Use _WIN32 rather than HAVE_WINSOCK. by Elliott Hughes · 9 years ago
  45. 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  46. 19d80b8 "adb tcpip" should require a numeric argument. by Elliott Hughes · 9 years ago
  47. 3bcdaa2 Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 9 years ago
  48. 3d5f60d Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 9 years ago
  49. 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  50. e2d3677 Improve the "device '(null)' not found" error. by Elliott Hughes · 9 years ago
  51. 6ac5d7d adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  52. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  53. 569a130 Make pty raw in adb shell when non-interactive. by Dan Albert · 9 years ago
  54. 4af3c40 adb: Do not share memory between multiple thread by Alan Jeon · 10 years ago
  55. 9b0f354 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  56. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  57. ab52c18 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  58. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  59. dc3b459 Add missing null checks after allocations. by Elliott Hughes · 9 years ago
  60. 6c34bba Use escape_arg in "adb backup". by Elliott Hughes · 9 years ago
  61. a7090b9 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 9 years ago
  62. 0b8ecb3 Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 9 years ago
  63. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  64. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  65. 175b7bb adb: Add option to reboot into sideload mode in recovery by Tao Bao · 9 years ago
  66. 3313426 File header cleanup. by Dan Albert · 9 years ago
  67. ec7a667 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 9 years ago
  68. bac3474 Move adb to C++. by Dan Albert · 9 years ago[Renamed (96%) from adb/services.c]
  69. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago