Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
4ccaf1aa8e511c45dd3c58936a8947843d47434b
/
adb
6b0ce80
Merge "Lose adb.c and sockets.c to libadb."
by Dan Albert
· 10 years ago
27c10bd
Lose adb.c and sockets.c to libadb.
by Dan Albert
· 10 years ago
9f46045
Merge "Document the behavior of props affecting adb root."
by Dan Albert
· 10 years ago
b3ebcc6
Document the behavior of props affecting adb root.
by Dan Albert
· 10 years ago
53840b1
Fix Windows adb build.
by Dan Albert
· 10 years ago
991e974
Move adb_main to its own file.
by Dan Albert
· 10 years ago
f205098
Move the listener code into its own file.
by Dan Albert
· 10 years ago
e274025
Move the adb auth code into its own file.
by Dan Albert
· 10 years ago
eff8857
Merge "Move emulator tracing into its own file."
by Dan Albert
· 10 years ago
9e71934
Move emulator tracing into its own file.
by Dan Albert
· 10 years ago
7cbda85
Fix build.
by Elliott Hughes
· 10 years ago
9d906b3
Merge "adb: add "adb unroot" to restart adb in non-root mode"
by Elliott Hughes
· 10 years ago
b7d9ef3
adb: add "adb unroot" to restart adb in non-root mode
by Dan Pasanen
· 11 years ago
3895be6
Move USB transport code to libadb.
by Dan Albert
· 10 years ago
c6827c3
Merge "Add extern "C" to all the adb headers."
by Dan Albert
· 10 years ago
ebcbdfb
Add extern "C" to all the adb headers.
by Dan Albert
· 10 years ago
b6d5f6f
Ignore useless cpplint messages in adb.
by Dan Albert
· 10 years ago
315a19a
fix bug that passing invalid fd to fstats on win32 builds
by eric.yan
· 10 years ago
187eade
Remove netcfg's unused options.
by Elliott Hughes
· 10 years ago
c463025
Revert "Remove netcfg's unused options."
by Elliott Hughes
· 10 years ago
f8e8305
Remove netcfg's unused options.
by Elliott Hughes
· 10 years ago
506aea4
The bsddroid project has been dead since 2010.
by Elliott Hughes
· 10 years ago
9c4c5a6
Merge "Verify token length before adb signs it"
by Sami Tolvanen
· 10 years ago
a034362
Merge "Make server port option work on windows"
by Elliott Hughes
· 10 years ago
0de77ff
adb: tracing: don't make strings if runtime tracing is disabled
by Spencer Low
· 10 years ago
7b9c20d
Verify token length before adb signs it
by Sami Tolvanen
· 10 years ago
f055c19
adb: Win32: set socket buffer sizes properly
by Spencer Low
· 10 years ago
1f09bda
Protect from eng vs userdebug build breaks.
by Dan Albert
· 10 years ago
fe68578
Merge "Fix userdebug build."
by Dan Albert
· 10 years ago
030b76f
Fix userdebug build.
by Dan Albert
· 10 years ago
4626b71
Fix win_sdk build.
by Dan Albert
· 10 years ago
630b9af
Begin moving code from adb to libadb.
by Dan Albert
· 10 years ago
fb538fb
Merge "Fix the v2 descriptor handling."
by Christopher Ferris
· 10 years ago
c49f51c
Fix the v2 descriptor handling.
by Christopher Ferris
· 10 years ago
943ef23
adbd: tcpip command uses port number from uninitialized memory
by Spencer Low
· 10 years ago
1bc38a4
Merge "adb: Fix 'adb forward --no-rebind'."
by David 'Digit' Turner
· 10 years ago
f0e0c2e
adb: Fix 'adb forward --no-rebind'.
by David 'Digit' Turner
· 10 years ago
d83a9c5
Python unit test for adb.
by Riley Andrews
· 10 years ago
0a049b1
Clean up adb Win32 symlink #ifdefs.
by Elliott Hughes
· 10 years ago
fdb3da5
Merge "Use getmntent when accessing /proc/mounts."
by Yabin Cui
· 10 years ago
d6bd9bf
Use getmntent when accessing /proc/mounts.
by Yabin Cui
· 10 years ago
13449cd
Fix disable-verity when the underlying block device is RO
by Sami Tolvanen
· 10 years ago
2bd4124
Fix build with clang
by Bernhard Rosenkränzer
· 10 years ago
4d04d24
fix memory leak in copy_remote_dir_local
by Riley Andrews
· 10 years ago
058932c
Remove unused local variable.
by Chih-Hung Hsieh
· 10 years ago
98f58e8
Fix some style issues in adb_commandline().
by Riley Andrews
· 10 years ago
c8514c8
Refactor the host adb argument parsing loop to remove a goto
by Riley Andrews
· 10 years ago
1d931bc
Fix build
by Paul Lawrence
· 10 years ago
982089d
Add adb enable-verity
by Paul Lawrence
· 10 years ago
ec900bb
Revert "Revert "Enable verity on userdebug, and add disable-verity to adb""
by Paul Lawrence
· 10 years ago
3463755
adb warns on remount when verity is enabled
by Paul Lawrence
· 10 years ago
ab3446d
adbd & fastbootd: Support for new f_fs descriptor format
by Badhri Jagan Sridharan
· 10 years ago
298b6c7
Fix build on mac.
by leozwang
· 11 years ago
cbf0267
Add more debug information.
by leozwang
· 11 years ago
67a7a4a
Fix adb/fastboot windows compilations.
by Christopher Ferris
· 10 years ago
02ef15f
Merge "Introduce "adb keygen""
by Elliott Hughes
· 10 years ago
dbb7c46
Merge "ADB on linux: Handle USB SuperSpeed extra Descriptors"
by Elliott Hughes
· 10 years ago
bea3f9c
Introduce "adb keygen"
by Nick Kralevich
· 10 years ago
a5e9b06
Merge "adb: enable superspeed support"
by Elliott Hughes
· 10 years ago
d6ee9f2
adb: enable superspeed support
by Zhuang Jin Can
· 11 years ago
b79a2d5
Clean up adb/Android.mk
by Trevor Drake
· 10 years ago
023bc0a
Merge "Fix deadlocks."
by Elliott Hughes
· 10 years ago
97ac0e1
Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.
by Elliott Hughes
· 10 years ago
8432ddc
system/core: Remove AID_GRAPHICS from adb groups
by Ajay Dudani
· 10 years ago
c66aed8
Remove the adb usb vendor id whitelist.
by Elliott Hughes
· 10 years ago
97e1e17
Merge "Disable vendor id filtering for OS X."
by Elliott Hughes
· 10 years ago
0750f78
Merge "Remove explict use of ASCII encoding"
by Elliott Hughes
· 10 years ago
01d49e8
Merge "adb: Add USB vendor ID for Ubiquiti Networks, Inc."
by Elliott Hughes
· 10 years ago
2a4b5f9
Remove explict use of ASCII encoding
by Al Sutton
· 10 years ago
8e01cc6
Disable vendor id filtering for OS X.
by Al Sutton
· 10 years ago
aa3e17e
Merge "Return path including executable instead of without"
by Elliott Hughes
· 10 years ago
26b53bb
Return path including executable instead of without
by Al Sutton
· 10 years ago
5566490
Disable vendor id filtering for Linux.
by Elliott Hughes
· 10 years ago
f456d47
Fix building on modern versions of Xcode and OS X.
by Al Sutton
· 10 years ago
868cf42
adb: Add USB vendor ID for Ubiquiti Networks, Inc.
by Jeremy Chang
· 11 years ago
0655d38
Merge "Revert "adb: Add USB vendor ID for Honeywell""
by Elliott Hughes
· 10 years ago
3e01bb8
Revert "adb: Add USB vendor ID for Honeywell"
by Elliott Hughes
· 10 years ago
d325e86
kill HAVE_TERMIO_H
by Yabin Cui
· 10 years ago
e77b6a0
kill HAVE_FORKEXEC
by Yabin Cui
· 10 years ago
2655256
am 452f08a0: Merge "Add razer usb vid for future use with adb"
by Elliott Hughes
· 10 years ago
3410d33
Add razer usb vid for future use with adb
by Stuart Wells
· 10 years ago
cb3739b
am 7e38ab47: am 951c48c5: Merge "adb: Add USB vendor ID for TrekStor GmbH"
by JP Abgrall
· 10 years ago
4fa99e5
adb: Add USB vendor ID for TrekStor GmbH
by Thorsten Koroscha
· 10 years ago
f17c42f
am 2f431a8d: Fix windows-specific error without messing up Makefile flags.
by Stephen Hines
· 11 years ago
2f431a8
Fix windows-specific error without messing up Makefile flags.
by Stephen Hines
· 11 years ago
d2ee707
am 3ea87c33: Fix build breakage for missing -Wcpp option on old GCC versions.
by Stephen Hines
· 11 years ago
3ea87c3
Fix build breakage for missing -Wcpp option on old GCC versions.
by Stephen Hines
· 11 years ago
1e95e0b
am 64f44b84: Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev
by Stephen Hines
· 11 years ago
64f44b8
Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev
by Stephen Hines
· 11 years ago
43aecc5
am c75dac39: Merge "fix for adbd pinning CPU" into lmp-dev
by Vince Harron
· 11 years ago
b75d6f1
Remove obsolete reference to ddk; Fixes for -Werror
by Andrew Hsieh
· 11 years ago
1f88f8e
am 9005ec37: am e3d3016d: Merge "Switch from using base64 BIOs to encoding funcs."
by Alex Klyubin
· 11 years ago
e3d3016
Merge "Switch from using base64 BIOs to encoding funcs."
by Alex Klyubin
· 11 years ago
af436b1
fix for adbd pinning CPU
by Vince Harron
· 11 years ago
736fd4a
am 8e1e5415: am 5b4a1767: Merge "Revert "Switch adb to epoll(2).""
by Dan Albert
· 11 years ago
45741ae
Revert "Switch adb to epoll(2)."
by Dan Albert
· 11 years ago
0ab784d
am 790e7c0a: am 3772545c: Merge "Switch adb to epoll(2)."
by Elliott Hughes
· 11 years ago
67de155
Switch adb to epoll(2).
by Elliott Hughes
· 11 years ago
edda73d
fix windows build
by Doug Zongker
· 11 years ago
d372c5c
Merge changes I11e84a7b,I5adaedd8
by Kenny Root
· 11 years ago
Next »