1. 3b4be35 adbd: reduce queue depths. by Josh Gao · 5 years ago
  2. 641c708 adbd: reduce the USB buffer sizes to 16k. by Josh Gao · 5 years ago
  3. e3fa0c8 adbd: demote CHECKs to warning logs. by Josh Gao · 6 years ago
  4. dcf3688 adbd: wait for FUNCTIONFS_BIND for up to a second, then retry. by Josh Gao · 6 years ago
  5. 961496c adbd: listen to all functionfs events. by Josh Gao · 6 years ago
  6. cc14d39 adbd: increment writes_submitted_ before submitting writes. by Josh Gao · 6 years ago
  7. c7a4090 Merge "adbd: support ro.adb.nonblocking_ffs." by Josh Gao · 6 years ago
  8. 99920cb adbd: support ro.adb.nonblocking_ffs. by Josh Gao · 6 years ago
  9. 9f60846 adb: fix uninitialized variable. by Josh Gao · 6 years ago
  10. 3df5653 adbd: properly handle FUNCTIONFS_BIND without ENABLE. by Josh Gao · 6 years ago
  11. 33b966e Merge "Revert "Revert "adbd: switch the default USB implementation.""" by Treehugger Robot · 6 years ago
  12. e71dc09 Merge "adbd: fix a case where we can fail to join a thread." by Josh Gao · 6 years ago
  13. e6d7361 adbd: tune USB read/write sizes and queue depths. by Josh Gao · 6 years ago
  14. 5f57277 adbd: fix a case where we can fail to join a thread. by Josh Gao · 6 years ago
  15. bfd7afc Revert "Revert "adbd: switch the default USB implementation."" by Josh Gao · 6 years ago
  16. b9727b0 adbd: limit the sizes of aio writes. by Josh Gao · 6 years ago
  17. a8d018c Revert "adbd: switch the default USB implementation." by Josh Gao · 6 years ago
  18. 52bce2d adbd: switch the default USB implementation. by Josh Gao · 6 years ago
  19. b8afeea adbd: fallback to legacy USB implementation if needed. by Josh Gao · 6 years ago
  20. 3a34bc5 adbd: implement a nonblocking USB Connection. by Josh Gao · 6 years ago
  21. f0cb546 adbd: rename daemon/usb.cpp to daemon/usb_legacy.cpp. by Josh Gao · 6 years ago
  22. e485ce8 adbd: extract functionfs fd creation. by Josh Gao · 6 years ago
  23. 9fce564 adbd: use unique_fd for the usb file descriptors. by Josh Gao · 6 years ago
  24. 2174685 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 6 years ago
  25. 01ee27f adb: Add io size and zero packet to usb_handle by Jerry Zhang · 6 years ago
  26. 76d17db adb: Have device usb_handle return io size by Jerry Zhang · 6 years ago
  27. d4fe8b6 adb: Expose device usb_handle through libadbd by Jerry Zhang · 6 years ago
  28. 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  29. c10d589 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 6 years ago
  30. cc20cc7 adb: Move io_setup to usb_handle init by Jerry Zhang · 6 years ago
  31. 92490e6 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
  32. 021a85a Merge "adb: Open FunctionFS files with more restrictive access modes" by Treehugger Robot · 7 years ago
  33. 7596c42 adb: Remove usages of ENDPOINT_ALLOC by Jerry Zhang · 7 years ago
  34. ed94953 adb: Open FunctionFS files with more restrictive access modes by Luis Hector Chavez · 7 years ago
  35. 6999d13 Make libasyncio headers usable from C by Jerry Zhang · 7 years ago
  36. a2cb8de adb: Use kernel aio for functionfs. by Jerry Zhang · 7 years ago
  37. 03eba90 adbd: add logging to troubleshoot usb issues. by Josh Gao · 7 years ago
  38. 272e7a6 Revert "adb: Lower EP_ALLOC retry count" by Jerry Zhang · 7 years ago
  39. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  40. 9611547 adb: Do not signal gaget stack unless descriptors are written by Badhri Jagan Sridharan · 8 years ago
  41. b88057d adb: set max_rw to USB_FFS_BULK_SIZE explicitly by Jerry Zhang · 8 years ago
  42. a413636 adb: Lower EP_ALLOC retry count by Jerry Zhang · 8 years ago
  43. ed795c0 adb: Add bMaxBurst to superspeed descriptors by Jerry Zhang · 8 years ago
  44. 76f9c72 adb: Pre allocate kernel memory by Jerry Zhang · 8 years ago
  45. 484aaba adb: reorganize adbd USB handling code. by Josh Gao · 8 years ago[Renamed (93%) from usb_linux_client.cpp]
  46. 0dde9c8 adb: remove support for legacy f_adb interface. by Josh Gao · 8 years ago
  47. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  48. 8b249d2 Switch adb to <android-base/properties.h>. by Elliott Hughes · 8 years ago
  49. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  50. 686558e Revert "adb: close ep0 on disconnection." by Siqi Lin · 8 years ago
  51. d86563b adb: close ep0 on disconnection. by Yabin Cui · 8 years ago
  52. 6760b2a adb: fix adb usb operations on device. by Yabin Cui · 8 years ago
  53. 382ea6e adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
  54. c95bb3d adb: extract USB FFS read/write limit constants. by Josh Gao · 9 years ago
  55. 83e329e adb: split up reads longer than 16k. by Josh Gao · 9 years ago
  56. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  57. aafa096 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  58. 8e70125 adbd: split up writes longer than 16k. by Josh Gao · 9 years ago
  59. 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 9 years ago
  60. f1500ca adbd: Add os descriptor support for adb. by Badhri Jagan Sridharan · 9 years ago
  61. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  62. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  63. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  64. 0bd8587 EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 9 years ago
  65. c793f39 Merge "adbd: enable USB SuperSpeed (again)" by Badhri Jagan Sridharan · 9 years ago
  66. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  67. 5c761bd adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 9 years ago
  68. b64ab09 adbd: enable USB SuperSpeed (again) by Jack Pham · 9 years ago
  69. 3a2421b adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  70. 53a3744 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  71. 151f488 Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  72. ad87c02 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  73. 712416a Add some missing 'static's. by Elliott Hughes · 9 years ago
  74. f251714 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  75. d0269c9 Add missing null checks after allocations. by Elliott Hughes · 9 years ago
  76. e1febe9 adb: set sys.usb.ffs.ready to signal usb pullup by Badhri Jagan Sridharan · 9 years ago
  77. 7cf3575 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 9 years ago
  78. 392692c Switch usb_linux_client to C++. by Elliott Hughes · 9 years ago[Renamed (93%) from usb_linux_client.c]
  79. db6fe64 File header cleanup. by Dan Albert · 10 years ago
  80. b302d12 Move transport declarations into transport.h. by Dan Albert · 10 years ago
  81. f7555b1 Fix the v2 descriptor handling. by Christopher Ferris · 10 years ago
  82. d6a6373 adbd & fastbootd: Support for new f_fs descriptor format by Badhri Jagan Sridharan · 10 years ago
  83. 1fc58c5 adb: enable superspeed support by Zhuang Jin Can · 10 years ago
  84. cfdd7c7 Merge "adbd: Don't close/reopen FFS ep0 on disconnect" by Benoit Goby · 11 years ago
  85. 9c0d940 system/core 64-bit cleanup. by Elliott Hughes · 11 years ago
  86. 6c3cef5 adbd: Don't close/reopen FFS ep0 on disconnect by Jack Pham · 11 years ago
  87. d7270f2 FunctionFS: initial implementation by Andrzej Pietrasiewicz · 13 years ago
  88. 6dfaf4b adb: Add ability to specify device path by Scott Anderson · 12 years ago
  89. 2e5dd6e adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 14 years ago
  90. 1f501f3 Revert "Fix adb hang when subprocess dies early." by JP Abgrall · 14 years ago
  91. 5066a9b Fix adb hang when subprocess dies early. by JP Abgrall · 14 years ago
  92. e45583f adb: On Linux, detect USB devices for which adb does not have permissions to communicate with. by Mike Lockwood · 15 years ago
  93. 9ca14dc auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  94. 334880a auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  95. c39d59d Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  96. 25320a3 Initial Contribution by The Android Open Source Project · 16 years ago