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