Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
43cb5db90ad6a05b9bc78391351e9ac88aebb13d
/
adb
/
adb.h
29814de
Accept apex packages as argument.
by Dario Freni
· 6 years ago
4679a39
adb: rationalize fatal/error logging.
by Elliott Hughes
· 6 years ago
4039051
adb: clean up handle_host_request.
by Josh Gao
· 6 years ago
1906243
adb: move list-forward, kill-forward back into handle_forward_request.
by Josh Gao
· 6 years ago
997cfac
adb: split daemon services out of service_to_fd.
by Josh Gao
· 6 years ago
56300c9
adb: fix register_socket_transport related double-closes.
by Josh Gao
· 6 years ago
095792c
adb: Modernize the service creation
by Luis Hector Chavez
· 6 years ago
d8a4c60
Simplify __attribute__((__printf__)) use.
by Elliott Hughes
· 6 years ago
704494b
adb: add authorizing, connecting states to transport.
by Josh Gao
· 7 years ago
44899ee
adb: fix `adb reverse` when adbd has multiple transports.
by Josh Gao
· 7 years ago
1ce9957
adb: switch apacket payload to a type that doesn't initialize its contents.
by Josh Gao
· 7 years ago
dcc055a
adb: delete vestigial SHELL_EXIT_NOTIFY_FD.
by Josh Gao
· 7 years ago
f571fcb
adb: switch apacket over to a std::string payload.
by Josh Gao
· 7 years ago
27cb7dc
adb: switch asocket::enqueue to std::string.
by Josh Gao
· 7 years ago
b800d88
adb: extract atransport's connection interface.
by Josh Gao
· 7 years ago
de47194
adb: disable checksum on new versions
by Tim Murray
· 7 years ago
0a78cc1
adb: clang-format for adb.h and client/usb_windows.cpp
by Mark Salyzyn
· 7 years ago
4b5d4da
adb: remove SendConnectOnHost.
by Josh Gao
· 7 years ago
aaa90cf
Merge "adb: Use kernel aio for functionfs."
by Treehugger Robot
· 7 years ago
b122b17
adb: allow selection of a specific transport.
by Josh Gao
· 7 years ago
ecee434
adb: Use kernel aio for functionfs.
by Jerry Zhang
· 7 years ago
fd713e5
adb: wait for devices to come up instead of sleeping for 3s.
by Josh Gao
· 8 years ago
b5e1141
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
5d1756c
adb: add `adb host-features`, report libusb status.
by Josh Gao
· 8 years ago
2f8c60b
adb: Set max socket sizes to larger values.
by Jerry Zhang
· 8 years ago
1c70e1b
adb: add libusb implementation for Linux/Darwin.
by Josh Gao
· 8 years ago
183b73e
adb: remove support for legacy f_adb interface.
by Josh Gao
· 8 years ago
5a1e3fd
Revert "Revert "adb: extend sync protocol's stat support.""
by Josh Gao
· 8 years ago
afa4b5d
Revert "adb: extend sync protocol's stat support."
by Josh Gao
· 8 years ago
d6d5c38
adb: extend sync protocol's stat support.
by Josh Gao
· 8 years ago
1197952
Fix adb flakiness on reboot
by Lingfeng Yang
· 8 years ago
bd6c6eb
Merge "Remove useless arguments from is_adb_interface."
by Treehugger Robot
· 8 years ago
30186df
Remove useless arguments from is_adb_interface.
by Josh Gao
· 8 years ago
06d61d4
adb: rationalize types.
by Josh Gao
· 8 years ago
9c869b5
adb: allow use of arbitrary socket specs for command socket.
by Josh Gao
· 8 years ago
82ff315
Add android::base::GetExecutablePath, switch adb and fastboot over.
by Elliott Hughes
· 8 years ago
698e065
DO NOT MERGE: Split bugreport() into its own file and added unit tests.
by Felipe Leme
· 8 years ago
b74c649
adb: retry connecting disconnected emulators instead of always looping.
by Yabin Cui
· 9 years ago
eaae97e
adb: support forwarding TCP port 0.
by David Pursell
· 9 years ago
057095d
adb: bump the server version to 36.
by Josh Gao
· 9 years ago
56e9bb9
adb: tag fatal, fatal_errno with printf attribute.
by Josh Gao
· 9 years ago
1b708d3
Share the new adb USB diagnostic code with fastboot.
by Elliott Hughes
· 9 years ago
663e949
Merge "adb: add help text for USB permission errors."
by David Pursell
· 9 years ago
4f71319
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
d2acbd1
adb: add help text for USB permission errors.
by David Pursell
· 9 years ago
65433da
Avoid SIGPIPE in adb.
by Elliott Hughes
· 9 years ago
6fa848a
use new cmd command
by Todd Kennedy
· 9 years ago
70ef7b4
adb: put legacy shell: service back in.
by David Pursell
· 9 years ago
bbe3d21
adb: bump server version to prevent feature mismatch.
by David Pursell
· 9 years ago
c1b1f6f
Add unit tests for local socket.
by Yabin Cui
· 9 years ago
0955c66
adb: implement shell protocol.
by David Pursell
· 9 years ago
9f07f87
Merge "fatal and fatal_errno should be noreturn."
by Elliott Hughes
· 9 years ago
2f3342f
fatal and fatal_errno should be noreturn.
by Elliott Hughes
· 9 years ago
b329824
adb: clean up transport disconnect operations.
by Yabin Cui
· 9 years ago
1792c23
Add feature list to connection banner.
by Dan Albert
· 10 years ago
317acfb
Merge "Remove confusing variable HOST."
by Yabin Cui
· 9 years ago
42ae260
Always include the adb version in the log.
by Elliott Hughes
· 9 years ago
661327e
Remove confusing variable HOST.
by Yabin Cui
· 9 years ago
9f2d1a9
adb start-server: Use a separate fd for sending initial OK
by Siva Velusamy
· 9 years ago
381cfa9
Report getaddrinfo failures correctly.
by Elliott Hughes
· 9 years ago
3d2904c
Increase size of the the adb packets sent over the wire
by Tamas Berghammer
· 9 years ago
947cb3e
Remove subproc events when ADB_HOST.
by Alex Vallée
· 9 years ago
286bb6d
Revert "Turn on -Wformat-nonliteral."
by Dan Albert
· 9 years ago
459df8f
Turn on -Wformat-nonliteral.
by Dan Albert
· 9 years ago
c7915a3
Make atransport be a real class.
by Dan Albert
· 10 years ago
dcd78a1
Make connection states a proper type.
by Dan Albert
· 10 years ago
c89e0cc
Revert "Revert "Split adb_main.cpp into client and daemon.""
by Dan Albert
· 10 years ago
218dbcc
Revert "Split adb_main.cpp into client and daemon."
by Dan Albert
· 10 years ago
cf07494
Split adb_main.cpp into client and daemon.
by Dan Albert
· 10 years ago
aee80fb
Add some missing 'const's.
by Elliott Hughes
· 10 years ago
3bd73c1
Give enum types CamelCase names for clarity.
by Elliott Hughes
· 10 years ago
e67f1f8
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
6452a89
More fixed-length buffer removal.
by Elliott Hughes
· 10 years ago
2d4121c
Remove extern "C" barriers to using C++.
by Elliott Hughes
· 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
7664901
Move transport declarations into transport.h.
by Dan Albert
· 10 years ago
bd0b750
Move adb_main to its own file.
by Dan Albert
· 10 years ago
ba3a251
Move the adb auth code into its own file.
by Dan Albert
· 10 years ago
818fb4b
Add extern "C" to all the adb headers.
by Dan Albert
· 10 years ago
630b9af
Begin moving code from adb to libadb.
by Dan Albert
· 10 years ago
13449cd
Fix disable-verity when the underlying block device is RO
by Sami Tolvanen
· 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
cbf0267
Add more debug information.
by leozwang
· 10 years ago
97ac0e1
Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.
by Elliott Hughes
· 10 years ago
d3fc15f
Consolidate adb trace macro defines into its own header file.
by leozwang
· 10 years ago
48a9042
Redirect debug output to logcat.
by leozwang
· 10 years ago
71fe584
add sideload-host mode to adb
by Doug Zongker
· 10 years ago
b817081
Merge "Add "exec" service: shell commands with no pty."
by Jeff Sharkey
· 10 years ago
5d9d434
Add "exec" service: shell commands with no pty.
by Jeff Sharkey
· 11 years ago
2525869
adb: implement "adb reverse <local> <remote>"
by David 'Digit' Turner
· 12 years ago
7aa39a7
adb: deprecate legacy log service interface
by Mark Salyzyn
· 11 years ago
39ea00b
am 4639ae45: am a0ce4e28: am 98fdcfa9: am 67cb61ee: Merge "adb: Check sender\'s socket id when receiving packets."
by Nick Kralevich
· 11 years ago
818d641
adb: Check sender's socket id when receiving packets.
by David 'Digit' Turner
· 11 years ago
c66a753
adb: deprecate legacy log service interface
by Mark Salyzyn
· 11 years ago
1c45ee9
adb: Handle adb connect in a thread
by Benoit Goby
· 12 years ago
9470c2f
adb: Cleanup dead code
by Benoit Goby
· 12 years ago
77e8e58
adb: Add "unauthorized" connection state
by Benoit Goby
· 12 years ago
64b3103
adb: Create private key with 0600 mode
by Benoit Goby
· 12 years ago
Next »