..
tests
adb: add "adb unroot" to restart adb in non-root mode
2015-02-18 12:37:11 -08:00
adb.c
Fix Windows adb build.
2015-02-19 11:36:53 -08:00
adb.h
Move adb_main to its own file.
2015-02-18 18:32:54 -08:00
adb_auth.c
Move adb_main to its own file.
2015-02-18 18:32:54 -08:00
adb_auth.h
Move adb_main to its own file.
2015-02-18 18:32:54 -08:00
adb_auth_client.c
fix for adbd pinning CPU
2014-09-25 21:51:15 -07:00
adb_auth_host.c
Verify token length before adb signs it
2015-01-27 17:19:35 +00:00
adb_client.c
Add more debug information.
2014-12-09 16:08:24 -08:00
adb_client.h
Add extern "C" to all the adb headers.
2015-02-18 00:21:16 -08:00
adb_listeners.c
Add missing <stdlib.h> to adb_listeners.c.
2015-02-24 12:37:13 -08:00
adb_listeners.h
Move the listener code into its own file.
2015-02-18 18:22:52 -08:00
adb_main.c
Merge "Document the behavior of props affecting adb root."
2015-02-19 20:33:31 +00:00
adb_trace.h
Add extern "C" to all the adb headers.
2015-02-18 00:21:16 -08:00
Android.mk
Fix Mac build.
2015-02-24 14:27:33 -08:00
commandline.c
adb: add "adb unroot" to restart adb in non-root mode
2015-02-18 12:37:11 -08:00
console.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
CPPLINT.cfg
Ignore another stupid lint warning.
2015-02-20 17:19:22 -08:00
fdevent.cpp
Begin moving code from adb to libadb.
2015-01-26 16:45:34 -08:00
fdevent.h
Begin moving code from adb to libadb.
2015-01-26 16:45:34 -08:00
file_sync_client.c
Add more logging message and dead code
2015-02-23 22:38:39 +00:00
file_sync_service.c
Clean up adb Win32 symlink #ifdefs.
2015-01-12 17:00:09 -08:00
file_sync_service.h
Add extern "C" to all the adb headers.
2015-02-18 00:21:16 -08:00
framebuffer_service.c
Merge "Fix deadlocks."
2014-12-03 18:38:05 +00:00
get_my_path_darwin.c
Remove explict use of ASCII encoding
2014-11-21 15:56:59 +00:00
get_my_path_linux.c
Make get_my_path() safer
2009-10-22 02:55:00 +11:00
get_my_path_windows.c
Make get_my_path() safer
2009-10-22 02:55:00 +11:00
jdwp_service.c
Add more debug information.
2014-12-09 16:08:24 -08:00
MODULE_LICENSE_APACHE2
eclair snapshot
2009-11-12 18:46:23 -08:00
mutex_list.h
adb: Cleanup dead code
2013-04-24 21:31:45 -07:00
NOTICE
eclair snapshot
2009-11-12 18:46:23 -08:00
OVERVIEW.TXT
Fixing spelling errors in adb docs
2010-04-28 11:38:39 -04:00
protocol.txt
adb: Add public key authentification
2012-08-23 00:20:06 -07:00
qemu_tracing.c
Move emulator tracing into its own file.
2015-02-18 17:21:17 -08:00
qemu_tracing.h
Move emulator tracing into its own file.
2015-02-18 17:21:17 -08:00
remount_service.c
Merge "Use getmntent when accessing /proc/mounts."
2015-01-06 17:41:40 +00:00
services.c
adb: add "adb unroot" to restart adb in non-root mode
2015-02-18 12:37:11 -08:00
SERVICES.TXT
adb: implement "adb reverse <local> <remote>"
2014-05-27 16:42:13 +02:00
set_verity_enable_state_service.c
Protect from eng vs userdebug build breaks.
2015-01-26 17:49:17 -08:00
sockets.c
Add more logging message and dead code
2015-02-23 22:38:39 +00:00
sockets.dia
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
SYNC.TXT
Adding documentation on the sync part of the adb protocol previously missing.
2014-03-20 20:36:46 +01:00
sysdeps.h
Add extern "C" to all the adb headers.
2015-02-18 00:21:16 -08:00
sysdeps_win32.c
adb: Win32: set socket buffer sizes properly
2015-01-26 21:56:26 -08:00
test_track_devices.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
test_track_jdwp.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
transport.c
adb: tracing: don't make strings if runtime tracing is disabled
2015-01-27 15:42:14 -08:00
transport.h
Move the listener code into its own file.
2015-02-18 18:22:52 -08:00
transport_local.c
Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.
2014-11-21 23:10:45 -08:00
transport_usb.c
Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.
2014-11-21 23:10:45 -08:00
usb_linux.c
Add more logging message and dead code
2015-02-23 22:38:39 +00:00
usb_linux_client.c
Fix the v2 descriptor handling.
2015-01-26 12:50:35 -08:00
usb_osx.c
Disable vendor id filtering for OS X.
2014-11-21 14:14:58 +00:00
usb_windows.c
Fix adb/fastboot windows compilations.
2014-12-09 16:03:29 -08:00