- def91c0 adb: disable ReconnectHandler in adbd. by Josh Gao · 7 years ago
- 258d4a9 adb: fix error message for `adb {forward,reverse}` by Josh Gao · 7 years ago
- e445a6d adb: more immediately try to reconnect connections. by Josh Gao · 7 years ago
- 95af641 adb: don't pass time_point::max to condition_variable::wait_until. by Josh Gao · 7 years ago
- 1906243 adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 7 years ago
- 6dc5086 adb: Correctly detect deduplicated ext4 partitions. by David Anderson · 7 years ago
- d81c4f0 Merge "adbd: fix check of `remount -R`." by Treehugger Robot · 7 years ago
- 1ba2e6a Merge "adb: split daemon services out of service_to_fd." by Josh Gao · 7 years ago
- 2712192 adbd: fix check of `remount -R`. by Josh Gao · 7 years ago
- c29bf19 adb: use WriteFdExactly when no format by Mark Salyzyn · 7 years ago
- 997cfac adb: split daemon services out of service_to_fd. by Josh Gao · 7 years ago
- 954adcc adbd: turn on fdsan warnings. by Josh Gao · 7 years ago
- 6523309 adb: add error-generating overload of adb_close(unique_fd). by Josh Gao · 7 years ago
- 56300c9 adb: fix register_socket_transport related double-closes. by Josh Gao · 7 years ago
- e261f6b adb: fix double close in local_connect_arbitrary_ports. by Josh Gao · 7 years ago
- 73a5ee4 adb: use adb's unique_fd instead of android::base. by Josh Gao · 7 years ago
- 2deb787 adb: move remount_service.h into daemon. by Josh Gao · 7 years ago
- 86acb86 adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 7 years ago
- edec033 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 7 years ago
- 32acd31 Merge "adb: fix forward --list, --remove(-all) with multiple devices." by Treehugger Robot · 7 years ago
- 91c25c0 adb: fix forward --list, --remove(-all) with multiple devices. by Josh Gao · 7 years ago
- 46b55e8 adb: Fix `adb remount` by Luis Hector Chavez · 7 years ago
- c23280a Merge changes Iccfe3bd4,I6380245b,I20d9f2fe by Treehugger Robot · 7 years ago
- 74be24d Merge "Adb and fastboot completion supports zsh users." by Treehugger Robot · 7 years ago
- 6150a37 adb: Remove most C-style allocations by Luis Hector Chavez · 7 years ago
- 095792c adb: Modernize the service creation by Luis Hector Chavez · 7 years ago
- c20c850 adb: Preserve the original mount flags when remounting by Luis Hector Chavez · 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
- 0bd3432 Adb and fastboot completion supports zsh users. by Jim Tang · 7 years ago
- aed415c [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 771f2c2 Merge "Remove unused #include." by Elliott Hughes · 7 years ago
- 3eb5d77 Merge "adb: work around adbd push bug." by Treehugger Robot · 7 years ago
- cd0f5c3 Remove unused #include. by Elliott Hughes · 7 years ago
- e4fded2 adb: fix escape_arg for multiple quotes by Ryan Prichard · 7 years ago
- 0cee7cc adb: work around adbd push bug. by Josh Gao · 7 years ago
- 4c0078d adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 7 years ago
- d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
- b8f4fe4 Merge changes from topic "mingw-clang" by Treehugger Robot · 7 years ago
- a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 7 years ago
- 409465a Merge "adb: fix obsolete documentation." by Treehugger Robot · 7 years ago
- accc95d adb: fix obsolete documentation. by Elliott Hughes · 7 years ago
- 04b9ca8 Revert "adb: detect some spin loops and abort." by Josh Gao · 7 years ago
- 7982178 Update cflags for building Windows modules with Clang by Pirama Arumuga Nainar · 7 years ago
- 9674bcb Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585 by Treehugger Robot · 7 years ago
- 3bbc816 adb: detect some spin loops and abort. by Josh Gao · 7 years ago
- 812ba6a Merge "adb: add nonblocking fd Connection." by Treehugger Robot · 7 years ago
- ded557f adb: add an id field to fdevent. by Josh Gao · 7 years ago
- e44d38d adb: delete unused members in fdevent. by Josh Gao · 7 years ago
- 172d0d4 adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
- 5587aba Merge "Fix `adb logcat` return code." by Elliott Hughes · 7 years ago
- 31f0f1b Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
- 6082e7d adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
- 011ee12 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
- ae74e42 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
- 8b47d31 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
- 07445f4 adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
- e82401e Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
- 6e1246c adb: really fix the mac build. by Josh Gao · 7 years ago
- 6c9bb05 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
- 99c27d3 adb: fix mac build. by Josh Gao · 7 years ago
- a0e7504 Build adbd for recovery by Jiyong Park · 7 years ago
- fd3fd93 adb: add benchmark script. by Josh Gao · 7 years ago
- 7c738cd adb: add IOVector. by Josh Gao · 7 years ago
- 9da1a91 Revert "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
- a2157a7 Merge "Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper."" by Josh Gao · 7 years ago
- f139ba4 Revert "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Josh Gao · 7 years ago
- 812a6b7 Merge "adb: add support for O_CLOEXEC to unique_fd pipe wrapper." by Treehugger Robot · 7 years ago
- 7a22358 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
- 948b3e1 adb: add support for O_CLOEXEC to unique_fd pipe wrapper. by Josh Gao · 7 years ago
- 3b37fa2 adb: convert fdevent over to unique_fd. by Josh Gao · 7 years ago
- ae9c1dc adb: move towards using unique_fd. by Josh Gao · 7 years ago
- e535302 adb: delete FDEVENT_DONTCLOSE. by Josh Gao · 7 years ago
- 71f775a adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
- 2fa9770 Merge changes I4d6da40d,I91c7ced5,I7b9f6d18 by Treehugger Robot · 7 years ago
- 93e4501 Merge "adb: Retry io in case of interrupt" by Treehugger Robot · 7 years ago
- adf07c5 Merge "adb: Move io_setup to usb_handle init" by Treehugger Robot · 7 years ago
- 3255974 adb: Add a test for emulator connection by Luis Hector Chavez · 7 years ago
- fbee0a9 adb: Improve test_adb a bit more by Luis Hector Chavez · 7 years ago
- 454bc7c adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 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
- 570426a adb: warn on remount if undoing deduplication is impossible by David Anderson · 7 years ago
- 2744084 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
- da6ab73 Merge "adb: fix double close in jdwp_service." by Treehugger Robot · 7 years ago
- b7a9956 adb: fix double close in jdwp_service. by Josh Gao · 7 years ago
- 313aa71 Merge "adb: better error messages on deduplicated filesystems." by Treehugger Robot · 7 years ago
- a962ec0 adb: better error messages on deduplicated filesystems. by David Anderson · 7 years ago
- c97cea0 Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
- 53248e4 Merge "Documented adb install --instant" by android-build-prod (mdb) · 7 years ago
- 807be77 Documented adb install --instant by Felipe Leme · 7 years ago
- 3e41f92 Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
- 704494b adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
- c587f02 adb: Avoid waiting for emulator connections by Luis Hector Chavez · 7 years ago
- 4e6f3d9 Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
- 40fdf3f Add test_suites lines. by Elliott Hughes · 7 years ago
- 9a388d5 adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
- 56fe753 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago