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_auth_host.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop writing NUL bytes in adbkey.pub.
Elliott Hughes
2017-05-02
1
-5
/
+6
*
adb: check for and report inotify_init1 failure.
Josh Gao
2017-01-20
1
-0
/
+6
*
adb: don't require adb keys to be named "*.adb_key".
Josh Gao
2016-12-14
1
-6
/
+6
*
adb: rationalize types.
Josh Gao
2016-10-06
1
-3
/
+4
*
adb: split up adb_auth.cpp.
Josh Gao
2016-10-06
1
-0
/
+50
*
Use <condition_variable> and <mutex.h> from MinGW
Pirama Arumuga Nainar
2016-09-06
1
-1
/
+0
*
adb: add helper to get the ~/.android directory.
Josh Gao
2016-09-01
1
-15
/
+1
*
adb: add support for vendor key directories.
Josh Gao
2016-08-19
1
-26
/
+181
*
Clean up key handling in adb.
Elliott Hughes
2016-08-11
1
-119
/
+87
*
Address old review comments in adb_auth_host.cpp.
Elliott Hughes
2016-06-22
1
-88
/
+29
*
Kill load_file.
Elliott Hughes
2016-05-27
1
-24
/
+7
*
[adb] Followup CL to clean up adb_auth_host.cpp
Yurii Zubrytskyi
2016-05-27
1
-18
/
+11
*
[adb] Issue the "auth" emulator command before any other one
Yurii Zubrytskyi
2016-05-27
1
-34
/
+8
*
Switch fs_mgr and adb to libcrypto_utils.
Mattias Nissler
2016-04-12
1
-78
/
+27
*
base: add SystemErrorCodeToString() function.
David Pursell
2016-02-01
1
-2
/
+2
*
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-1
/
+1
*
adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()
Spencer Low
2015-11-12
1
-1
/
+3
*
Use const auto&/auto&& in adb.
Elliott Hughes
2015-10-07
1
-1
/
+1
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-2
/
+1
*
adb: clean up debug tracing a little.
Yabin Cui
2015-09-02
1
-29
/
+29
*
adb: win32: call SystemErrorCodeToString() from more places
Spencer Low
2015-08-02
1
-1
/
+4
*
adb: win32: Unicode path names, env vars, some console support
Spencer Low
2015-07-31
1
-3
/
+7
*
Increase size of the the adb packets sent over the wire
Tamas Berghammer
2015-07-22
1
-1
/
+1
*
adb: logging: newlines, thread ids, error code overwriting
Spencer Low
2015-07-21
1
-6
/
+6
*
Revert "Turn on -Wformat-nonliteral."
Dan Albert
2015-07-09
1
-36
/
+40
*
Turn on -Wformat-nonliteral.
Dan Albert
2015-07-09
1
-40
/
+36
*
adb: fix adb_close() vs. unix_close() usage
Spencer Low
2015-05-22
1
-0
/
+3
*
adb / libbase: clean up NOGDI and evil ERROR macro
Spencer Low
2015-05-20
1
-5
/
+0
*
adb: win32: fix key files reading/writing
Spencer Low
2015-05-07
1
-3
/
+3
*
adb: win32: fix adb emu command
Spencer Low
2015-05-06
1
-0
/
+5
*
Remove strtok from adb.
Elliott Hughes
2015-04-27
1
-41
/
+21
*
File header cleanup.
Dan Albert
2015-03-19
1
-6
/
+6
*
Move adb to C++.
Dan Albert
2015-03-09
1
-0
/
+484