1. ffc73a3 Minor adb style fixes. by Elliott Hughes · 8 years ago
  2. 53eb31d adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  3. 9b587de adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  4. 52bd852 adb: clang-format sockets.cpp. by Josh Gao · 8 years ago
  5. b4cff49 Address const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  6. 3f902aa adb: relax serial matching rules. by David Pursell · 8 years ago
  7. 7e6683c Increase the maximum shell command length to 4096ish. by Josh Gao · 8 years ago
  8. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  9. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  10. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  11. c1b1f6f Add unit tests for local socket. by Yabin Cui · 9 years ago
  12. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  13. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  14. fd28f32 adb: remove adisconnect in aremotesocket. by Yabin Cui · 9 years ago
  15. 0067412 adb: fix a data race in local_socket_event_func. by Yabin Cui · 9 years ago
  16. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  17. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  18. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  19. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  20. 0b8ecb3 Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 9 years ago
  21. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  22. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  23. 3313426 File header cleanup. by Dan Albert · 9 years ago
  24. bac3474 Move adb to C++. by Dan Albert · 9 years ago[Renamed (92%) from adb/sockets.c]
  25. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago