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