1. 74b7ec7 adb: don't close sockets before hitting EOF. by Josh Gao · 6 years ago
  2. 74ccdf9 adb: convert more stuff to unique_fd. by Josh Gao · 6 years ago
  3. bd76720 adb: switch skip_host_serial to string_view. by Josh Gao · 6 years ago
  4. 1ce9957 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  5. 7651eb9 adb: try harder to fill our test sockets. by Josh Gao · 7 years ago
  6. 7ab5571 adb: move ownership of the fdevent thread into FdeventTest. by Josh Gao · 7 years ago
  7. fa30bf3 adb: guarantee that fdevent_run_on_main_thread happens last. by Josh Gao · 7 years ago
  8. fd7486f adb: extract the sleep in socket_test to its own function. by Josh Gao · 7 years ago
  9. 184f480 adb: don't immediately close a socket when write fails. by Josh Gao · 7 years ago
  10. ecb96ac adb: improve socket tests. by Josh Gao · 7 years ago
  11. df3bae9 adb: add test for flushing socket data after a write failure. by Josh Gao · 7 years ago
  12. 27cb7dc adb: switch asocket::enqueue to std::string. by Josh Gao · 7 years ago
  13. e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
  14. 4602adb adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 9 years ago
  15. dbe91ee Switch adb over to <chrono>. by Elliott Hughes · 9 years ago
  16. 73d55aa adb: fix host-side serial number parsing for IPv6. by David Pursell · 9 years ago
  17. 3dcfa3f Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 9 years ago
  18. 2407d7c adb: fix socket tests. by Yabin Cui · 9 years ago
  19. b4cff49 Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
  20. 3f902aa adb: relax serial matching rules. by David Pursell · 9 years ago
  21. 022d447 adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 9 years ago
  22. aa77e22 adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 10 years ago
  23. c1b1f6f Add unit tests for local socket. by Yabin Cui · 10 years ago