index
:
Project-1CE/system_core
25q2
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
adb
/
adb_utils_test.cpp
Age
Commit message (
Expand
)
Author
2020-10-22
Migrate system/core/adb to packages/modules/adb
Baligh Uddin
2019-05-06
Revert "Revert "Add a way to turn off unique_fd's operator int.""
Josh Gao
2019-04-25
Revert "Add a way to turn off unique_fd's operator int."
Ian Kasprzak
2019-04-24
Add a way to turn off unique_fd's operator int.
Josh Gao
2019-02-25
adb: make ParseUint reject garbage at the end by default.
Josh Gao
2019-01-23
adb: convert more stuff to unique_fd.
Josh Gao
2018-12-26
adb: add stroll equivalent for string_view.
Josh Gao
2018-11-14
switch to using android-base/file.h instead of android-base/test_utils.h
Mark Salyzyn
2018-07-10
adb: fix escape_arg for multiple quotes
Ryan Prichard
2017-03-23
adb: allow symlinks to directories in directory_exists.
Josh Gao
2017-02-27
Move adb_dirname and adb_basename to libbase
Colin Cross
2016-08-01
Merge changes I1d398d19,I8f20b3cd
Treehugger Robot
2016-08-01
adb: fix stat on Windows.
Josh Gao
2016-08-01
Fix clang-tidy performance warnings in syste/core.
Chih-Hung Hsieh
2016-07-28
adb: extract Windows bits out of directory_exists test.
Josh Gao
2016-05-09
adb: support forwarding TCP port 0.
David Pursell
2016-02-10
adb: mkdirs fixes
Spencer Low
2016-02-08
adb: fix mkdirs test.
Josh Gao
2016-01-21
base: add network address parsing function from adb.
David Pursell
2015-12-04
Track rename of base/ to android-base/.
Elliott Hughes
2015-11-04
adb: make adb_basename match the POSIX behavior.
Josh Gao
2015-10-06
adb: keep file flags in fdevent_install.
Yabin Cui
2015-08-06
win32: adb_test/libbase_test fixes
Spencer Low
2015-08-03
adb: fix mkdirs / adb pull with relative paths, fix win32 issues
Spencer Low
2015-08-03
adb_test/libbase_test: win32: get some tests working
Spencer Low
2015-07-30
More adb cleanup.
Elliott Hughes
2015-07-30
Write mkdirs in more idiomatic C++ style.
Alex Vallée
2015-07-21
Recognize IPv6 addresses for "adb connect".
Elliott Hughes
2015-05-15
Fix ' escaping in adb.
Elliott Hughes
2015-04-17
Use ' quoting to escape arguments.
Elliott Hughes
2015-04-17
Fix more buffer overruns.
Elliott Hughes