1. 1ec9ceb adb: mkdirs fixes by Spencer Low · 10 years ago
  2. a17d272 base: add network address parsing function from adb. by David Pursell · 10 years ago
  3. 232d25d Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 10 years ago
  4. 1eef478 adb: shell: add -n flag to not read from stdin. by Josh Gao · 10 years ago
  5. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  6. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 10 years ago
  7. 1d3983b Merge changes I70c94c4b,Ifd8769ed by Josh Gao · 10 years ago
  8. fe1a612 adb: make mkdirs/secure_mkdirs do what they say. by Josh Gao · 10 years ago
  9. f462e0b adb: make adb_basename match the POSIX behavior. by Josh Gao · 10 years ago
  10. 5fc2231 adb: keep file flags in fdevent_install. by Yabin Cui · 11 years ago
  11. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 11 years ago
  12. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 11 years ago
  13. b628cb1 adb sync cleanup. by Elliott Hughes · 11 years ago
  14. 939d000 adb: fix mkdirs / adb pull with relative paths, fix win32 issues by Spencer Low · 11 years ago
  15. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 11 years ago
  16. d189cfb More adb cleanup. by Elliott Hughes · 11 years ago
  17. 28d1f8d Write mkdirs in more idiomatic C++ style. by Alex Vallée · 11 years ago
  18. 24f9b08 Fix const-ness of strrchr callers. by Elliott Hughes · 11 years ago
  19. fe44751 Fix Win32 adb build. by Elliott Hughes · 11 years ago
  20. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 11 years ago
  21. 09ccf1f Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 11 years ago
  22. e916315 Move mkdirs to adb_utils. by Alex Vallée · 11 years ago
  23. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 11 years ago
  24. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 11 years ago
  25. de52ce2 Fix ' escaping in adb. by Elliott Hughes · 11 years ago
  26. 88b4c85 More adb buffer fixes. by Elliott Hughes · 11 years ago
  27. 6780a7b Merge "Use ' quoting to escape arguments." by Elliott Hughes · 11 years ago
  28. df5bb43 Fix the Windows adb build. by Elliott Hughes · 11 years ago
  29. 48db87f Use ' quoting to escape arguments. by Elliott Hughes · 11 years ago
  30. 7cf3575 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 11 years ago
  31. 3810445 Fix more buffer overruns. by Elliott Hughes · 11 years ago