- b701bfe Revert "adb: detect some spin loops and abort." by Josh Gao · 7 years ago
- b5f3aa3 Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585 by Treehugger Robot · 7 years ago
- bf8e08e adb: detect some spin loops and abort. by Josh Gao · 7 years ago
- 7f3c633 Merge "adb: add nonblocking fd Connection." by Treehugger Robot · 7 years ago
- 1293716 adb: add an id field to fdevent. by Josh Gao · 7 years ago
- dd9cf99 adb: delete unused members in fdevent. by Josh Gao · 7 years ago
- bf5167c adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
- 278c7a0 Merge "Fix `adb logcat` return code." by Elliott Hughes · 7 years ago
- 8fa3351 Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
- 1e41fda adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
- 19c39fa Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
- d244d47 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
- 2c513a1 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
- 469dc3a adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
- 7dfacb8 Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
- 7d5762c adb: really fix the mac build. by Josh Gao · 7 years ago
- 65c88d0 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
- 01aa5e9 adb: fix mac build. by Josh Gao · 7 years ago
- eb59039 Build adbd for recovery by Jiyong Park · 7 years ago
- 492bfbe adb: add benchmark script. by Josh Gao · 7 years ago
- 9f155db adb: add IOVector. by Josh Gao · 7 years ago
- 2cf03a3 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
- c52e660 Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
- 8d7069e Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
- 2eea8d3 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
- 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
- ffa58c2 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
- d09ba31 adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
- 810fedb adb: move towards using unique_fd. by Josh Gao · 7 years ago
- 04cd75d adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
- 9528df2 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
- a3bce07 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
- c10d589 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
- 8721ff4 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
- 47221a3 Merge "adb: warn on remount if undoing deduplication is impossible" by Treehugger Robot · 7 years ago
- a452f0e adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
- 947b213 adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
- 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
- cc20cc7 adb: Move io_setup to usb_handle init by Jerry Zhang · 7 years ago
- 92490e6 adb: Retry io in case of interrupt by Jerry Zhang · 7 years ago
- d22f8ac adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
- c838850 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
- cac0585 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
- 78e6068 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
- dd51e16 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
- fd454c3 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
- e964a0e Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
- c26aae1 Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
- 30a3c5a Documented adb install --instant by Felipe Leme · 7 years ago
- 564cd84 Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
- 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
- 52328b6 Merge "adb: Avoid waiting for emulator connections" by android-build-prod (mdb) · 7 years ago
- 25bc41c adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
- 9ede4db Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
- ce226c9 Add test_suites lines. by Elliott Hughes · 7 years ago
- 3c7881d adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
- da74b90 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
- 3ab710e Merge changes I722d2c41,Ic216ddef by Treehugger Robot · 7 years ago
- 45d3c0e Merge "adb: don't error in handle_host_request if we can't acquire a transport." by Treehugger Robot · 7 years ago
- 491454f adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 7 years ago
- bf8a722 Improve test_adb.py by Luis Hector Chavez · 7 years ago
- 7771920 adb: Distinguish betwen already-connected and connection failure by Luis Hector Chavez · 7 years ago
- ffe0c42 Remove out of date comment. by Elliott Hughes · 7 years ago
- ebc1c31 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 7 years ago
- caeda2c adb: win32: cleanup winsock initialization. by Josh Gao · 7 years ago
- de16596 adb: win32: properly set EBADF in some functions. by Josh Gao · 7 years ago
- 08229f6 adb: partially clang-format sysdeps_win32.cpp. by Josh Gao · 7 years ago
- 1bbdd25 adb: implement adb_writev. by Josh Gao · 7 years ago
- cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
- 83d33f8 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 7 years ago
- c7f2d19 adb: properly calculate packet size on Mac. by Josh Gao · 7 years ago
- 4cd7a04 Merge "Support /odm and /product in "adb remount" and "adb sync"." by Elliott Hughes · 7 years ago
- e4528e1 adb: Correctly drop caps when ambient capabilities are used by Luis Hector Chavez · 7 years ago
- f5e9010 Merge "adbd: configure jemalloc to not immediately purge." by Treehugger Robot · 7 years ago
- 358aca2 adbd: configure jemalloc to not immediately purge. by Josh Gao · 7 years ago
- d87cca6 Merge "Revert "Revert "adb: add transport benchmark.""" by Treehugger Robot · 7 years ago
- 11e41d6 Revert "Revert "adb: add transport benchmark."" by Josh Gao · 7 years ago
- 145ac02 Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
- e9969d8 Merge "Move adb/fastboot bash completion into adb/fastboot." by Elliott Hughes · 7 years ago
- 476b36e Move adb/fastboot bash completion into adb/fastboot. by Elliott Hughes · 7 years ago
- a1bbd84 Merge "Revert "adb: add transport benchmark."" by David Brazdil · 7 years ago
- a2ae7d4 Revert "adb: add transport benchmark." by David Brazdil · 7 years ago
- a4b4026 Merge "adb: add transport benchmark." by Josh Gao · 7 years ago
- 3d3aa81 Merge "adb: don't abort when connecting to the same address twice." by Josh Gao · 7 years ago
- 8c7f0df adb: add transport benchmark. by Josh Gao · 7 years ago
- 13781e8 adb: don't abort when connecting to the same address twice. by Josh Gao · 7 years ago
- 205a8f4 adb: try harder to fill our test sockets. by Josh Gao · 7 years ago
- b50b92f adb: don't set has_write_error on success. by Josh Gao · 7 years ago
- c7bdb6d adb: move ownership of the fdevent thread into FdeventTest. by Josh Gao · 7 years ago
- d2c6b40 adb: guarantee that fdevent_run_on_main_thread happens last. by Josh Gao · 7 years ago
- be2ee7b adb: fix FdeventTest.invalid_fd on Windows. by Josh Gao · 7 years ago
- cd60820 adb: extract the sleep in socket_test to its own function. by Josh Gao · 7 years ago
- b3f4030 Merge "adbd: spawn login shell when run without a command." by Josh Gao · 7 years ago
- 7259aa8 Merge "adbd: increase oom_score_adj for `adb shell`" by Josh Gao · 7 years ago
- 92f937e Merge "adb: restore adb/adb.exe in the list of artifacts." by Josh Gao · 7 years ago
- 212294f adbd: increase oom_score_adj for `adb shell` by Josh Gao · 7 years ago
- dd4f1ea Merge changes Iea2a3055,I6582cfc6 by Treehugger Robot · 7 years ago
- 23b1088 adb: restore adb/adb.exe in the list of artifacts. by Josh Gao · 7 years ago
- 021a85a Merge "adb: Open FunctionFS files with more restrictive access modes" by Treehugger Robot · 7 years ago
- ea7b95a adb: start building windows test again. by Josh Gao · 7 years ago