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