1. 7c87b07 adb: don't immediately close a socket when write fails. by Josh Gao · 6 years ago
  2. e523e4e adb: improve socket tests. by Josh Gao · 6 years ago
  3. 1430d39 adb: add test for flushing socket data after a write failure. by Josh Gao · 6 years ago
  4. 27cb7dc adb: switch asocket::enqueue to std::string. by Josh Gao · 6 years ago
  5. e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  6. 4602adb adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 8 years ago
  7. dbe91ee Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  8. 73d55aa adb: fix host-side serial number parsing for IPv6. by David Pursell · 8 years ago
  9. 3dcfa3f Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 8 years ago
  10. 2407d7c adb: fix socket tests. by Yabin Cui · 8 years ago
  11. b4cff49 Address const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  12. 3f902aa adb: relax serial matching rules. by David Pursell · 8 years ago
  13. 022d447 adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 8 years ago
  14. aa77e22 adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 9 years ago
  15. c1b1f6f Add unit tests for local socket. by Yabin Cui · 9 years ago