index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
/
adb_utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move adb_dirname and adb_basename to libbase
Colin Cross
2017-02-27
1
-5
/
+0
*
Don't print 168^W143 lines of help when someone makes a typo.
Elliott Hughes
2017-02-06
1
-0
/
+2
*
adb: extract the adb-specific unique_fd out into its own header.
Josh Gao
2016-09-01
1
-10
/
+0
*
adb: add helper to get the ~/.android directory.
Josh Gao
2016-09-01
1
-4
/
+4
*
Kill adb's ScopedFd for unique_fd.
Elliott Hughes
2016-05-27
1
-39
/
+0
*
Kill load_file.
Elliott Hughes
2016-05-27
1
-0
/
+1
*
[adb] Issue the "auth" emulator command before any other one
Yurii Zubrytskyi
2016-05-27
1
-0
/
+6
*
adb/base: allow use of unique_fd inside adb.
Josh Gao
2016-05-14
1
-0
/
+9
*
adb: support forwarding TCP port 0.
David Pursell
2016-05-09
1
-0
/
+7
*
adb: make ScopedFd universally accessible and useful.
Josh Gao
2016-03-04
1
-0
/
+43
*
base: add network address parsing function from adb.
David Pursell
2016-01-21
1
-11
/
+0
*
adb: shell: add -n flag to not read from stdin.
Josh Gao
2015-12-10
1
-0
/
+2
*
adb: keep file flags in fdevent_install.
Yabin Cui
2015-10-06
1
-0
/
+2
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-1
/
+1
*
adb sync cleanup.
Elliott Hughes
2015-08-24
1
-0
/
+2
*
adb: fix mkdirs / adb pull with relative paths, fix win32 issues
Spencer Low
2015-08-03
1
-0
/
+4
*
adb: win32: initial IPv6 support and improved Winsock error reporting
Spencer Low
2015-07-30
1
-2
/
+0
*
More adb cleanup.
Elliott Hughes
2015-07-30
1
-0
/
+1
*
Write mkdirs in more idiomatic C++ style.
Alex Vallée
2015-07-30
1
-1
/
+1
*
Fix const-ness of strrchr callers.
Elliott Hughes
2015-07-28
1
-1
/
+1
*
Report getaddrinfo failures correctly.
Elliott Hughes
2015-07-23
1
-0
/
+2
*
Recognize IPv6 addresses for "adb connect".
Elliott Hughes
2015-07-21
1
-0
/
+11
*
Move mkdirs to adb_utils.
Alex Vallée
2015-07-15
1
-0
/
+2
*
Revert "Turn on -Wformat-nonliteral."
Dan Albert
2015-07-09
1
-1
/
+0
*
Turn on -Wformat-nonliteral.
Dan Albert
2015-07-09
1
-0
/
+1
*
More adb buffer fixes.
Elliott Hughes
2015-05-01
1
-0
/
+2
*
Remove yet more fixed-length buffers (and their overruns).
Elliott Hughes
2015-04-17
1
-0
/
+1
*
Fix more buffer overruns.
Elliott Hughes
2015-04-17
1
-0
/
+26