1. d3d6506 [adb] Use STL for ParseUInt() implementation by Yurii Zubrytskyi · 6 years ago
  2. 27241a7 Revert "Revert "Add a way to turn off unique_fd's operator int."" by Josh Gao · 6 years ago
  3. b4dc7be libbase: add ConsumePrefix/ConsumeSuffix. by Elliott Hughes · 6 years ago
  4. 2c58e19 Revert "Add a way to turn off unique_fd's operator int." by Ian Kasprzak · 6 years ago
  5. 93d63c0 Add a way to turn off unique_fd's operator int. by Josh Gao · 6 years ago
  6. ac8da2a adb: add helper to consume a prefix on a string_view. by Josh Gao · 6 years ago
  7. aeca208 adb: make ParseUint reject garbage at the end by default. by Josh Gao · 6 years ago
  8. 74ccdf9 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
  9. 3add0c4 adb: add stroll equivalent for string_view. by Josh Gao · 7 years ago
  10. e261541 adb: switch daemon_service_to_fd to string_view. by Josh Gao · 7 years ago
  11. d2aaede adb: don't use <error.h>. by Elliott Hughes · 7 years ago
  12. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  13. 99d3d70 adb: extract helper for dumping a packet header. by Josh Gao · 7 years ago
  14. a00f91b adb: syntax_error: add compile time format string checking by Spencer Low · 7 years ago
  15. 6eadee8 Give a clear error message if we can't start the server. by Elliott Hughes · 8 years ago
  16. 664a618 adb: don't hold queue lock while performing callbacks. by Josh Gao · 8 years ago
  17. 0b13c89 adb: reunregress waiting for device on start-server. by Josh Gao · 8 years ago
  18. 1fc8f6e Fix various adb error reporting bugs. by Elliott Hughes · 8 years ago
  19. 58021d1 Move adb_dirname and adb_basename to libbase by Colin Cross · 8 years ago
  20. 2ec36b0 Don't print 168^W143 lines of help when someone makes a typo. by Elliott Hughes · 9 years ago
  21. 924d35a adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 9 years ago
  22. e0b7502 adb: add helper to get the ~/.android directory. by Josh Gao · 9 years ago
  23. 2ce86e5 Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 9 years ago
  24. e8b663f Kill load_file. by Elliott Hughes · 9 years ago
  25. 376b275 [adb] Issue the "auth" emulator command before any other one by Yurii Zubrytskyi · 9 years ago
  26. 13ea01d adb/base: allow use of unique_fd inside adb. by Josh Gao · 9 years ago
  27. eaae97e adb: support forwarding TCP port 0. by David Pursell · 9 years ago
  28. f0d3b4f adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
  29. 706955f base: add network address parsing function from adb. by David Pursell · 10 years ago
  30. 7d58607 adb: shell: add -n flag to not read from stdin. by Josh Gao · 10 years ago
  31. 6dfef25 adb: keep file flags in fdevent_install. by Yabin Cui · 10 years ago
  32. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
  33. aa24549 adb sync cleanup. by Elliott Hughes · 10 years ago
  34. 22191c3 adb: fix mkdirs / adb pull with relative paths, fix win32 issues by Spencer Low · 10 years ago
  35. 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 10 years ago
  36. 5c74270 More adb cleanup. by Elliott Hughes · 10 years ago
  37. 47d67c9 Write mkdirs in more idiomatic C++ style. by Alex Vallée · 10 years ago
  38. 3e7048c Fix const-ness of strrchr callers. by Elliott Hughes · 10 years ago
  39. 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 10 years ago
  40. 3d5f60d Recognize IPv6 addresses for "adb connect". by Elliott Hughes · 10 years ago
  41. 1421614 Move mkdirs to adb_utils. by Alex Vallée · 10 years ago
  42. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 10 years ago
  43. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 10 years ago
  44. e67f1f8 More adb buffer fixes. by Elliott Hughes · 10 years ago
  45. a7090b9 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 10 years ago
  46. 5830577 Fix more buffer overruns. by Elliott Hughes · 10 years ago