summaryrefslogtreecommitdiff
path: root/adb_utils.cpp
AgeCommit message (Expand)Author
2016-09-21adb: kill adb_mutex_t, adb_cond_t.Josh Gao
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-27resolve merge conflicts of a9e2b99 to nyc-dev-plus-aospYurii Zubrytskyi
2016-05-26[adb] Issue the "auth" emulator command before any other oneYurii Zubrytskyi
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-03-03adb: symlinks to dirs count as dirs for pull destination.Josh Gao
2016-03-02adb: symlinks to dirs count as dirs for pull destination.Josh Gao
2016-02-22adb: don't emulate fdevent or socketpair on Windows.Josh Gao
2016-02-22adb: mkdirs fixesSpencer Low
2016-02-19adb: don't emulate fdevent or socketpair on Windows.Josh Gao
2016-02-10adb: mkdirs fixesSpencer Low
2016-01-21base: add network address parsing function from adb.David Pursell
2015-12-10Merge "adb: shell: add -n flag to not read from stdin."Josh Gao
2015-12-10adb: shell: add -n flag to not read from stdin.Josh Gao
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-09adb/base: minor compiler portability improvementsSpencer Low
2015-11-05Merge changes I70c94c4b,Ifd8769edJosh Gao
2015-11-04adb: make mkdirs/secure_mkdirs do what they say.Josh Gao
2015-11-04adb: make adb_basename match the POSIX behavior.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-09-02adb: clean up debug tracing a little.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-24Fix Win32 adb build.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-15Fix ' escaping in adb.Elliott Hughes
2015-05-01More adb buffer fixes.Elliott Hughes
2015-04-21Merge "Use ' quoting to escape arguments."Elliott Hughes
2015-04-19Fix the Windows adb build.Elliott Hughes
2015-04-17Use ' quoting to escape arguments.Elliott Hughes
2015-04-17Remove yet more fixed-length buffers (and their overruns).Elliott Hughes
2015-04-17Fix more buffer overruns.Elliott Hughes