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