1. bef3d19 Fix logging to allow real-time log monitoring by Fabien Sanglard · 1 year, 4 months ago
  2. f19cbba Disambiguate two identical error messages. by Elliott Hughes · 1 year, 4 months ago
  3. a8ab5ce Pedantry: even modern C doesn't need (void) any more. by Elliott Hughes · 1 year, 9 months ago
  4. fc7e497 Limit the maximum size of the incoming packet queue by Josh Gao · 2 years, 4 months ago
  5. 3d155b6 Device speed/maxSpeed retrieval + API by Fabien Sanglard · 2 years, 4 months ago
  6. 6e38613 Trace all service requests by Fabien Sanglard · 2 years, 6 months ago
  7. 65639ca Faster adb unroot/root by Julien Desprez · 2 years, 10 months ago
  8. b69c59c Convert int-as-a-bool to actual bool by Fabien Sanglard · 3 years, 7 months ago
  9. 4a402d8 adb: fix deferred close. by Josh Gao · 3 years, 7 months ago
  10. 3228e2f ADB: Delete unused force_eof by Fabien Sanglard · 3 years, 7 months ago
  11. 13508c1 Reject external connect: requests. by Shaju Mathew · 3 years, 9 months ago
  12. bd1f300 adb: add receive windowing. by Josh Gao · 4 years, 3 months ago
  13. 83c0bce Update language to comply with Android's inclusive language guidance by Jeff Sharkey · 6 years ago
  14. 65d18e2 adbd: avoid compiling more code in the daemon. by Josh Gao · 6 years ago
  15. 8461387 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 7 years ago
  16. e5e6b0d [adb] Optimize adbd's usb reading by Yurii Zubrytskyi · 7 years ago
  17. 0779075 adb: fix old host transport selection. by Josh Gao · 7 years ago
  18. 0d1e8fd libbase: add ConsumePrefix/ConsumeSuffix. by Elliott Hughes · 7 years ago
  19. 9a2f349 adb: switch sockets.cpp to ConsumePrefix. by Josh Gao · 7 years ago
  20. b13f3cd adb: tell the client what transport it received. by Josh Gao · 7 years ago
  21. 0565ae0 adb: switch host_service_to_socket to string_view. by Josh Gao · 7 years ago
  22. cd30bb3 adb: switch handle_host_request to string_view. by Josh Gao · 7 years ago
  23. 18f7a5c adb: don't close sockets before hitting EOF. by Josh Gao · 7 years ago
  24. 74b8498 adb: Fix incorrect logging statement by Greg Kaiser · 7 years ago
  25. b543130 Merge "Add native vsock support to ADB." by Treehugger Robot · 7 years ago
  26. 637aaf5 Add native vsock support to ADB. by Cody Schuffelen · 7 years ago
  27. c270596 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
  28. 4a037e2 adb: switch connect_to_remote to string_view. by Josh Gao · 7 years ago
  29. 8d49e12 adb: switch skip_host_serial to string_view. by Josh Gao · 7 years ago
  30. 6dbf579 adb: finish switching service creation to string_view. by Josh Gao · 7 years ago
  31. 3edf807 adbd: add source/sink services. by Josh Gao · 7 years ago
  32. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  33. 9425027 Revert "adb: don't close sockets before hitting EOF." by Josh Gao · 7 years ago
  34. de4b85e adb: don't close sockets before hitting EOF. by Josh Gao · 8 years ago
  35. d306747 adb: clean up handle_host_request. by Josh Gao · 8 years ago
  36. 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  37. 9f155db adb: add IOVector. by Josh Gao · 8 years ago
  38. 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 8 years ago
  39. 9528df2 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 8 years ago
  40. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 8 years ago
  41. ebc1c31 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 8 years ago
  42. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 8 years ago
  43. b50b92f adb: don't set has_write_error on success. by Josh Gao · 8 years ago
  44. 4b80850 adb: don't immediately close a socket when write fails. by Josh Gao · 8 years ago
  45. 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 8 years ago
  46. 5cb76ce adb: use delete on objects with destructors. by Josh Gao · 8 years ago
  47. a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 8 years ago
  48. 2b3db9e adb: switch asocket's intrusive linked list to vectors. by Josh Gao · 8 years ago
  49. b69c78b adb: add lock to remove_socket. by Josh Gao · 9 years ago
  50. b39e415 adb: allow selection of a specific transport. by Josh Gao · 9 years ago
  51. 0501202 adb: increase the shell command length limit. by Josh Gao · 9 years ago
  52. 56af582 Merge "adb: fix two device offline problems." by Treehugger Robot · 9 years ago
  53. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 9 years ago
  54. b087d30 libcutils: compile with BOARD_VNDK_VERSION current by Steven Moreland · 9 years ago
  55. 4e56250 adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 9 years ago
  56. c75f65f adb: use __android_log_is_debuggable() by Mark Salyzyn · 10 years ago
  57. 67ac379 adb: rationalize types. by Josh Gao · 9 years ago
  58. d53cfee Merge "adb: fix host-side serial number parsing for IPv6." by Treehugger Robot · 10 years ago
  59. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 10 years ago
  60. 24b62a7 adb: fix host-side serial number parsing for IPv6. by David Pursell · 10 years ago
  61. bd4d4e1 Use <condition_variable> and <mutex.h> from MinGW by Pirama Arumuga Nainar · 10 years ago
  62. c3d1c11 Minor adb style fixes. by Elliott Hughes · 10 years ago
  63. 80814e1 adb: use asocket's close function when closing. by Josh Gao · 10 years ago
  64. 0f1a20a adb: switch the socket list mutex to a recursive_mutex. by Josh Gao · 10 years ago
  65. ef550fe adb: clang-format sockets.cpp. by Josh Gao · 10 years ago
  66. ca35e9e Address const issues in preparation for libcxx rebase. by Dan Austin · 10 years ago
  67. c929c6f adb: relax serial matching rules. by David Pursell · 10 years ago
  68. 9055a58 Increase the maximum shell command length to 4096ish. by Josh Gao · 10 years ago
  69. 28bc2cb adb/base: minor compiler portability improvements by Spencer Low · 10 years ago
  70. 67943d1 Fix adb -d/-e error reporting. by Elliott Hughes · 10 years ago
  71. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 11 years ago
  72. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 11 years ago
  73. 8da19a4 adb: implement shell protocol. by David Pursell · 11 years ago
  74. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 11 years ago
  75. 70ec57b adb: remove adisconnect in aremotesocket. by Yabin Cui · 11 years ago
  76. 8e503aa adb: fix a data race in local_socket_event_func. by Yabin Cui · 11 years ago
  77. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 11 years ago
  78. 9a50f4c Make connection states a proper type. by Dan Albert · 11 years ago
  79. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 11 years ago
  80. 88b4c85 More adb buffer fixes. by Elliott Hughes · 11 years ago
  81. ea62dfe Merge "Remove extern "C" barriers to using C++." by Elliott Hughes · 11 years ago
  82. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 11 years ago
  83. ab88242 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 11 years ago
  84. db6fe64 File header cleanup. by Dan Albert · 11 years ago
  85. f30d73c Move adb to C++. by Dan Albert · 11 years ago[Renamed (92%) from sockets.c]
  86. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 11 years ago