1. a98aab2 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 6 years ago
  2. 7c87b07 adb: don't immediately close a socket when write fails. by Josh Gao · 6 years ago
  3. f571fcb adb: switch apacket over to a std::string payload. by Josh Gao · 6 years ago
  4. e0361d1 adb: use delete on objects with destructors. by Josh Gao · 6 years ago
  5. 27cb7dc adb: switch asocket::enqueue to std::string. by Josh Gao · 6 years ago
  6. 5e50764 adb: switch asocket's intrusive linked list to vectors. by Josh Gao · 6 years ago
  7. 62c92f0 adb: add lock to remove_socket. by Josh Gao · 7 years ago
  8. b122b17 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
  9. a019f78 adb: increase the shell command length limit. by Josh Gao · 7 years ago
  10. 2e82107 Merge "adb: fix two device offline problems." by Treehugger Robot · 7 years ago
  11. b5e1141 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  12. d73be1b libcutils: compile with BOARD_VNDK_VERSION current by Steven Moreland · 7 years ago
  13. 22d2b3e adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  14. 97787a0 adb: use __android_log_is_debuggable() by Mark Salyzyn · 8 years ago
  15. 06d61d4 adb: rationalize types. by Josh Gao · 8 years ago
  16. b1c4d90 Merge "adb: fix host-side serial number parsing for IPv6." by Treehugger Robot · 8 years ago
  17. ffdec18 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  18. 73d55aa adb: fix host-side serial number parsing for IPv6. by David Pursell · 8 years ago
  19. 7eaef8a Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  20. ffc73a3 Minor adb style fixes. by Elliott Hughes · 8 years ago
  21. 53eb31d adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  22. 9b587de adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  23. 52bd852 adb: clang-format sockets.cpp. by Josh Gao · 8 years ago
  24. b4cff49 Address const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  25. 3f902aa adb: relax serial matching rules. by David Pursell · 8 years ago
  26. 7e6683c Increase the maximum shell command length to 4096ish. by Josh Gao · 8 years ago
  27. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  28. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  29. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  30. c1b1f6f Add unit tests for local socket. by Yabin Cui · 9 years ago
  31. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  32. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  33. fd28f32 adb: remove adisconnect in aremotesocket. by Yabin Cui · 9 years ago
  34. 0067412 adb: fix a data race in local_socket_event_func. by Yabin Cui · 9 years ago
  35. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  36. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  37. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  38. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  39. 0b8ecb3 Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 9 years ago
  40. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  41. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  42. 3313426 File header cleanup. by Dan Albert · 9 years ago
  43. bac3474 Move adb to C++. by Dan Albert · 9 years ago[Renamed (92%) from adb/sockets.c]
  44. 9b1fd96 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago