- 625785a Merge "adbd: fix check of `remount -R`." by Treehugger Robot · 7 years ago
- c16fa05 Merge "adb: split daemon services out of service_to_fd." by Josh Gao · 7 years ago
- 25962e3 adbd: fix check of `remount -R`. by Josh Gao · 7 years ago
- 36e2c80 adb: use WriteFdExactly when no format by Mark Salyzyn · 7 years ago
- 5607e92 adb: split daemon services out of service_to_fd. by Josh Gao · 7 years ago
- 41da100 adbd: turn on fdsan warnings. by Josh Gao · 7 years ago
- 1d423b7 adb: add error-generating overload of adb_close(unique_fd). by Josh Gao · 7 years ago
- fa3107e adb: fix register_socket_transport related double-closes. by Josh Gao · 7 years ago
- d8d51f4 adb: fix double close in local_connect_arbitrary_ports. by Josh Gao · 7 years ago
- 4c28dde adb: use adb's unique_fd instead of android::base. by Josh Gao · 7 years ago
- 977e526 adb: move remount_service.h into daemon. by Josh Gao · 7 years ago
- 076b5ba adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 7 years ago
- c7b7459 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 7 years ago
- f354ebb Merge "adb: fix forward --list, --remove(-all) with multiple devices." by Treehugger Robot · 7 years ago
- 7c3b262 adb: fix forward --list, --remove(-all) with multiple devices. by Josh Gao · 7 years ago
- 7dcc419 Merge "adb: Fix `adb remount`" by Treehugger Robot · 7 years ago
- dd3a108 adb: Fix `adb remount` by Luis Hector Chavez · 7 years ago
- 4aeeec7 Merge changes Iccfe3bd4,I6380245b,I20d9f2fe by Treehugger Robot · 7 years ago
- 6295ac2 Merge "Adb and fastboot completion supports zsh users." by Treehugger Robot · 7 years ago
- b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 7 years ago
- ce7a284 adb: Modernize the service creation by Luis Hector Chavez · 7 years ago
- 9b4eb9b adb: Preserve the original mount flags when remounting by Luis Hector Chavez · 7 years ago
- 2174685 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 7 years ago
- 01ee27f adb: Add io size and zero packet to usb_handle by Jerry Zhang · 7 years ago
- 76d17db adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
- d4fe8b6 adb: Expose device usb_handle through libadbd by Jerry Zhang · 7 years ago
- 5e60e6d Adb and fastboot completion supports zsh users. by Jim Tang · 7 years ago
- 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 7cd4c4f Merge "Remove unused #include." by Elliott Hughes · 7 years ago
- d8366e4 Merge "adb: work around adbd push bug." by Treehugger Robot · 7 years ago
- 0d9c461 Remove unused #include. by Elliott Hughes · 7 years ago
- dc44269 Merge "adb: fix escape_arg for multiple quotes" by Treehugger Robot · 7 years ago
- 934d4b1 adb: fix escape_arg for multiple quotes by Ryan Prichard · 7 years ago
- 37f11f5 adb: work around adbd push bug. by Josh Gao · 7 years ago
- f967117 adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 7 years ago
- d4394bf Merge "Simplify __attribute__((__printf__)) use." by Treehugger Robot · 7 years ago
- 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
- facb3d4 Merge changes from topic "mingw-clang" by Treehugger Robot · 7 years ago
- 5eb16c8 Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 7 years ago
- 588b2d0 Merge "adb: fix obsolete documentation." by Treehugger Robot · 7 years ago
- 2fd6930 adb: fix obsolete documentation. by Elliott Hughes · 7 years ago
- b701bfe Revert "adb: detect some spin loops and abort." by Josh Gao · 7 years ago
- 7aa2023 Update cflags for building Windows modules with Clang by Pirama Arumuga Nainar · 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