- 12794c0 Merge "Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND.""" by Elliott Hughes · 6 years ago
- fab9f30 Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Elliott Hughes · 6 years ago
- 2a6ec6c Merge "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 6 years ago
- b00e66f Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 6 years ago
- 9dba0f5 Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 6 years ago
- fc0f80a adb: turn CHECKs into an error + transport restart. by Josh Gao · 6 years ago
- 2b668d3 adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND. by Josh Gao · 6 years ago
- 2683d0a Merge changes I2d005e17,If2eec162,Icfd642e6 by Josh Gao · 6 years ago
- 43a0a9a adbd: respond to device-to-host control transfers. by Josh Gao · 6 years ago
- fc2e200 adbd: read, print, and ignore USB control transfers. by Josh Gao · 6 years ago
- fe7eca7 Initialize all fields of struct iocb. by Evgenii Stepanov · 6 years ago
- 2916e14 adbd: don't abort on EOF on functionfs control fd. by Josh Gao · 6 years ago
- 910ce0f adbd: avoid starting multiple worker threads. by Josh Gao · 6 years ago
- 28293f1 adbd: reduce queue depths. by Josh Gao · 6 years ago
- 770a6a4 adbd: reduce the USB buffer sizes to 16k. by Josh Gao · 6 years ago
- 87afd52 adbd: demote CHECKs to warning logs. by Josh Gao · 6 years ago
- 19dc296 adbd: wait for FUNCTIONFS_BIND for up to a second, then retry. by Josh Gao · 6 years ago
- 6933d54 adbd: listen to all functionfs events. by Josh Gao · 6 years ago
- 63b52ec adbd: increment writes_submitted_ before submitting writes. by Josh Gao · 6 years ago
- affe351 Merge "adbd: support ro.adb.nonblocking_ffs." by Josh Gao · 6 years ago
- 8038e35 adbd: support ro.adb.nonblocking_ffs. by Josh Gao · 6 years ago
- b019574 adb: fix uninitialized variable. by Josh Gao · 6 years ago
- 007a4dc adbd: properly handle FUNCTIONFS_BIND without ENABLE. by Josh Gao · 6 years ago
- f97193d Merge "Revert "Revert "adbd: switch the default USB implementation.""" by Treehugger Robot · 6 years ago
- b530537 Merge "adbd: fix a case where we can fail to join a thread." by Josh Gao · 6 years ago
- 5841a96 adbd: tune USB read/write sizes and queue depths. by Josh Gao · 6 years ago
- e778b3a adbd: fix a case where we can fail to join a thread. by Josh Gao · 6 years ago
- 02e94a4 Revert "Revert "adbd: switch the default USB implementation."" by Josh Gao · 6 years ago
- 86b33be adbd: limit the sizes of aio writes. by Josh Gao · 6 years ago
- 0d78039 Revert "adbd: switch the default USB implementation." by Josh Gao · 6 years ago
- 12f3284 adbd: switch the default USB implementation. by Josh Gao · 7 years ago
- c0b831b adbd: fallback to legacy USB implementation if needed. by Josh Gao · 6 years ago
- c51726c adbd: implement a nonblocking USB Connection. by Josh Gao · 7 years ago
- 61e9e39 adbd: rename daemon/usb.cpp to daemon/usb_legacy.cpp. by Josh Gao · 7 years ago
- 613cbb4 adbd: extract functionfs fd creation. by Josh Gao · 7 years ago
- 860cc5a adbd: use unique_fd for the usb file descriptors. by Josh Gao · 7 years ago
- cb140c0 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 7 years ago
- cda7c3b adb: Add io size and zero packet to usb_handle by Jerry Zhang · 7 years ago
- 16b78db adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
- b156c60 adb: Expose device usb_handle through libadbd by Jerry Zhang · 7 years ago
- aed415c [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 93e4501 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
- d8c1ae9 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
- 5ba6802 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
- f78ff01 Merge "adb: Open FunctionFS files with more restrictive access modes" by Treehugger Robot · 7 years ago
- 99499f1 adb: Remove usages of ENDPOINT_ALLOC by Jerry Zhang · 7 years ago
- 3a3df40 adb: Open FunctionFS files with more restrictive access modes by Luis Hector Chavez · 7 years ago
- c3d4e72 Make libasyncio headers usable from C by Jerry Zhang · 7 years ago
- ecee434 adb: Use kernel aio for functionfs. by Jerry Zhang · 8 years ago
- 184f571 adbd: add logging to troubleshoot usb issues. by Josh Gao · 8 years ago
- 40a8778 Revert "adb: Lower EP_ALLOC retry count" by Jerry Zhang · 8 years ago
- e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
- 43fd1a4 adb: Do not signal gaget stack unless descriptors are written by Badhri Jagan Sridharan · 8 years ago
- f3fb7de adb: set max_rw to USB_FFS_BULK_SIZE explicitly by Jerry Zhang · 8 years ago
- 05fe272 adb: Lower EP_ALLOC retry count by Jerry Zhang · 8 years ago
- b5a34a2 adb: Add bMaxBurst to superspeed descriptors by Jerry Zhang · 8 years ago
- 55205a5 adb: Pre allocate kernel memory by Jerry Zhang · 9 years ago
- 44c688c adb: reorganize adbd USB handling code. by Josh Gao · 9 years ago[Renamed (93%) from adb/usb_linux_client.cpp]
- 183b73e adb: remove support for legacy f_adb interface. by Josh Gao · 9 years ago
- dbe91ee Switch adb over to <chrono>. by Elliott Hughes · 9 years ago
- ffdec18 Switch adb to <android-base/properties.h>. by Elliott Hughes · 9 years ago
- 0cd3ae1 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 9 years ago
- 8c40762 Revert "adb: close ep0 on disconnection." by Siqi Lin · 9 years ago
- 69e97e4 adb: close ep0 on disconnection. by Yabin Cui · 9 years ago
- 9b53e4c adb: fix adb usb operations on device. by Yabin Cui · 9 years ago
- d9db09c adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- ae72b5a adb: extract USB FFS read/write limit constants. by Josh Gao · 10 years ago
- 0b19540 adb: split up reads longer than 16k. by Josh Gao · 10 years ago
- 1b708d3 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 10 years ago
- 663e949 Merge "adb: add help text for USB permission errors." by David Pursell · 10 years ago
- 6b531c4 adbd: split up writes longer than 16k. by Josh Gao · 10 years ago
- d2acbd1 adb: add help text for USB permission errors. by David Pursell · 10 years ago
- ca2a0bd adbd: Add os descriptor support for adb. by Badhri Jagan Sridharan · 10 years ago
- aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 10 years ago
- 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 10 years ago
- 49ee7cf adb: set thread names (linux & mac) by Siva Velusamy · 10 years ago
- 8fcd8bc EINTR is handled by adb_read/unix_read and friends. by Elliott Hughes · 10 years ago
- e3c0288 Merge "adbd: enable USB SuperSpeed (again)" by Badhri Jagan Sridharan · 10 years ago
- 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
- 8d8126a adb: logging: newlines, thread ids, error code overwriting by Spencer Low · 10 years ago
- a190c80 adbd: enable USB SuperSpeed (again) by Jack Pham · 10 years ago
- 6ac5d7d adb: fix adb_close() vs. unix_close() usage by Spencer Low · 10 years ago
- c89e0cc Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 10 years ago
- 218dbcc Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 10 years ago
- cf07494 Split adb_main.cpp into client and daemon. by Dan Albert · 10 years ago
- 3edd54b Add some missing 'static's. by Elliott Hughes · 10 years ago
- 9b0f354 Simplify adb_thread_create. by Elliott Hughes · 10 years ago
- dc3b459 Add missing null checks after allocations. by Elliott Hughes · 10 years ago
- 5f97370 adb: set sys.usb.ffs.ready to signal usb pullup by Badhri Jagan Sridharan · 10 years ago
- a7090b9 Remove yet more fixed-length buffers (and their overruns). by Elliott Hughes · 10 years ago
- 2acec91 Switch usb_linux_client to C++. by Elliott Hughes · 10 years ago[Renamed (93%) from adb/usb_linux_client.c]
- 3313426 File header cleanup. by Dan Albert · 10 years ago
- 7664901 Move transport declarations into transport.h. by Dan Albert · 10 years ago
- c49f51c Fix the v2 descriptor handling. by Christopher Ferris · 11 years ago
- ab3446d adbd & fastbootd: Support for new f_fs descriptor format by Badhri Jagan Sridharan · 11 years ago
- d6ee9f2 adb: enable superspeed support by Zhuang Jin Can · 11 years ago
- 6ddabb7 Merge "adbd: Don't close/reopen FFS ep0 on disconnect" by Benoit Goby · 12 years ago
- ccecf14 system/core 64-bit cleanup. by Elliott Hughes · 12 years ago
- 4cbf1d8 adbd: Don't close/reopen FFS ep0 on disconnect by Jack Pham · 12 years ago
- fd96db1 FunctionFS: initial implementation by Andrzej Pietrasiewicz · 14 years ago