summaryrefslogtreecommitdiffstats
path: root/adb/adb_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb/base: minor compiler portability improvementsSpencer Low2015-11-091-5/+2
* Merge changes I70c94c4b,Ifd8769edJosh Gao2015-11-051-6/+6
|\
| * adb: make mkdirs/secure_mkdirs do what they say.Josh Gao2015-11-041-6/+6
* | adb: make adb_basename match the POSIX behavior.Josh Gao2015-11-041-5/+24
|/
* adb: keep file flags in fdevent_install.Yabin Cui2015-10-061-0/+16
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-3/+3
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-1/+1
* adb sync cleanup.Elliott Hughes2015-08-241-0/+4
* adb: fix mkdirs / adb pull with relative paths, fix win32 issuesSpencer Low2015-08-031-24/+78
* adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low2015-07-301-22/+0
* More adb cleanup.Elliott Hughes2015-07-301-3/+26
* Write mkdirs in more idiomatic C++ style.Alex Vallée2015-07-301-16/+5
* Fix const-ness of strrchr callers.Elliott Hughes2015-07-281-5/+6
* Fix Win32 adb build.Elliott Hughes2015-07-241-2/+7
* Report getaddrinfo failures correctly.Elliott Hughes2015-07-231-0/+17
* Recognize IPv6 addresses for "adb connect".Elliott Hughes2015-07-211-0/+55
* Move mkdirs to adb_utils.Alex Vallée2015-07-151-0/+19
* Revert "Turn on -Wformat-nonliteral."Dan Albert2015-07-091-5/+0
* Turn on -Wformat-nonliteral.Dan Albert2015-07-091-0/+5
* Fix ' escaping in adb.Elliott Hughes2015-05-151-5/+10
* More adb buffer fixes.Elliott Hughes2015-05-011-0/+29
* Merge "Use ' quoting to escape arguments."Elliott Hughes2015-04-211-8/+7
|\
| * Use ' quoting to escape arguments.Elliott Hughes2015-04-171-8/+7
* | Fix the Windows adb build.Elliott Hughes2015-04-191-0/+2
|/
* Remove yet more fixed-length buffers (and their overruns).Elliott Hughes2015-04-171-0/+8
* Fix more buffer overruns.Elliott Hughes2015-04-171-0/+43