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
*
adb: convert more stuff to unique_fd.
Josh Gao
2019-01-23
1
-18
/
+12
*
Combine tcp_connect and socket_spec_connect.
Cody Schuffelen
2019-01-17
1
-5
/
+4
*
adb: finish switching service creation to string_view.
Josh Gao
2018-12-21
1
-1
/
+1
*
adb: split daemon services out of service_to_fd.
Josh Gao
2018-07-25
1
-233
/
+4
*
adb: use adb's unique_fd instead of android::base.
Josh Gao
2018-07-25
1
-17
/
+15
*
adb: move remount_service.h into daemon.
Josh Gao
2018-07-25
1
-1
/
+1
*
adb: split shell_service.h into client/daemon/protocol parts.
Josh Gao
2018-07-25
1
-1
/
+1
*
adb: split file_sync_service.h into client and daemon parts.
Josh Gao
2018-07-25
1
-1
/
+1
*
adb: Modernize the service creation
Luis Hector Chavez
2018-07-18
1
-125
/
+110
*
[adb] Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-07-13
1
-4
/
+4
*
Revert "adb: detect some spin loops and abort."
Josh Gao
2018-06-22
1
-25
/
+0
*
adb: detect some spin loops and abort.
Josh Gao
2018-06-18
1
-0
/
+25
*
adb: add remount -R for deduplicated ext4
David Anderson
2018-05-31
1
-1
/
+3
*
adb: fix `adb reverse` when adbd has multiple transports.
Josh Gao
2018-04-13
1
-6
/
+5
*
Fix a memory leak
George Burgess IV
2018-02-19
1
-0
/
+1
*
adb: extract atransport's connection interface.
Josh Gao
2018-01-30
1
-8
/
+0
*
adbd: improve thread names.
Josh Gao
2017-09-28
1
-18
/
+21
*
adb: reboot: last boot command default
Mark Salyzyn
2017-09-12
1
-0
/
+1
*
adb: add track-devices-l service.
Josh Gao
2017-08-21
1
-1
/
+3
*
adb: allow selection of a specific transport.
Josh Gao
2017-08-21
1
-3
/
+6
*
Fix a potential memory leak
Ting-Yuan Huang
2017-08-15
1
-1
/
+7
*
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
[next]