Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_core
/
b3b43be65815fa77d7c4e97df6a094f83adca11d
/
adb
/
sockets.cpp
8bde191
Enable "localfilesystem" UNIX domain socket for ADB.
by Jason Jeremy Iman
· 5 years ago
5dda7f6
[adb] Optimize adbd's usb reading
by Yurii Zubrytskyi
· 6 years ago
727b07b
adb: fix old host transport selection.
by Josh Gao
· 5 years ago
b4dc7be
libbase: add ConsumePrefix/ConsumeSuffix.
by Elliott Hughes
· 6 years ago
43f3805
adb: switch sockets.cpp to ConsumePrefix.
by Josh Gao
· 6 years ago
79797ec
adb: tell the client what transport it received.
by Josh Gao
· 6 years ago
0ecc402
adb: switch host_service_to_socket to string_view.
by Josh Gao
· 6 years ago
769f853
adb: switch handle_host_request to string_view.
by Josh Gao
· 6 years ago
74b7ec7
adb: don't close sockets before hitting EOF.
by Josh Gao
· 6 years ago
fdb9800
adb: Fix incorrect logging statement
by Greg Kaiser
· 6 years ago
d290bb7
Merge "Add native vsock support to ADB."
by Treehugger Robot
· 6 years ago
a05b64d
Add native vsock support to ADB.
by Cody Schuffelen
· 6 years ago
74ccdf9
adb: convert more stuff to unique_fd.
by Josh Gao
· 6 years ago
d0fa13e
adb: switch connect_to_remote to string_view.
by Josh Gao
· 6 years ago
bd76720
adb: switch skip_host_serial to string_view.
by Josh Gao
· 6 years ago
d19b77a
adb: finish switching service creation to string_view.
by Josh Gao
· 6 years ago
6eb7882
adbd: add source/sink services.
by Josh Gao
· 6 years ago
4679a39
adb: rationalize fatal/error logging.
by Elliott Hughes
· 6 years ago
faf1328
Revert "adb: don't close sockets before hitting EOF."
by Josh Gao
· 6 years ago
ffc11d3
adb: don't close sockets before hitting EOF.
by Josh Gao
· 6 years ago
4039051
adb: clean up handle_host_request.
by Josh Gao
· 6 years ago
aed415c
[adb] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 6 years ago
7c738cd
adb: add IOVector.
by Josh Gao
· 7 years ago
7a22358
Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a
by Josh Gao
· 7 years ago
71f775a
adb: remove fdevent_install, fdevent_remove.
by Josh Gao
· 7 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
954e128
adb: don't set has_write_error on success.
by Josh Gao
· 7 years ago
184f480
adb: don't immediately close a socket when write fails.
by Josh Gao
· 7 years ago
f571fcb
adb: switch apacket over to a std::string payload.
by Josh Gao
· 7 years ago
e0361d1
adb: use delete on objects with destructors.
by Josh Gao
· 7 years ago
27cb7dc
adb: switch asocket::enqueue to std::string.
by Josh Gao
· 7 years ago
5e50764
adb: switch asocket's intrusive linked list to vectors.
by Josh Gao
· 7 years ago
62c92f0
adb: add lock to remove_socket.
by Josh Gao
· 7 years ago
b122b17
adb: allow selection of a specific transport.
by Josh Gao
· 7 years ago
a019f78
adb: increase the shell command length limit.
by Josh Gao
· 8 years ago
2e82107
Merge "adb: fix two device offline problems."
by Treehugger Robot
· 8 years ago
b5e1141
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
d73be1b
libcutils: compile with BOARD_VNDK_VERSION current
by Steven Moreland
· 8 years ago
22d2b3e
adb: add `adb reconnect offline` to reconnect offline devices.
by Josh Gao
· 8 years ago
97787a0
adb: use __android_log_is_debuggable()
by Mark Salyzyn
· 9 years ago
06d61d4
adb: rationalize types.
by Josh Gao
· 8 years ago
b1c4d90
Merge "adb: fix host-side serial number parsing for IPv6."
by Treehugger Robot
· 8 years ago
ffdec18
Switch adb to <android-base/properties.h>.
by Elliott Hughes
· 8 years ago
73d55aa
adb: fix host-side serial number parsing for IPv6.
by David Pursell
· 8 years ago
7eaef8a
Use <condition_variable> and <mutex.h> from MinGW
by Pirama Arumuga Nainar
· 8 years ago
ffc73a3
Minor adb style fixes.
by Elliott Hughes
· 9 years ago
53eb31d
adb: use asocket's close function when closing.
by Josh Gao
· 9 years ago
9b587de
adb: switch the socket list mutex to a recursive_mutex.
by Josh Gao
· 9 years ago
52bd852
adb: clang-format sockets.cpp.
by Josh Gao
· 9 years ago
b4cff49
Address const issues in preparation for libcxx rebase.
by Dan Austin
· 9 years ago
3f902aa
adb: relax serial matching rules.
by David Pursell
· 9 years ago
7e6683c
Increase the maximum shell command length to 4096ish.
by Josh Gao
· 9 years ago
363af56
adb/base: minor compiler portability improvements
by Spencer Low
· 9 years ago
8d28e19
Fix adb -d/-e error reporting.
by Elliott Hughes
· 9 years ago
aed3c61
Adb: use VLOG() to replace D() for verbose logging.
by Yabin Cui
· 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
7a3f8d6
adb: clean up debug tracing a little.
by Yabin Cui
· 9 years ago
fd28f32
adb: remove adisconnect in aremotesocket.
by Yabin Cui
· 9 years ago
0067412
adb: fix a data race in local_socket_event_func.
by Yabin Cui
· 9 years ago
3d2904c
Increase size of the the adb packets sent over the wire
by Tamas Berghammer
· 10 years ago
dcd78a1
Make connection states a proper type.
by Dan Albert
· 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
0b8ecb3
Merge "Remove extern "C" barriers to using C++."
by Elliott Hughes
· 10 years ago
2d4121c
Remove extern "C" barriers to using C++.
by Elliott Hughes
· 10 years ago
7be29c8
Show $ADB_VENDOR_KEYS if authentication fails.
by Elliott Hughes
· 10 years ago
3313426
File header cleanup.
by Dan Albert
· 10 years ago
bac3474
Move adb to C++.
by Dan Albert
· 10 years ago
[Renamed (92%) from adb/sockets.c]
9b1fd96
Merge "Fix a writex transcription error."
by Dan Albert
· 10 years ago