1. 3f7b440 Refactor-only CL: now using test_utils::GetUnassignedPort() for by Shaju Mathew · 3 years, 2 months ago
  2. 705fa1c Replacing spurious naming, and residual tech debt. by Shaju Mathew · 3 years, 3 months ago
  3. 3bff330 ADB: Delete test framework interrupt trick by Fabien Sanglard · 3 years, 7 months ago
  4. 7a0735c Flakiness management: bind() failure causing fragility. by Shaju Mathew · 3 years, 7 months ago
  5. b51193a adb: move fdevent to its own folder. by Josh Gao · 7 years ago
  6. 18f7a5c adb: don't close sockets before hitting EOF. by Josh Gao · 7 years ago
  7. c270596 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
  8. 8d49e12 adb: switch skip_host_serial to string_view. by Josh Gao · 7 years ago
  9. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 8 years ago
  10. 205a8f4 adb: try harder to fill our test sockets. by Josh Gao · 8 years ago
  11. c7bdb6d adb: move ownership of the fdevent thread into FdeventTest. by Josh Gao · 8 years ago
  12. d2c6b40 adb: guarantee that fdevent_run_on_main_thread happens last. by Josh Gao · 8 years ago
  13. cd60820 adb: extract the sleep in socket_test to its own function. by Josh Gao · 8 years ago
  14. 4b80850 adb: don't immediately close a socket when write fails. by Josh Gao · 8 years ago
  15. d5e56ce adb: improve socket tests. by Josh Gao · 8 years ago
  16. 8020602 adb: add test for flushing socket data after a write failure. by Josh Gao · 8 years ago
  17. a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 8 years ago
  18. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 9 years ago
  19. 70267e4 adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 9 years ago
  20. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 9 years ago
  21. 24b62a7 adb: fix host-side serial number parsing for IPv6. by David Pursell · 10 years ago
  22. 97a035c Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 10 years ago
  23. 40a4727 adb: fix socket tests. by Yabin Cui · 10 years ago
  24. ca35e9e Address const issues in preparation for libcxx rebase. by Dan Austin · 10 years ago
  25. c929c6f adb: relax serial matching rules. by David Pursell · 10 years ago
  26. 511763b adb: make fdevent_test, socket_test compile on Windows. by Josh Gao · 10 years ago
  27. ec2e7d8 adb: detect sockets in CLOSE_WAIT state to prevent socket leak on linux. by Yabin Cui · 11 years ago
  28. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 11 years ago