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
/
services.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "adb: fix two device offline problems."
Treehugger Robot
2017-04-20
1
-1
/
+1
|
\
|
*
adb: fix two device offline problems.
Yabin Cui
2017-04-20
1
-1
/
+1
*
|
libcutils: compile with BOARD_VNDK_VERSION current
Steven Moreland
2017-04-17
1
-1
/
+1
|
/
*
adb: kill adb_thread_{create, join, detach, exit}.
Josh Gao
2017-04-12
1
-7
/
+3
*
Add mDNS device discovery for adb client
Casey Dahlin
2017-03-07
1
-39
/
+0
*
adb: Set max socket sizes to larger values.
Jerry Zhang
2017-02-13
1
-0
/
+9
*
adb: Fix the 'adb reboot sideload' for A/B devices.
Tao Bao
2017-01-05
1
-11
/
+7
*
adb: use __android_log_is_debuggable()
Mark Salyzyn
2016-10-14
1
-2
/
+3
*
Switch adb to <android-base/properties.h>.
Elliott Hughes
2016-09-26
1
-20
/
+9
*
adb: factor out socket specification.
Josh Gao
2016-08-25
1
-29
/
+6
*
Merge "adb: add reconnect command."
Yabin Cui
2016-04-16
1
-0
/
+9
|
\
|
*
adb: add reconnect command.
Yabin Cui
2016-04-05
1
-0
/
+9
*
|
adb: add support for 'wait-for-any'.
Josh Gao
2016-04-13
1
-1
/
+3
|
/
*
adb: use TCP keepalive.
David Pursell
2016-02-23
1
-0
/
+5
*
adb: detect when the client disconnects in wait-for-device.
Josh Gao
2016-02-19
1
-2
/
+12
*
adb: make adb_thread_func_t return void, add adb_thread_exit.
Josh Gao
2016-02-12
1
-3
/
+1
*
base: add network address parsing function from adb.
David Pursell
2016-01-21
1
-1
/
+2
*
WA: Fix adb wait-for-device command
Leo Sartre
2016-01-05
1
-2
/
+3
*
adb host: add device state in "adb wait-for-*"
Leo Sartre
2015-12-16
1
-28
/
+29
*
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-3
/
+3
*
Pass $TERM to the device.
Elliott Hughes
2015-11-16
1
-9
/
+11
*
adb: run reverse_service() in main thread.
Yabin Cui
2015-11-02
1
-17
/
+12
*
Fix adb -d/-e error reporting.
Elliott Hughes
2015-10-07
1
-10
/
+18
*
adb: put legacy shell: service back in.
David Pursell
2015-09-30
1
-17
/
+22
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-1
/
+1
*
adb: add -Tt options to `adb shell`.
David Pursell
2015-09-22
1
-9
/
+35
*
adb: implement shell protocol.
David Pursell
2015-09-11
1
-11
/
+12
*
adb: move shell service to a separate file.
David Pursell
2015-09-04
1
-222
/
+8
*
adb: clean up debug tracing a little.
Yabin Cui
2015-09-02
1
-19
/
+19
*
adb: set thread names (linux & mac)
Siva Velusamy
2015-08-31
1
-0
/
+1
*
adb sync cleanup.
Elliott Hughes
2015-08-24
1
-10
/
+6
*
adb: Fix PTY logic for non-interactive shells.
David Pursell
2015-08-12
1
-10
/
+34
*
Remove confusing variable HOST.
Yabin Cui
2015-08-11
1
-2
/
+2
*
adb: win32: initial IPv6 support and improved Winsock error reporting
Spencer Low
2015-07-30
1
-1
/
+2
*
Use _WIN32 rather than HAVE_WINSOCK.
Elliott Hughes
2015-07-29
1
-1
/
+1
*
Report getaddrinfo failures correctly.
Elliott Hughes
2015-07-23
1
-6
/
+10
*
"adb tcpip" should require a numeric argument.
Elliott Hughes
2015-07-21
1
-1
/
+1
*
Merge "Recognize IPv6 addresses for "adb connect"."
Elliott Hughes
2015-07-21
1
-20
/
+13
|
\
|
*
Recognize IPv6 addresses for "adb connect".
Elliott Hughes
2015-07-21
1
-20
/
+13
*
|
adb: logging: newlines, thread ids, error code overwriting
Spencer Low
2015-07-21
1
-2
/
+2
|
/
*
Improve the "device '(null)' not found" error.
Elliott Hughes
2015-06-24
1
-1
/
+1
*
adb: fix adb_close() vs. unix_close() usage
Spencer Low
2015-05-22
1
-8
/
+8
*
Make connection states a proper type.
Dan Albert
2015-05-18
1
-4
/
+4
*
Make pty raw in adb shell when non-interactive.
Dan Albert
2015-05-15
1
-27
/
+37
*
adb: Do not share memory between multiple thread
Alan Jeon
2015-05-11
1
-6
/
+8
*
Simplify adb_thread_create.
Elliott Hughes
2015-05-05
1
-4
/
+2
*
Give enum types CamelCase names for clarity.
Elliott Hughes
2015-05-05
1
-23
/
+16
*
Add WriteFdFmt and clean up more code.
Elliott Hughes
2015-05-01
1
-39
/
+16
*
More adb buffer fixes.
Elliott Hughes
2015-05-01
1
-75
/
+60
*
Add missing null checks after allocations.
Elliott Hughes
2015-04-21
1
-0
/
+4
[next]