Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_packages_modules_adb
/
06e459346b22b5ef2fc2e8337b979f2f555fa10e
/
adb.h
5b5e7f2
adb: move fdevent to its own folder. am: b51193a16a
by Josh Gao
· 6 years ago
b51193a
adb: move fdevent to its own folder.
by Josh Gao
· 6 years ago
02b7427
Notify the framework when an adb key is authorized
by Michael Groover
· 6 years ago
81e9c42
adb: Recognize rescue mode.
by Tao Bao
· 6 years ago
9d6eca5
adb: Recognize rescue mode.
by Tao Bao
· 6 years ago
070e8ba
adb: increment server version.
by Josh Gao
· 6 years ago
b13f3cd
adb: tell the client what transport it received.
by Josh Gao
· 6 years ago
0565ae0
adb: switch host_service_to_socket to string_view.
by Josh Gao
· 6 years ago
cd30bb3
adb: switch handle_host_request to string_view.
by Josh Gao
· 6 years ago
4f3fa05
Adding EXEC version of calling ABB.
by Alex Buynytskyy
· 6 years ago
c270596
adb: convert more stuff to unique_fd.
by Josh Gao
· 6 years ago
ef34f01
Adding Android Binder Bridge (abb) utility launched from adbd.
by Alex Buynytskyy
· 6 years ago
6dbf579
adb: finish switching service creation to string_view.
by Josh Gao
· 6 years ago
f0fa1e4
adb: switch daemon_service_to_fd to string_view.
by Josh Gao
· 6 years ago
3edf807
adbd: add source/sink services.
by Josh Gao
· 6 years ago
8496bf5
adb: switch version back to 40.
by Josh Gao
· 6 years ago
dcb4c36
Accept apex packages as argument.
by Dario Freni
· 6 years ago
e64126b
adb: rationalize fatal/error logging.
by Elliott Hughes
· 6 years ago
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
· 7 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
· 8 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
· 10 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
· 10 years ago
436fa6b
Remove subproc events when ADB_HOST.
by Alex Vallée
· 10 years ago
3d978e6
Revert "Turn on -Wformat-nonliteral."
by Dan Albert
· 10 years ago
7d8fc46
Turn on -Wformat-nonliteral.
by Dan Albert
· 10 years ago
ecce503
Make atransport be a real class.
by Dan Albert
· 10 years ago
9a50f4c
Make connection states a proper type.
by Dan Albert
· 10 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
Next »