Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_packages_modules_adb
/
refs/heads/sos-5.0
/
socket_test.cpp
b51193a
adb: move fdevent to its own folder.
by Josh Gao
· 5 years ago
18f7a5c
adb: don't close sockets before hitting EOF.
by Josh Gao
· 6 years ago
c270596
adb: convert more stuff to unique_fd.
by Josh Gao
· 6 years ago
8d49e12
adb: switch skip_host_serial to string_view.
by Josh Gao
· 6 years ago
cd2a529
adb: switch apacket payload to a type that doesn't initialize its contents.
by Josh Gao
· 7 years ago
205a8f4
adb: try harder to fill our test sockets.
by Josh Gao
· 7 years ago
c7bdb6d
adb: move ownership of the fdevent thread into FdeventTest.
by Josh Gao
· 7 years ago
d2c6b40
adb: guarantee that fdevent_run_on_main_thread happens last.
by Josh Gao
· 7 years ago
cd60820
adb: extract the sleep in socket_test to its own function.
by Josh Gao
· 7 years ago
4b80850
adb: don't immediately close a socket when write fails.
by Josh Gao
· 7 years ago
d5e56ce
adb: improve socket tests.
by Josh Gao
· 7 years ago
8020602
adb: add test for flushing socket data after a write failure.
by Josh Gao
· 7 years ago
a7d9d71
adb: switch asocket::enqueue to std::string.
by Josh Gao
· 7 years ago
0f3312a
adb: kill adb_thread_{create, join, detach, exit}.
by Josh Gao
· 8 years ago
70267e4
adb: add sysdeps/chrono.h for chrono literals on Win32.
by Josh Gao
· 8 years ago
7392598
Switch adb over to <chrono>.
by Elliott Hughes
· 8 years ago
24b62a7
adb: fix host-side serial number parsing for IPv6.
by David Pursell
· 8 years ago
97a035c
Most accept/accept4 calls in system/core don't actually want the remote address.
by Elliott Hughes
· 8 years ago
40a4727
adb: fix socket tests.
by Yabin Cui
· 9 years ago
ca35e9e
Address const issues in preparation for libcxx rebase.
by Dan Austin
· 9 years ago
c929c6f
adb: relax serial matching rules.
by David Pursell
· 9 years ago
511763b
adb: make fdevent_test, socket_test compile on Windows.
by Josh Gao
· 9 years ago
ec2e7d8
adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux.
by Yabin Cui
· 9 years ago
2ce9d56
Add unit tests for local socket.
by Yabin Cui
· 9 years ago