summaryrefslogtreecommitdiff
path: root/adb_utils.h
AgeCommit message (Expand)Author
2016-09-01adb: extract the adb-specific unique_fd out into its own header.Josh Gao
2016-09-01adb: add helper to get the ~/.android directory.Josh Gao
2016-05-27Kill adb's ScopedFd for unique_fd.Elliott Hughes
2016-05-27Kill load_file.Elliott Hughes
2016-05-27[adb] Issue the "auth" emulator command before any other oneYurii Zubrytskyi
2016-05-14adb/base: allow use of unique_fd inside adb.Josh Gao
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-03-04adb: make ScopedFd universally accessible and useful.Josh Gao
2016-01-21base: add network address parsing function from adb.David Pursell
2015-12-10adb: shell: add -n flag to not read from stdin.Josh Gao
2015-10-06adb: keep file flags in fdevent_install.Yabin Cui
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-08-24adb sync cleanup.Elliott Hughes
2015-08-03adb: fix mkdirs / adb pull with relative paths, fix win32 issuesSpencer Low
2015-07-30adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low
2015-07-30More adb cleanup.Elliott Hughes
2015-07-30Write mkdirs in more idiomatic C++ style.Alex Vallée
2015-07-28Fix const-ness of strrchr callers.Elliott Hughes
2015-07-23Report getaddrinfo failures correctly.Elliott Hughes
2015-07-21Recognize IPv6 addresses for "adb connect".Elliott Hughes
2015-07-15Move mkdirs to adb_utils.Alex Vallée
2015-07-09Revert "Turn on -Wformat-nonliteral."Dan Albert
2015-07-09Turn on -Wformat-nonliteral.Dan Albert
2015-05-01More adb buffer fixes.Elliott Hughes
2015-04-17Remove yet more fixed-length buffers (and their overruns).Elliott Hughes
2015-04-17Fix more buffer overruns.Elliott Hughes