1. 27241a7 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 6 years ago
  2. 2c58e19 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
  3. 93d63c0 Add a way to turn off unique_fd's operator int. by Josh Gao · 6 years ago
  4. e2125fd adb: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  5. 88c997d adb: Use a default _SC_GETPW_R_SIZE_MAX size by Robert Yang · 7 years ago
  6. d2aaede adb: don't use <error.h>. by Elliott Hughes · 7 years ago
  7. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  8. 99d3d70 adb: extract helper for dumping a packet header. by Josh Gao · 7 years ago
  9. 86ab9ff adb: static constexpr. by Elliott Hughes · 7 years ago
  10. 9d100f1 adb: move AdbCloser to its rightful place. by Josh Gao · 7 years ago
  11. e4fded2 adb: fix escape_arg for multiple quotes by Ryan Prichard · 7 years ago
  12. 9893f93 Indicate that a packet was truncated. by Dan Albert · 8 years ago
  13. 6eadee8 Give a clear error message if we can't start the server. by Elliott Hughes · 8 years ago
  14. 1fc8f6e Fix various adb error reporting bugs. by Elliott Hughes · 8 years ago
  15. ff468dc adb: allow symlinks to directories in directory_exists. by Josh Gao · 8 years ago
  16. 58021d1 Move adb_dirname and adb_basename to libbase by Colin Cross · 8 years ago
  17. 2ec36b0 Don't print 168^W143 lines of help when someone makes a typo. by Elliott Hughes · 8 years ago
  18. 0cd3ae1 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 9 years ago
  19. 924d35a adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 9 years ago
  20. e0b7502 adb: add helper to get the ~/.android directory. by Josh Gao · 9 years ago
  21. f48adf6 resolve merge conflicts of a9e2b99 to nyc-dev-plus-aosp by Yurii Zubrytskyi · 9 years ago
  22. a9e2b99 [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 9 years ago
  23. eaae97e adb: support forwarding TCP port 0. by David Pursell · 9 years ago
  24. 74e0fe7 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
  25. 1e611a3 adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 9 years ago
  26. addab3d adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
  27. a1071c6 adb: mkdirs fixes by Spencer Low · 9 years ago
  28. 3777d2e adb: don't emulate fdevent or socketpair on Windows. by Josh Gao · 9 years ago
  29. 85c45bd adb: mkdirs fixes by Spencer Low · 9 years ago
  30. 706955f base: add network address parsing function from adb. by David Pursell · 9 years ago
  31. aae38d9 Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  32. 7d58607 adb: shell: add -n flag to not read from stdin. by Josh Gao · 10 years ago
  33. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  34. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 10 years ago
  35. 11d18f1 Merge changes I70c94c4b,Ifd8769ed by Josh Gao · 10 years ago
  36. 45b6fc8 adb: make mkdirs/secure_mkdirs do what they say. by Josh Gao · 10 years ago
  37. 787f344 adb: make adb_basename match the POSIX behavior. by Josh Gao · 10 years ago
  38. 6dfef25 adb: keep file flags in fdevent_install. by Yabin Cui · 10 years ago
  39. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
  40. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
  41. aa24549 adb sync cleanup. by Elliott Hughes · 10 years ago
  42. 22191c3 adb: fix mkdirs / adb pull with relative paths, fix win32 issues by Spencer Low · 10 years ago
  43. 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 10 years ago
  44. 5c74270 More adb cleanup. by Elliott Hughes · 10 years ago
  45. 47d67c9 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago
  46. 3e7048c Fix const-ness of strrchr callers. by Elliott Hughes · 10 years ago
  47. d48dbd8 Fix Win32 adb build. by Elliott Hughes · 10 years ago
  48. 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 10 years ago
  49. 3d5f60d Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 10 years ago
  50. 1421614 Move mkdirs to adb_utils. by Alex Vallée · 10 years ago
  51. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 10 years ago
  52. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 10 years ago
  53. 84b0bf2 Fix ' escaping in adb. by Elliott Hughes · 10 years ago
  54. e67f1f8 More adb buffer fixes. by Elliott Hughes · 10 years ago
  55. 14b6573 Merge "Use ' quoting to escape arguments." by Elliott Hughes · 10 years ago
  56. 53daee6 Fix the Windows adb build. by Elliott Hughes · 10 years ago
  57. 5498ade Use ' quoting to escape arguments. by Elliott Hughes · 10 years ago
  58. a7090b9 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 10 years ago
  59. 5830577 Fix more buffer overruns. by Elliott Hughes · 10 years ago