Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
packages
/
modules
/
adb
/
b40770184fe9fff1dffe625818fe2e77b0d6f495
/
adb.h
d306747
adb: clean up handle_host_request.
by Josh Gao
· 6 years ago
dd655ec
adb: move list-forward, kill-forward back into handle_forward_request.
by Josh Gao
· 6 years ago
5607e92
adb: split daemon services out of service_to_fd.
by Josh Gao
· 6 years ago
fa3107e
adb: fix register_socket_transport related double-closes.
by Josh Gao
· 6 years ago
ce7a284
adb: Modernize the service creation
by Luis Hector Chavez
· 6 years ago
874c941
Simplify __attribute__((__printf__)) use.
by Elliott Hughes
· 6 years ago
7a7c5cb
adb: add authorizing, connecting states to transport.
by Josh Gao
· 7 years ago
ebc1c31
adb: fix `adb reverse` when adbd has multiple transports.
by Josh Gao
· 7 years ago
cd2a529
adb: switch apacket payload to a type that doesn't initialize its contents.
by Josh Gao
· 7 years ago
887c850
adb: delete vestigial SHELL_EXIT_NOTIFY_FD.
by Josh Gao
· 7 years ago
839b932
adb: switch apacket over to a std::string payload.
by Josh Gao
· 7 years ago
a7d9d71
adb: switch asocket::enqueue to std::string.
by Josh Gao
· 7 years ago
395b86a
adb: extract atransport's connection interface.
by Josh Gao
· 7 years ago
ee7b44d
adb: disable checksum on new versions
by Tim Murray
· 7 years ago
d4bf94d
adb: clang-format for adb.h and client/usb_windows.cpp
by Mark Salyzyn
· 7 years ago
ef704a1
adb: remove SendConnectOnHost.
by Josh Gao
· 7 years ago
b4ef19c
Merge "adb: Use kernel aio for functionfs."
by Treehugger Robot
· 7 years ago
b39e415
adb: allow selection of a specific transport.
by Josh Gao
· 7 years ago
a2cb8de
adb: Use kernel aio for functionfs.
by Jerry Zhang
· 7 years ago
1e3bf73
adb: wait for devices to come up instead of sleeping for 3s.
by Josh Gao
· 8 years ago
3cf1b36
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
210b63f
adb: add `adb host-features`, report libusb status.
by Josh Gao
· 8 years ago
f0e239c
adb: Set max socket sizes to larger values.
by Jerry Zhang
· 8 years ago
b736692
adb: add libusb implementation for Linux/Darwin.
by Josh Gao
· 8 years ago
0dde9c8
adb: remove support for legacy f_adb interface.
by Josh Gao
· 8 years ago
a2cf375
Revert "Revert "adb: extend sync protocol's stat support.""
by Josh Gao
· 8 years ago
31a96f7
Revert "adb: extend sync protocol's stat support."
by Josh Gao
· 8 years ago
25a992e
adb: extend sync protocol's stat support.
by Josh Gao
· 8 years ago
5edb12b
Fix adb flakiness on reboot
by Lingfeng Yang
· 8 years ago
0eb9093
Merge "Remove useless arguments from is_adb_interface."
by Treehugger Robot
· 8 years ago
08dda21
Remove useless arguments from is_adb_interface.
by Josh Gao
· 8 years ago
67ac379
adb: rationalize types.
by Josh Gao
· 8 years ago
bb4f860
adb: allow use of arbitrary socket specs for command socket.
by Josh Gao
· 8 years ago
827a4a5
Add android::base::GetExecutablePath, switch adb and fastboot over.
by Elliott Hughes
· 8 years ago
042c351
DO NOT MERGE: Split bugreport() into its own file and added unit tests.
by Felipe Leme
· 8 years ago
f401ead
adb: retry connecting disconnected emulators instead of always looping.
by Yabin Cui
· 9 years ago
19d0c23
adb: support forwarding TCP port 0.
by David Pursell
· 9 years ago
7b78077
adb: bump the server version to 36.
by Josh Gao
· 9 years ago
2930cdc
adb: tag fatal, fatal_errno with printf attribute.
by Josh Gao
· 9 years ago
7009749
Share the new adb USB diagnostic code with fastboot.
by Elliott Hughes
· 9 years ago
aafa096
Merge "adb: add help text for USB permission errors."
by David Pursell
· 9 years ago
f55ead9
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
6e5c7eb
adb: add help text for USB permission errors.
by David Pursell
· 9 years ago
4919c17
Avoid SIGPIPE in adb.
by Elliott Hughes
· 9 years ago
1e2f7dc
use new cmd command
by Todd Kennedy
· 9 years ago
22fc5e9
adb: put legacy shell: service back in.
by David Pursell
· 9 years ago
6d5fad3
adb: bump server version to prevent feature mismatch.
by David Pursell
· 9 years ago
2ce9d56
Add unit tests for local socket.
by Yabin Cui
· 9 years ago
8da19a4
adb: implement shell protocol.
by David Pursell
· 9 years ago
5fea491
Merge "fatal and fatal_errno should be noreturn."
by Elliott Hughes
· 9 years ago
dd01a37
fatal and fatal_errno should be noreturn.
by Elliott Hughes
· 9 years ago
2d4c198
adb: clean up transport disconnect operations.
by Yabin Cui
· 9 years ago
be8e54b
Add feature list to connection banner.
by Dan Albert
· 9 years ago
3b1a373
Merge "Remove confusing variable HOST."
by Yabin Cui
· 9 years ago
b9f0164
Always include the adb version in the log.
by Elliott Hughes
· 9 years ago
5fe6d0d
Remove confusing variable HOST.
by Yabin Cui
· 9 years ago
a55dbd8
adb start-server: Use a separate fd for sending initial OK
by Siva Velusamy
· 9 years ago
43df109
Report getaddrinfo failures correctly.
by Elliott Hughes
· 9 years ago
a1c60c0
Increase size of the the adb packets sent over the wire
by Tamas Berghammer
· 9 years ago
436fa6b
Remove subproc events when ADB_HOST.
by Alex Vallée
· 9 years ago
3d978e6
Revert "Turn on -Wformat-nonliteral."
by Dan Albert
· 9 years ago
7d8fc46
Turn on -Wformat-nonliteral.
by Dan Albert
· 9 years ago
ecce503
Make atransport be a real class.
by Dan Albert
· 9 years ago
9a50f4c
Make connection states a proper type.
by Dan Albert
· 9 years ago
53a3744
Revert "Revert "Split adb_main.cpp into client and daemon.""
by Dan Albert
· 10 years ago
151f488
Revert "Split adb_main.cpp into client and daemon."
by Dan Albert
· 10 years ago
ad87c02
Split adb_main.cpp into client and daemon.
by Dan Albert
· 10 years ago
9d07fee
Add some missing 'const's.
by Elliott Hughes
· 10 years ago
3aec2ba
Give enum types CamelCase names for clarity.
by Elliott Hughes
· 10 years ago
88b4c85
More adb buffer fixes.
by Elliott Hughes
· 10 years ago
da94581
More fixed-length buffer removal.
by Elliott Hughes
· 10 years ago
fe7ff81
Remove extern "C" barriers to using C++.
by Elliott Hughes
· 10 years ago
dedf767
Revert "Revert "adb: support /oem partition""
by Elliott Hughes
· 10 years ago
f30d73c
Move adb to C++.
by Dan Albert
· 10 years ago
b302d12
Move transport declarations into transport.h.
by Dan Albert
· 10 years ago
432ffe2
Move adb_main to its own file.
by Dan Albert
· 10 years ago
056ad0e
Move the adb auth code into its own file.
by Dan Albert
· 10 years ago
07c7881
Add extern "C" to all the adb headers.
by Dan Albert
· 10 years ago
bbbbea6
Begin moving code from adb to libadb.
by Dan Albert
· 10 years ago
5638a1a
Fix disable-verity when the underlying block device is RO
by Sami Tolvanen
· 10 years ago
8ba2b02
Add adb enable-verity
by Paul Lawrence
· 10 years ago
5f35648
Revert "Revert "Enable verity on userdebug, and add disable-verity to adb""
by Paul Lawrence
· 10 years ago
1be5462
Add more debug information.
by leozwang
· 10 years ago
74ca428
Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.
by Elliott Hughes
· 10 years ago
f25a6a4
Consolidate adb trace macro defines into its own header file.
by leozwang
· 10 years ago
434ee70
Redirect debug output to logcat.
by leozwang
· 10 years ago
bcad29f
add sideload-host mode to adb
by Doug Zongker
· 10 years ago
a561272
Merge "Add "exec" service: shell commands with no pty."
by Jeff Sharkey
· 10 years ago
c52ec1a
Add "exec" service: shell commands with no pty.
by Jeff Sharkey
· 10 years ago
963a449
adb: implement "adb reverse <local> <remote>"
by David 'Digit' Turner
· 12 years ago
ea06716
adb: deprecate legacy log service interface
by Mark Salyzyn
· 11 years ago
edc991d
am d036e661: am a0ce4e28: am 2c3e8e0c: am 67cb61ee: Merge "adb: Check sender\'s socket id when receiving packets."
by Nick Kralevich
· 11 years ago
e92344d
adb: Check sender's socket id when receiving packets.
by David 'Digit' Turner
· 11 years ago
0eb6a12
adb: deprecate legacy log service interface
by Mark Salyzyn
· 11 years ago
3f9f9ce
adb: Handle adb connect in a thread
by Benoit Goby
· 12 years ago
12dc369
adb: Cleanup dead code
by Benoit Goby
· 12 years ago
cb37c50
adb: Create private key with 0600 mode
by Benoit Goby
· 12 years ago
2cc19e4
adb: Add public key authentification
by Benoit Goby
· 13 years ago
a644e93
Revert "adb: Add public key authentification"
by Benoit Goby
· 12 years ago
9efeeae
adb: Add public key authentification
by Benoit Goby
· 13 years ago
Next »