aboutsummaryrefslogtreecommitdiff
path: root/adb_utils_test.cpp
AgeCommit message (Expand)Author
2019-05-06Revert "Revert "Add a way to turn off unique_fd's operator int.""Josh Gao
2019-04-25Revert "Add a way to turn off unique_fd's operator int."Ian Kasprzak
2019-04-24Add a way to turn off unique_fd's operator int.Josh Gao
2019-02-25adb: make ParseUint reject garbage at the end by default.Josh Gao
2019-01-23adb: convert more stuff to unique_fd.Josh Gao
2018-12-26adb: add stroll equivalent for string_view.Josh Gao
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-07-10adb: fix escape_arg for multiple quotesRyan Prichard
2017-03-23adb: allow symlinks to directories in directory_exists.Josh Gao
2017-02-27Move adb_dirname and adb_basename to libbaseColin Cross
2016-08-01Merge changes I1d398d19,I8f20b3cdTreehugger Robot
2016-08-01adb: fix stat on Windows.Josh Gao
2016-08-01Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh
2016-07-28adb: extract Windows bits out of directory_exists test.Josh Gao
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-02-10adb: mkdirs fixesSpencer Low
2016-02-08adb: fix mkdirs test.Josh Gao
2016-01-21base: add network address parsing function from adb.David Pursell
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-04adb: make adb_basename match the POSIX behavior.Josh Gao
2015-10-06adb: keep file flags in fdevent_install.Yabin Cui
2015-08-06win32: adb_test/libbase_test fixesSpencer Low
2015-08-03adb: fix mkdirs / adb pull with relative paths, fix win32 issuesSpencer Low
2015-08-03adb_test/libbase_test: win32: get some tests workingSpencer Low
2015-07-30More adb cleanup.Elliott Hughes
2015-07-30Write mkdirs in more idiomatic C++ style.Alex Vallée
2015-07-21Recognize IPv6 addresses for "adb connect".Elliott Hughes
2015-05-15Fix ' escaping in adb.Elliott Hughes
2015-04-17Use ' quoting to escape arguments.Elliott Hughes
2015-04-17Fix more buffer overruns.Elliott Hughes