Sign in
android
/
platform
/
system
/
adb
/
cf5a40bfeef628a7d34be1c9027e9676bfff07a1
/
adb.h
19bdfb0
adb: wait for devices to come up instead of sleeping for 3s.
by Josh Gao
· 8 years ago
97476df
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
64fda63
adb: add `adb host-features`, report libusb status.
by Josh Gao
· 8 years ago
ffabb86
adb: Set max socket sizes to larger values.
by Jerry Zhang
· 8 years ago
c74d568
adb: add libusb implementation for Linux/Darwin.
by Josh Gao
· 8 years ago
013f9c2
adb: remove support for legacy f_adb interface.
by Josh Gao
· 8 years ago
5c2956f
Revert "Revert "adb: extend sync protocol's stat support.""
by Josh Gao
· 8 years ago
a9fdbd6
Revert "adb: extend sync protocol's stat support."
by Josh Gao
· 8 years ago
ade1672
adb: extend sync protocol's stat support.
by Josh Gao
· 8 years ago
3b0c26e
Fix adb flakiness on reboot
by Lingfeng Yang
· 8 years ago
b65b6da
Merge "Remove useless arguments from is_adb_interface."
by Treehugger Robot
· 8 years ago
dfefd9f
Remove useless arguments from is_adb_interface.
by Josh Gao
· 8 years ago
e032738
adb: rationalize types.
by Josh Gao
· 8 years ago
0843c7d
adb: allow use of arbitrary socket specs for command socket.
by Josh Gao
· 9 years ago
6e3806a
Add android::base::GetExecutablePath, switch adb and fastboot over.
by Elliott Hughes
· 9 years ago
86ff99f
DO NOT MERGE: Split bugreport() into its own file and added unit tests.
by Felipe Leme
· 9 years ago
a5fcd3b
adb: retry connecting disconnected emulators instead of always looping.
by Yabin Cui
· 9 years ago
6a9dc4e
adb: support forwarding TCP port 0.
by David Pursell
· 9 years ago
b62b4be
adb: bump the server version to 36.
by Josh Gao
· 9 years ago
cf65364
adb: tag fatal, fatal_errno with printf attribute.
by Josh Gao
· 9 years ago
3c3f7ed
Share the new adb USB diagnostic code with fastboot.
by Elliott Hughes
· 9 years ago
053fb11
Merge "adb: add help text for USB permission errors."
by David Pursell
· 9 years ago
7a90a00
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
8995a8a
adb: add help text for USB permission errors.
by David Pursell
· 9 years ago
e821a5d
Avoid SIGPIPE in adb.
by Elliott Hughes
· 9 years ago
cc9399d
use new cmd command
by Todd Kennedy
· 9 years ago
83ce030
adb: put legacy shell: service back in.
by David Pursell
· 9 years ago
cbd103e
adb: bump server version to prevent feature mismatch.
by David Pursell
· 9 years ago
8719a16
Add unit tests for local socket.
by Yabin Cui
· 9 years ago
1f747c6
adb: implement shell protocol.
by David Pursell
· 10 years ago
dbc8675
Merge "fatal and fatal_errno should be noreturn."
by Elliott Hughes
· 10 years ago
b52972e
fatal and fatal_errno should be noreturn.
by Elliott Hughes
· 10 years ago
af84e27
adb: clean up transport disconnect operations.
by Yabin Cui
· 10 years ago
350cb2a
Add feature list to connection banner.
by Dan Albert
· 10 years ago
e16d03e
Merge "Remove confusing variable HOST."
by Yabin Cui
· 10 years ago
d4272e2
Always include the adb version in the log.
by Elliott Hughes
· 10 years ago
b4654a6
Remove confusing variable HOST.
by Yabin Cui
· 10 years ago
e152a19
adb start-server: Use a separate fd for sending initial OK
by Siva Velusamy
· 10 years ago
ead95ef
Report getaddrinfo failures correctly.
by Elliott Hughes
· 10 years ago
bca3848
Increase size of the the adb packets sent over the wire
by Tamas Berghammer
· 10 years ago
e34eba1
Remove subproc events when ADB_HOST.
by Alex Vallée
· 10 years ago
72c3640
Revert "Turn on -Wformat-nonliteral."
by Dan Albert
· 10 years ago
27b099c
Turn on -Wformat-nonliteral.
by Dan Albert
· 10 years ago
7503614
Make atransport be a real class.
by Dan Albert
· 10 years ago
adff571
Make connection states a proper type.
by Dan Albert
· 10 years ago
6a9a913
Revert "Revert "Split adb_main.cpp into client and daemon.""
by Dan Albert
· 10 years ago
2e9a638
Revert "Split adb_main.cpp into client and daemon."
by Dan Albert
· 10 years ago
2a7d6e7
Split adb_main.cpp into client and daemon.
by Dan Albert
· 10 years ago
6f3624a
Add some missing 'const's.
by Elliott Hughes
· 10 years ago
ae3f8a1
Give enum types CamelCase names for clarity.
by Elliott Hughes
· 10 years ago
080c004
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
2f421aa
More fixed-length buffer removal.
by Elliott Hughes
· 10 years ago
e10e3d6
Remove extern "C" barriers to using C++.
by Elliott Hughes
· 10 years ago
1702259
Revert "Revert "adb: support /oem partition""
by Elliott Hughes
· 10 years ago
21bc1ad
Move adb to C++.
by Dan Albert
· 10 years ago
eb98f4e
Move transport declarations into transport.h.
by Dan Albert
· 10 years ago
9c6c0b6
Move adb_main to its own file.
by Dan Albert
· 10 years ago
57dee6f
Move the adb auth code into its own file.
by Dan Albert
· 10 years ago
4fc758b
Add extern "C" to all the adb headers.
by Dan Albert
· 10 years ago
472e6ab
Begin moving code from adb to libadb.
by Dan Albert
· 10 years ago
6202d98
Fix disable-verity when the underlying block device is RO
by Sami Tolvanen
· 10 years ago
9fe32de
Add adb enable-verity
by Paul Lawrence
· 10 years ago
51d7970
Revert "Revert "Enable verity on userdebug, and add disable-verity to adb""
by Paul Lawrence
· 10 years ago
ee10143
Add more debug information.
by leozwang
· 11 years ago
680e83b
Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.
by Elliott Hughes
· 10 years ago
98cd2e2
Consolidate adb trace macro defines into its own header file.
by leozwang
· 11 years ago
591fe39
Redirect debug output to logcat.
by leozwang
· 11 years ago
3f3ed39
add sideload-host mode to adb
by Doug Zongker
· 11 years ago
5a6ad13
Merge "Add "exec" service: shell commands with no pty."
by Jeff Sharkey
· 11 years ago
a12d3e9
Add "exec" service: shell commands with no pty.
by Jeff Sharkey
· 11 years ago
2f92db8
adb: implement "adb reverse <local> <remote>"
by David 'Digit' Turner
· 12 years ago
c5bfee1
adb: deprecate legacy log service interface
by Mark Salyzyn
· 11 years ago
efcbe79
am 4639ae45: am a0ce4e28: am 98fdcfa9: am 67cb61ee: Merge "adb: Check sender\'s socket id when receiving packets."
by Nick Kralevich
· 11 years ago
679e558
adb: Check sender's socket id when receiving packets.
by David 'Digit' Turner
· 11 years ago
368981b
adb: deprecate legacy log service interface
by Mark Salyzyn
· 11 years ago
e301bd8
adb: Handle adb connect in a thread
by Benoit Goby
· 12 years ago
8378d2a
adb: Cleanup dead code
by Benoit Goby
· 12 years ago
97eef94
adb: Add "unauthorized" connection state
by Benoit Goby
· 12 years ago
631f4d4
adb: Create private key with 0600 mode
by Benoit Goby
· 13 years ago
4289d29
adb: Add public key authentification
by Benoit Goby
· 13 years ago
871eb1e
Revert "adb: Add public key authentification"
by Benoit Goby
· 13 years ago
9f7f465
adb: Add public key authentification
by Benoit Goby
· 13 years ago
50b94b5
Merge "FunctionFS: initial implementation"
by Benoit Goby
· 13 years ago
c88b2c6
am 2ca3e6b3: adb: Generalizing -s to take qualifiers.
by Scott Anderson
· 13 years ago
15f2fb6
am e82c2db0: adb: Transmit key properties in banner of connect message
by Scott Anderson
· 13 years ago
b880016
adb: Generalizing -s to take qualifiers.
by Scott Anderson
· 13 years ago
5ef7eb9
adb: Transmit key properties in banner of connect message
by Scott Anderson
· 13 years ago
2fbd766
FunctionFS: initial implementation
by Andrzej Pietrasiewicz
· 13 years ago
c5a98f0
am 9526a788: Merge "adb: Add ability to specify device path" into ics-aah
by Scott Anderson
· 13 years ago
bce4f0b
adb: Add ability to specify device path
by Scott Anderson
· 13 years ago
c5dd8a2
adb: Don't synchronize with transport using sleep
by Benoit Goby
· 13 years ago
92bfdcd
Enables ADBD tracing in the emulator.
by Vladimir Chtchetkine
· 13 years ago
5caa755
add "adb sideload" and sideload connection state
by Doug Zongker
· 13 years ago
a2337a7
Revert "adb: kick the transport after sending the "adb root" command"
by Mike Lockwood
· 14 years ago
c1a1afe
adb: Update version to 1.0.28
by Mike Lockwood
· 14 years ago
c7dff7a
adb: kick the transport after sending the "adb root" command
by Mike Lockwood
· 14 years ago
a95d8cd
Add 'adb restore' to parallel 'adb backup'
by Christopher Tate
· 14 years ago
ed66694
Add 'adb backup' for pulling a full backup tarfile to the host
by Christopher Tate
· 14 years ago
08ec177
adb: fix subprocess exit handling, oom adjust fixes, extra debugging.
by JP Abgrall
· 14 years ago
aaf3e61
Revert "Fix adb hang when subprocess dies early."
by JP Abgrall
· 14 years ago
Next »