Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
3ffb4ab82ad441826517671243b17583912932d2
/
adb
/
services.cpp
d19b77a
adb: finish switching service creation to string_view.
by Josh Gao
· 6 years ago
997cfac
adb: split daemon services out of service_to_fd.
by Josh Gao
· 6 years ago
73a5ee4
adb: use adb's unique_fd instead of android::base.
by Josh Gao
· 6 years ago
2deb787
adb: move remount_service.h into daemon.
by Josh Gao
· 6 years ago
86acb86
adb: split shell_service.h into client/daemon/protocol parts.
by Josh Gao
· 6 years ago
edec033
adb: split file_sync_service.h into client and daemon parts.
by Josh Gao
· 6 years ago
095792c
adb: Modernize the service creation
by Luis Hector Chavez
· 6 years ago
aed415c
[adb] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 6 years ago
04b9ca8
Revert "adb: detect some spin loops and abort."
by Josh Gao
· 6 years ago
3bbc816
adb: detect some spin loops and abort.
by Josh Gao
· 6 years ago
07445f4
adb: add remount -R for deduplicated ext4
by David Anderson
· 7 years ago
44899ee
adb: fix `adb reverse` when adbd has multiple transports.
by Josh Gao
· 7 years ago
cb2449f
Fix a memory leak
by George Burgess IV
· 7 years ago
b800d88
adb: extract atransport's connection interface.
by Josh Gao
· 7 years ago
bcadc77
adbd: improve thread names.
by Josh Gao
· 7 years ago
277eca1
adb: reboot: last boot command default
by Mark Salyzyn
· 7 years ago
b0c1802
adb: add track-devices-l service.
by Josh Gao
· 7 years ago
b122b17
adb: allow selection of a specific transport.
by Josh Gao
· 7 years ago
f26cf6d
Fix a potential memory leak
by Ting-Yuan Huang
· 7 years ago
2e82107
Merge "adb: fix two device offline problems."
by Treehugger Robot
· 8 years ago
b5e1141
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
d73be1b
libcutils: compile with BOARD_VNDK_VERSION current
by Steven Moreland
· 8 years ago
e1dacfc
adb: kill adb_thread_{create, join, detach, exit}.
by Josh Gao
· 8 years ago
13a269e
Add mDNS device discovery for adb client
by Casey Dahlin
· 8 years ago
2f8c60b
adb: Set max socket sizes to larger values.
by Jerry Zhang
· 8 years ago
40e0ec9
adb: Fix the 'adb reboot sideload' for A/B devices.
by Tao Bao
· 8 years ago
97787a0
adb: use __android_log_is_debuggable()
by Mark Salyzyn
· 9 years ago
ffdec18
Switch adb to <android-base/properties.h>.
by Elliott Hughes
· 8 years ago
cfb2141
adb: factor out socket specification.
by Josh Gao
· 8 years ago
643bc36
Merge "adb: add reconnect command."
by Yabin Cui
· 9 years ago
86441c3
adb: add support for 'wait-for-any'.
by Josh Gao
· 9 years ago
1f4ec19
adb: add reconnect command.
by Yabin Cui
· 9 years ago
bfd9503
adb: use TCP keepalive.
by David Pursell
· 9 years ago
0985547
adb: detect when the client disconnects in wait-for-device.
by Josh Gao
· 9 years ago
b5fea14
adb: make adb_thread_func_t return void, add adb_thread_exit.
by Josh Gao
· 9 years ago
706955f
base: add network address parsing function from adb.
by David Pursell
· 9 years ago
94e0776
WA: Fix adb wait-for-device command
by Leo Sartre
· 9 years ago
1fbc9db
adb host: add device state in "adb wait-for-*"
by Leo Sartre
· 9 years ago
4f71319
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
18ddf5c
Pass $TERM to the device.
by Elliott Hughes
· 9 years ago
fbfa840
adb: run reverse_service() in main thread.
by Yabin Cui
· 9 years ago
8d28e19
Fix adb -d/-e error reporting.
by Elliott Hughes
· 9 years ago
70ef7b4
adb: put legacy shell: service back in.
by David Pursell
· 9 years ago
aed3c61
Adb: use VLOG() to replace D() for verbose logging.
by Yabin Cui
· 9 years ago
4e2fd36
adb: add -Tt options to `adb shell`.
by David Pursell
· 9 years ago
0955c66
adb: implement shell protocol.
by David Pursell
· 9 years ago
80f6702
adb: move shell service to a separate file.
by David Pursell
· 9 years ago
7a3f8d6
adb: clean up debug tracing a little.
by Yabin Cui
· 9 years ago
49ee7cf
adb: set thread names (linux & mac)
by Siva Velusamy
· 9 years ago
aa24549
adb sync cleanup.
by Elliott Hughes
· 9 years ago
d4093f1
adb: Fix PTY logic for non-interactive shells.
by David Pursell
· 9 years ago
661327e
Remove confusing variable HOST.
by Yabin Cui
· 9 years ago
5200c66
adb: win32: initial IPv6 support and improved Winsock error reporting
by Spencer Low
· 9 years ago
adbf442
Use _WIN32 rather than HAVE_WINSOCK.
by Elliott Hughes
· 9 years ago
381cfa9
Report getaddrinfo failures correctly.
by Elliott Hughes
· 9 years ago
19d80b8
"adb tcpip" should require a numeric argument.
by Elliott Hughes
· 9 years ago
3bcdaa2
Merge "Recognize IPv6 addresses for "adb connect"."
by Elliott Hughes
· 9 years ago
3d5f60d
Recognize IPv6 addresses for "adb connect".
by Elliott Hughes
· 9 years ago
8d8126a
adb: logging: newlines, thread ids, error code overwriting
by Spencer Low
· 9 years ago
e2d3677
Improve the "device '(null)' not found" error.
by Elliott Hughes
· 9 years ago
6ac5d7d
adb: fix adb_close() vs. unix_close() usage
by Spencer Low
· 9 years ago
dcd78a1
Make connection states a proper type.
by Dan Albert
· 10 years ago
569a130
Make pty raw in adb shell when non-interactive.
by Dan Albert
· 10 years ago
4af3c40
adb: Do not share memory between multiple thread
by Alan Jeon
· 10 years ago
9b0f354
Simplify adb_thread_create.
by Elliott Hughes
· 10 years ago
3bd73c1
Give enum types CamelCase names for clarity.
by Elliott Hughes
· 10 years ago
ab52c18
Add WriteFdFmt and clean up more code.
by Elliott Hughes
· 10 years ago
e67f1f8
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
dc3b459
Add missing null checks after allocations.
by Elliott Hughes
· 10 years ago
6c34bba
Use escape_arg in "adb backup".
by Elliott Hughes
· 10 years ago
a7090b9
Remove yet more fixed-length buffers (and their overruns).
by Elliott Hughes
· 10 years ago
0b8ecb3
Merge "Remove extern "C" barriers to using C++."
by Elliott Hughes
· 10 years ago
2d4121c
Remove extern "C" barriers to using C++.
by Elliott Hughes
· 10 years ago
7be29c8
Show $ADB_VENDOR_KEYS if authentication fails.
by Elliott Hughes
· 10 years ago
175b7bb
adb: Add option to reboot into sideload mode in recovery
by Tao Bao
· 10 years ago
3313426
File header cleanup.
by Dan Albert
· 10 years ago
ec7a667
Revert "Revert "adb: support /oem partition""
by Elliott Hughes
· 10 years ago
bac3474
Move adb to C++.
by Dan Albert
· 10 years ago
[Renamed (96%) from adb/services.c]
9b1fd96
Merge "Fix a writex transcription error."
by Dan Albert
· 10 years ago