index
:
replicant/core
GNUtoo/history/14-07-2019
GNUtoo/history/devtmpfs-debug-wip
GNUtoo/lineage-16.0-base
GNUtoo/modem-i9300
master
replicant-9
Patches not merged yet, used for building and testing them
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
/
services.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use escape_arg in "adb backup".
Elliott Hughes
2015-04-17
1
-13
/
+4
*
Remove yet more fixed-length buffers (and their overruns).
Elliott Hughes
2015-04-17
1
-2
/
+2
*
Merge "Remove extern "C" barriers to using C++."
Elliott Hughes
2015-04-17
1
-2
/
+0
|
\
|
*
Remove extern "C" barriers to using C++.
Elliott Hughes
2015-04-17
1
-2
/
+0
*
|
Show $ADB_VENDOR_KEYS if authentication fails.
Elliott Hughes
2015-04-16
1
-4
/
+4
|
/
*
adb: Add option to reboot into sideload mode in recovery
Tao Bao
2015-03-31
1
-14
/
+56
*
File header cleanup.
Dan Albert
2015-03-19
1
-3
/
+4
*
Revert "Revert "adb: support /oem partition""
Elliott Hughes
2015-03-16
1
-0
/
+1
*
Move adb to C++.
Dan Albert
2015-03-09
1
-0
/
+690