1. f050f68 Distinguish transport threads. by Elliott Hughes · 9 years ago
  2. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  3. 2d4c198 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  4. ca368bc adb: call run_transport_disconnects() only once. by Yabin Cui · 9 years ago
  5. 4d64fd8 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
  6. d4641cc Merge "adb: fix a fake data race on transport:kick reported by tsan." by Yabin Cui · 9 years ago
  7. d6662ec adb: fix a fake data race on transport:kick reported by tsan. by Yabin Cui · 9 years ago
  8. 10dedd8 adb: keep all asocket operations in the main thread. by Yabin Cui · 9 years ago
  9. 0bd8587 EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  10. b628cb1 adb sync cleanup. by Elliott Hughes · 9 years ago
  11. be8e54b Add feature list to connection banner. by Dan Albert · 9 years ago
  12. a96dabf Make clear of the data length sent by write_packet. by Yabin Cui · 9 years ago
  13. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  14. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  15. 3212939 Fix adbd/adb server confusion in an error message. by Elliott Hughes · 9 years ago
  16. 24f5276 Improve the "device '(null)' not found" error. by Elliott Hughes · 9 years ago
  17. ecce503 Make atransport be a real class. by Dan Albert · 9 years ago
  18. 9a50f4c Make connection states a proper type. by Dan Albert · 9 years ago
  19. a8c3414 Be tolerant of devices that don't report serials. by Dan Albert · 9 years ago
  20. f251714 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  21. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  22. fb59684 Add WriteFdFmt and clean up more code. by Elliott Hughes · 9 years ago
  23. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  24. da94581 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  25. d0269c9 Add missing null checks after allocations. by Elliott Hughes · 9 years ago
  26. ea62dfe Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 9 years ago
  27. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  28. ab88242 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  29. abfa720 Fix "adb devices -l". by Elliott Hughes · 9 years ago
  30. db6fe64 File header cleanup. by Dan Albert · 9 years ago
  31. f30d73c Move adb to C++. by Dan Albert · 10 years ago[Renamed (97%) from transport.c]
  32. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 10 years ago