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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
adb: Use a default _SC_GETPW_R_SIZE_MAX size
Robert Yang
2018-10-24
1
-0
/
+3
*
adb: don't use <error.h>.
Elliott Hughes
2018-10-22
1
-0
/
+30
*
adb: rationalize fatal/error logging.
Elliott Hughes
2018-10-19
1
-17
/
+5
*
adb: extract helper for dumping a packet header.
Josh Gao
2018-10-12
1
-0
/
+42
*
adb: static constexpr.
Elliott Hughes
2018-09-05
1
-2
/
+2
*
adb: move AdbCloser to its rightful place.
Josh Gao
2018-08-06
1
-4
/
+0
*
adb: fix escape_arg for multiple quotes
Ryan Prichard
2018-07-10
1
-9
/
+11
*
Indicate that a packet was truncated.
Dan Albert
2017-06-27
1
-1
/
+10
*
Give a clear error message if we can't start the server.
Elliott Hughes
2017-06-20
1
-0
/
+26
*
Fix various adb error reporting bugs.
Elliott Hughes
2017-04-18
1
-2
/
+2
*
adb: allow symlinks to directories in directory_exists.
Josh Gao
2017-03-23
1
-1
/
+1
*
Move adb_dirname and adb_basename to libbase
Colin Cross
2017-02-27
1
-49
/
+2
*
Don't print 168^W143 lines of help when someone makes a typo.
Elliott Hughes
2017-02-06
1
-0
/
+12
*
adb: kill adb_mutex_t, adb_cond_t.
Josh Gao
2016-09-21
1
-9
/
+8
*
adb: extract the adb-specific unique_fd out into its own header.
Josh Gao
2016-09-01
1
-0
/
+5
*
adb: add helper to get the ~/.android directory.
Josh Gao
2016-09-01
1
-7
/
+27
*
resolve merge conflicts of a9e2b99 to nyc-dev-plus-aosp
Yurii Zubrytskyi
2016-05-27
1
-0
/
+35
|
\
|
*
[adb] Issue the "auth" emulator command before any other one
Yurii Zubrytskyi
2016-05-26
1
-0
/
+36
|
*
adb: symlinks to dirs count as dirs for pull destination.
Josh Gao
2016-03-03
1
-1
/
+3
|
*
adb: don't emulate fdevent or socketpair on Windows.
Josh Gao
2016-02-22
1
-0
/
+1
|
*
adb: mkdirs fixes
Spencer Low
2016-02-22
1
-7
/
+7
*
|
adb: support forwarding TCP port 0.
David Pursell
2016-05-09
1
-0
/
+24
*
|
adb: symlinks to dirs count as dirs for pull destination.
Josh Gao
2016-03-02
1
-1
/
+3
*
|
adb: don't emulate fdevent or socketpair on Windows.
Josh Gao
2016-02-19
1
-0
/
+1
*
|
adb: mkdirs fixes
Spencer Low
2016-02-10
1
-7
/
+7
|
/
*
base: add network address parsing function from adb.
David Pursell
2016-01-21
1
-53
/
+0
*
Merge "adb: shell: add -n flag to not read from stdin."
Josh Gao
2015-12-10
1
-0
/
+19
|
\
|
*
adb: shell: add -n flag to not read from stdin.
Josh Gao
2015-12-10
1
-0
/
+19
*
|
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-3
/
+3
|
/
*
adb/base: minor compiler portability improvements
Spencer Low
2015-11-09
1
-5
/
+2
*
Merge changes I70c94c4b,Ifd8769ed
Josh Gao
2015-11-05
1
-6
/
+6
|
\
|
*
adb: make mkdirs/secure_mkdirs do what they say.
Josh Gao
2015-11-04
1
-6
/
+6
*
|
adb: make adb_basename match the POSIX behavior.
Josh Gao
2015-11-04
1
-5
/
+24
|
/
*
adb: keep file flags in fdevent_install.
Yabin Cui
2015-10-06
1
-0
/
+16
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-3
/
+3
*
adb: clean up debug tracing a little.
Yabin Cui
2015-09-02
1
-1
/
+1
*
adb sync cleanup.
Elliott Hughes
2015-08-24
1
-0
/
+4
*
adb: fix mkdirs / adb pull with relative paths, fix win32 issues
Spencer Low
2015-08-03
1
-24
/
+78
*
adb: win32: initial IPv6 support and improved Winsock error reporting
Spencer Low
2015-07-30
1
-22
/
+0
*
More adb cleanup.
Elliott Hughes
2015-07-30
1
-3
/
+26
*
Write mkdirs in more idiomatic C++ style.
Alex Vallée
2015-07-30
1
-16
/
+5
*
Fix const-ness of strrchr callers.
Elliott Hughes
2015-07-28
1
-5
/
+6
*
Fix Win32 adb build.
Elliott Hughes
2015-07-24
1
-2
/
+7
*
Report getaddrinfo failures correctly.
Elliott Hughes
2015-07-23
1
-0
/
+17
*
Recognize IPv6 addresses for "adb connect".
Elliott Hughes
2015-07-21
1
-0
/
+55
*
Move mkdirs to adb_utils.
Alex Vallée
2015-07-15
1
-0
/
+19
*
Revert "Turn on -Wformat-nonliteral."
Dan Albert
2015-07-09
1
-5
/
+0
*
Turn on -Wformat-nonliteral.
Dan Albert
2015-07-09
1
-0
/
+5
*
Fix ' escaping in adb.
Elliott Hughes
2015-05-15
1
-5
/
+10
*
More adb buffer fixes.
Elliott Hughes
2015-05-01
1
-0
/
+29
[next]