1. 79fe9ab Allow overriding the log path. by Elliott Hughes · 4 years, 10 months ago
  2. 90228a6 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 5 years ago
  3. dfdf916 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 5 years ago
  4. 6bc7700 Add a way to turn off unique_fd's operator int. by Josh Gao · 5 years ago
  5. e2f3234 adb: Avoid extra std::string copies by Greg Kaiser · 5 years ago
  6. 114cf99 adb: Use a default _SC_GETPW_R_SIZE_MAX size by Robert Yang · 6 years ago
  7. 0119a91 adb: don't use <error.h>. by Elliott Hughes · 6 years ago
  8. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  9. 7d13c59 adb: extract helper for dumping a packet header. by Josh Gao · 6 years ago
  10. c3462f4 adb: static constexpr. by Elliott Hughes · 6 years ago
  11. 028e97e adb: move AdbCloser to its rightful place. by Josh Gao · 6 years ago
  12. 934d4b1 adb: fix escape_arg for multiple quotes by Ryan Prichard · 6 years ago
  13. fc45f28 Indicate that a packet was truncated. by Dan Albert · 7 years ago
  14. cd61ae3 Give a clear error message if we can't start the server. by Elliott Hughes · 7 years ago
  15. 65bc227 Fix various adb error reporting bugs. by Elliott Hughes · 7 years ago
  16. a0e185b adb: allow symlinks to directories in directory_exists. by Josh Gao · 7 years ago
  17. e679407 Move adb_dirname and adb_basename to libbase by Colin Cross · 7 years ago
  18. 97e74bb Don't print 168^W143 lines of help when someone makes a typo. by Elliott Hughes · 7 years ago
  19. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  20. ea7457b adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 8 years ago
  21. 62ff9d4 adb: add helper to get the ~/.android directory. by Josh Gao · 8 years ago
  22. cc3a895 resolve merge conflicts of c0889ab to nyc-dev-plus-aosp by Yurii Zubrytskyi · 8 years ago
  23. c0889ab [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 8 years ago
  24. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  25. c446744 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 8 years ago
  26. 49726bc adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 8 years ago
  27. f2b8123 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  28. 9a9827f adb: mkdirs fixes by Spencer Low · 8 years ago
  29. e738812 adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 8 years ago
  30. 1ec9ceb adb: mkdirs fixes by Spencer Low · 8 years ago
  31. a17d272 base: add network address parsing function from adb. by David Pursell · 8 years ago
  32. 232d25d Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 8 years ago
  33. 1eef478 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  34. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  35. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  36. 1d3983b Merge changes I70c94c4b,Ifd8769ed by Josh Gao · 9 years ago
  37. fe1a612 adb: make mkdirs/secure_mkdirs do what they say. by Josh Gao · 9 years ago
  38. f462e0b adb: make adb_basename match the POSIX behavior. by Josh Gao · 9 years ago
  39. 5fc2231 adb: keep file flags in fdevent_install. by Yabin Cui · 9 years ago
  40. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  41. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  42. b628cb1 adb sync cleanup. by Elliott Hughes · 9 years ago
  43. 939d000 adb: fix mkdirs / adb pull with relative paths, fix win32 issues by Spencer Low · 9 years ago
  44. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  45. d189cfb More adb cleanup. by Elliott Hughes · 9 years ago
  46. 28d1f8d Write mkdirs in more idiomatic C++ style. by Alex Vallée · 9 years ago
  47. 24f9b08 Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
  48. fe44751 Fix Win32 adb build. by Elliott Hughes · 9 years ago
  49. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  50. 09ccf1f Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 9 years ago
  51. e916315 Move mkdirs to adb_utils. by Alex Vallée · 9 years ago
  52. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  53. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  54. de52ce2 Fix ' escaping in adb. by Elliott Hughes · 9 years ago
  55. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  56. 6780a7b Merge "Use ' quoting to escape arguments." by Elliott Hughes · 9 years ago
  57. df5bb43 Fix the Windows adb build. by Elliott Hughes · 9 years ago
  58. 48db87f Use ' quoting to escape arguments. by Elliott Hughes · 9 years ago
  59. 7cf3575 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 9 years ago
  60. 3810445 Fix more buffer overruns. by Elliott Hughes · 9 years ago