android_system_core/adb
Josh Gao efee71c2de Merge "adb: parse tcp socket specs with base::ParseNetAddress." 2016-09-21 20:26:36 +00:00
..
client adb: allow use of arbitrary socket specs for command socket. 2016-09-01 15:49:06 -07:00
daemon Use arraysize() for supplementary groups. 2016-07-18 13:46:42 -04:00
sysdeps Use <condition_variable> and <mutex.h> from MinGW 2016-09-06 13:49:07 -07:00
.clang-format
Android.mk adb: parse tcp socket specs with base::ParseNetAddress. 2016-09-20 13:55:43 -07:00
CPPLINT.cfg
MODULE_LICENSE_APACHE2
NOTICE
OVERVIEW.TXT
SERVICES.TXT
SYNC.TXT
adb.cpp adb: allow use of arbitrary socket specs for command socket. 2016-09-01 15:49:06 -07:00
adb.h adb: allow use of arbitrary socket specs for command socket. 2016-09-01 15:49:06 -07:00
adb_auth.cpp adb: fix public key authorization. 2016-08-22 12:58:38 -07:00
adb_auth.h adb: add support for vendor key directories. 2016-08-19 17:32:50 -07:00
adb_auth_client.cpp adb: remove unnecessary addr arguments to accept. 2016-08-24 13:06:06 -07:00
adb_auth_host.cpp Use <condition_variable> and <mutex.h> from MinGW 2016-09-06 13:49:07 -07:00
adb_client.cpp Fix adb. 2016-09-01 20:48:45 -07:00
adb_client.h adb: allow use of arbitrary socket specs for command socket. 2016-09-01 15:49:06 -07:00
adb_io.cpp
adb_io.h
adb_io_test.cpp
adb_listeners.cpp adb: factor out socket specification. 2016-08-25 17:12:26 -07:00
adb_listeners.h
adb_listeners_test.cpp
adb_trace.cpp
adb_trace.h
adb_unique_fd.h adb: extract the adb-specific unique_fd out into its own header. 2016-09-01 15:49:06 -07:00
adb_utils.cpp adb: extract the adb-specific unique_fd out into its own header. 2016-09-01 15:49:06 -07:00
adb_utils.h adb: extract the adb-specific unique_fd out into its own header. 2016-09-01 15:49:06 -07:00
adb_utils_test.cpp Merge changes I1d398d19,I8f20b3cd 2016-08-01 21:54:00 +00:00
bugreport.cpp DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. 2016-08-30 13:06:37 -07:00
bugreport.h DO NOT MERGE: Removed extra 'pulling file' message. 2016-08-30 13:06:30 -07:00
bugreport_test.cpp DO NOT MERGE: Split 'generating' and 'pulling' in 2 messages. 2016-08-30 13:06:37 -07:00
commandline.cpp Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT 2016-09-16 17:13:48 -07:00
commandline.h DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. 2016-08-30 13:06:26 -07:00
console.cpp adb: add helper to get the ~/.android directory. 2016-09-01 15:43:22 -07:00
diagnose_usb.cpp
diagnose_usb.h
fdevent.cpp
fdevent.h
fdevent_test.cpp
fdevent_test.h
file_sync_client.cpp adb: let `adb push` follow symlinks. 2016-09-14 17:08:22 -07:00
file_sync_service.cpp Set file capabilities on adb sync/push. 2016-06-08 09:16:28 -07:00
file_sync_service.h
framebuffer_service.cpp
jdwp_service.cpp adb: extract the adb-specific unique_fd out into its own header. 2016-09-01 15:49:06 -07:00
line_printer.cpp adb: add missing newline when printing transfer rate. 2016-08-04 14:56:53 -07:00
line_printer.h
mutex_list.h
protocol.txt Precise command constants on adb/protoxol.txt 2016-08-30 01:30:12 +02:00
remount_service.cpp
remount_service.h
security_log_tags.h
services.cpp adb: factor out socket specification. 2016-08-25 17:12:26 -07:00
services.h
set_verity_enable_state_service.cpp
shell_service.cpp base: rename unique_fd::clear() to unique_fd::reset(). 2016-09-19 11:24:58 -07:00
shell_service.h
shell_service_protocol.cpp
shell_service_protocol_test.cpp
shell_service_test.cpp
socket.h
socket_spec.cpp adb: parse tcp socket specs with base::ParseNetAddress. 2016-09-20 13:55:43 -07:00
socket_spec.h adb: parse tcp socket specs with base::ParseNetAddress. 2016-09-20 13:55:43 -07:00
socket_spec_test.cpp adb: parse tcp socket specs with base::ParseNetAddress. 2016-09-20 13:55:43 -07:00
socket_test.cpp Most accept/accept4 calls in system/core don't actually want the remote address. 2016-08-23 12:50:00 -07:00
sockets.cpp Use <condition_variable> and <mutex.h> from MinGW 2016-09-06 13:49:07 -07:00
sockets.dia
sysdeps.h adb: factor out socket specification. 2016-08-25 17:12:26 -07:00
sysdeps_test.cpp Use <condition_variable> and <mutex.h> from MinGW 2016-09-06 13:49:07 -07:00
sysdeps_unix.cpp
sysdeps_win32.cpp adb: check our socketpair ends in our win32 emulation. 2016-08-24 13:06:06 -07:00
sysdeps_win32_test.cpp
test_adb.py libcutils: try all addresses in socket_network_client_timeout. 2016-09-01 15:56:58 -07:00
test_device.py adb: let `adb push` follow symlinks. 2016-09-14 17:08:22 -07:00
transport.cpp Merge changes I9761298a,I8d3312b2 2016-08-22 21:38:53 +00:00
transport.h adb: add support for vendor key directories. 2016-08-19 17:32:50 -07:00
transport_local.cpp Use <condition_variable> and <mutex.h> from MinGW 2016-09-06 13:49:07 -07:00
transport_test.cpp
transport_usb.cpp
usb_linux.cpp
usb_linux_client.cpp Revert "adb: close ep0 on disconnection." 2016-06-02 17:30:43 -07:00
usb_osx.cpp
usb_windows.cpp