summaryrefslogtreecommitdiffstats
path: root/adb/adb_utils_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* adb: convert more stuff to unique_fd.Josh Gao2019-01-231-11/+10
* adb: add stroll equivalent for string_view.Josh Gao2018-12-261-0/+45
* switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn2018-11-141-1/+1
* adb: fix escape_arg for multiple quotesRyan Prichard2018-07-101-24/+32
* adb: allow symlinks to directories in directory_exists.Josh Gao2017-03-231-1/+0
* Move adb_dirname and adb_basename to libbaseColin Cross2017-02-271-12/+0
* Merge changes I1d398d19,I8f20b3cdTreehugger Robot2016-08-011-13/+29
|\
| * adb: fix stat on Windows.Josh Gao2016-08-011-4/+10
| * adb: extract Windows bits out of directory_exists test.Josh Gao2016-07-281-9/+19
* | Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-011-1/+1
|/
* adb: support forwarding TCP port 0.David Pursell2016-05-091-0/+21
* adb: mkdirs fixesSpencer Low2016-02-101-5/+11
* adb: fix mkdirs test.Josh Gao2016-02-081-1/+1
* base: add network address parsing function from adb.David Pursell2016-01-211-82/+0
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-2/+2
* adb: make adb_basename match the POSIX behavior.Josh Gao2015-11-041-0/+7
* adb: keep file flags in fdevent_install.Yabin Cui2015-10-061-0/+16
* win32: adb_test/libbase_test fixesSpencer Low2015-08-061-1/+1
* adb: fix mkdirs / adb pull with relative paths, fix win32 issuesSpencer Low2015-08-031-4/+13
* adb_test/libbase_test: win32: get some tests workingSpencer Low2015-08-031-0/+41
* More adb cleanup.Elliott Hughes2015-07-301-4/+9
* Write mkdirs in more idiomatic C++ style.Alex Vallée2015-07-301-0/+15
* Recognize IPv6 addresses for "adb connect".Elliott Hughes2015-07-211-0/+82
* Fix ' escaping in adb.Elliott Hughes2015-05-151-3/+3
* Use ' quoting to escape arguments.Elliott Hughes2015-04-171-24/+24
* Fix more buffer overruns.Elliott Hughes2015-04-171-0/+52