1. 62ff9d4 adb: add helper to get the ~/.android directory. by Josh Gao · 8 years ago
  2. 857e659 Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 8 years ago
  3. e0a6e2a Kill load_file. by Elliott Hughes · 8 years ago
  4. 70ae70a [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 8 years ago
  5. d91139c adb/base: allow use of unique_fd inside adb. by Josh Gao · 8 years ago
  6. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  7. 1b533c8 adb: make ScopedFd universally accessible and useful. by Josh Gao · 8 years ago
  8. a17d272 base: add network address parsing function from adb. by David Pursell · 9 years ago
  9. 1eef478 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  10. 5fc2231 adb: keep file flags in fdevent_install. by Yabin Cui · 9 years ago
  11. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  12. b628cb1 adb sync cleanup. by Elliott Hughes · 9 years ago
  13. 939d000 adb: fix mkdirs / adb pull with relative paths, fix win32 issues by Spencer Low · 9 years ago
  14. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  15. d189cfb More adb cleanup. by Elliott Hughes · 9 years ago
  16. 28d1f8d Write mkdirs in more idiomatic C++ style. by Alex Vallée · 9 years ago
  17. 24f9b08 Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
  18. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  19. 09ccf1f Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 9 years ago
  20. e916315 Move mkdirs to adb_utils. by Alex Vallée · 9 years ago
  21. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  22. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  23. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  24. 7cf3575 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 9 years ago
  25. 3810445 Fix more buffer overruns. by Elliott Hughes · 9 years ago