1. d78ed22 adb: add reconnect command. by Yabin Cui · 8 years ago
  2. c25a34e adb: use TCP keepalive. by David Pursell · 8 years ago
  3. c1fab36 adb: detect when the client disconnects in wait-for-device. by Josh Gao · 8 years ago
  4. 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  5. a17d272 base: add network address parsing function from adb. by David Pursell · 9 years ago
  6. 6683132 WA: Fix adb wait-for-device command by Leo Sartre · 9 years ago
  7. 6cd9bc3 adb host: add device state in "adb wait-for-*" by Leo Sartre · 9 years ago
  8. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  9. ff44456 Pass $TERM to the device. by Elliott Hughes · 9 years ago
  10. df85263 adb: run reverse_service() in main thread. by Yabin Cui · 9 years ago
  11. 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  12. 22fc5e9 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  13. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  14. a07dbad adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  15. 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
  16. 4f344bb adb: move shell service to a separate file. by David Pursell · 9 years ago
  17. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  18. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  19. b628cb1 adb sync cleanup. by Elliott Hughes · 9 years ago
  20. 87c2995 adb: Fix PTY logic for non-interactive shells. by David Pursell · 9 years ago
  21. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 9 years ago
  22. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  23. 2b01414 Use _WIN32 rather than HAVE_WINSOCK. by Elliott Hughes · 9 years ago
  24. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  25. d94e8ba "adb tcpip" should require a numeric argument. by Elliott Hughes · 9 years ago
  26. ad7c49f Merge "Recognize IPv6 addresses for "adb connect"." by Elliott Hughes · 9 years ago
  27. 09ccf1f Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 9 years ago
  28. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  29. 24f5276 Improve the "device '(null)' not found" error. by Elliott Hughes · 9 years ago
  30. 3a2421b adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  31. 9a50f4c Make connection states a proper type. by Dan Albert · 9 years ago
  32. 9c028f9 Make pty raw in adb shell when non-interactive. by Dan Albert · 9 years ago
  33. e6959b7 adb: Do not share memory between multiple thread by Alan Jeon · 10 years ago
  34. f251714 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  35. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  36. fb59684 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  37. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  38. d0269c9 Add missing null checks after allocations. by Elliott Hughes · 9 years ago
  39. e4b6479 Use escape_arg in "adb backup". by Elliott Hughes · 9 years ago
  40. 7cf3575 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 9 years ago
  41. ea62dfe Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 9 years ago
  42. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  43. ab88242 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  44. 0db6764 adb: Add option to reboot into sideload mode in recovery by Tao Bao · 9 years ago
  45. db6fe64 File header cleanup. by Dan Albert · 9 years ago
  46. dedf767 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 9 years ago
  47. f30d73c Move adb to C++. by Dan Albert · 9 years ago[Renamed (96%) from services.c]
  48. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago