1. 56af582 Merge "adb: fix two device offline problems." by Treehugger Robot · 7 years ago
  2. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  3. b087d30 libcutils: compile with BOARD_VNDK_VERSION current by Steven Moreland · 7 years ago
  4. 4e56250 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  5. c75f65f adb: use __android_log_is_debuggable() by Mark Salyzyn · 8 years ago
  6. 67ac379 adb: rationalize types. by Josh Gao · 8 years ago
  7. d53cfee Merge "adb: fix host-side serial number parsing for IPv6." by Treehugger Robot · 8 years ago
  8. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  9. 24b62a7 adb: fix host-side serial number parsing for IPv6. by David Pursell · 8 years ago
  10. bd4d4e1 Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 8 years ago
  11. c3d1c11 Minor adb style fixes. by Elliott Hughes · 8 years ago
  12. 80814e1 adb: use asocket's close function when closing. by Josh Gao · 8 years ago
  13. 0f1a20a adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 8 years ago
  14. ef550fe adb: clang-format sockets.cpp. by Josh Gao · 8 years ago
  15. ca35e9e Address const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  16. c929c6f adb: relax serial matching rules. by David Pursell · 8 years ago
  17. 9055a58 Increase the maximum shell command length to 4096ish. by Josh Gao · 9 years ago
  18. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  19. 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  20. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  21. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 9 years ago
  22. 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
  23. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  24. 70ec57b adb: remove adisconnect in aremotesocket. by Yabin Cui · 9 years ago
  25. 8e503aa adb: fix a data race in local_socket_event_func. by Yabin Cui · 9 years ago
  26. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  27. 9a50f4c Make connection states a proper type. by Dan Albert · 9 years ago
  28. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  29. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  30. ea62dfe Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 9 years ago
  31. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  32. ab88242 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  33. db6fe64 File header cleanup. by Dan Albert · 9 years ago
  34. f30d73c Move adb to C++. by Dan Albert · 9 years ago[Renamed (92%) from sockets.c]
  35. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago