- 6bd16b1 adbd: strip nulls from all service strings. by Josh Gao · 6 years ago
- d0fa13e adb: switch connect_to_remote to string_view. by Josh Gao · 6 years ago
- bd76720 adb: switch skip_host_serial to string_view. by Josh Gao · 6 years ago
- 3add0c4 adb: add stroll equivalent for string_view. by Josh Gao · 6 years ago
- d19b77a adb: finish switching service creation to string_view. by Josh Gao · 6 years ago
- 9dd1f5c adb: switch socket spec to string_view. by Josh Gao · 6 years ago
- e261541 adb: switch daemon_service_to_fd to string_view. by Josh Gao · 6 years ago
- 5021cfc adb: switch usb_linux helper to string_view. by Josh Gao · 6 years ago
- 0f29cbc adb: switch unix_open to string_view. by Josh Gao · 6 years ago
- a9e7948 Minor refactor to support strings with embedded zeros. by Alex Buynytskyy · 6 years ago
- 17d4171 Merge "Change --fastdeploy behaviour" by Treehugger Robot · 6 years ago
- ee01c80 Change --fastdeploy behaviour by Henry Daitx · 6 years ago
- 78f94a3 Merge changes I042f25f8,I973f42c5,Icb4acea5 by Josh Gao · 6 years ago
- 6eb7882 adbd: add source/sink services. by Josh Gao · 6 years ago
- e89a55d adb: make `adb raw` bidirectional. by Josh Gao · 6 years ago
- ce5ce87 adb: remove incorrect use of RTTI. by Josh Gao · 6 years ago
- fe3becb Merge "Fix performance-for-range-copy warnings" by Treehugger Robot · 6 years ago
- 23319eb Start using new C++ Fstab class widely by Tom Cherry · 6 years ago
- 1b7b797 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
- bcc2d60 Merge "Removes ASEC-related install flags" by Treehugger Robot · 6 years ago
- 2443944 Removes ASEC-related install flags by Patrick Baumann · 6 years ago
- f21edf3 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 6 years ago
- 46d19d3 Merge "adb: fix authentication when reconnecting." by Treehugger Robot · 6 years ago
- 239245f Merge "Enable the APEX support on the device side." by Treehugger Robot · 6 years ago
- 4414e4c adb: fix authentication when reconnecting. by Josh Gao · 6 years ago
- a7f54b1 Merge "C++17 is the default now." by Treehugger Robot · 6 years ago
- 7174ec8 Merge "Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."""" by Jaewoong Jung · 6 years ago
- 3c59cb8 C++17 is the default now. by Elliott Hughes · 6 years ago
- 919b70c Enable the APEX support on the device side. by Josh Gao · 6 years ago
- fafd211 Merge "Fix fastdeploy issues when testing Boat Attack Unity3D demo" by Idries Hamadi · 6 years ago
- 0e55778 Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 6 years ago
- 49cdcfd Fix fastdeploy issues when testing Boat Attack Unity3D demo by Idries Hamadi · 6 years ago
- 484f88b Add OWNERS file to fastdeploy so idries@ can approve changes by Idries Hamadi · 6 years ago
- fa10504 Merge "adb: stop using adbkey.pub." by Treehugger Robot · 6 years ago
- 3f439a7 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 6 years ago
- 0e0f818 logical -> dynamic partitions. by Yifan Hong · 6 years ago
- 2dc4cab adb: stop using adbkey.pub. by Josh Gao · 6 years ago
- 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
- 1289e1e Revert "adb: make benchmarks build on the host." by Josh Gao · 6 years ago
- bc4dbfa adb: fix NonblockingFdConnection's behavior with large writes. by Josh Gao · 6 years ago
- 10d079a adb: fix zero-initialization in Block. by Josh Gao · 6 years ago
- 80dd70d adb: make benchmarks build on the host. by Josh Gao · 6 years ago
- 68b5d0c adb: flush stderr after logging on Windows. by Josh Gao · 6 years ago
- cd85556 adb: libusb: don't set interface alternate setting. by Josh Gao · 6 years ago
- 6a08b2c Merge "adb: pin USB interface versions on darwin." by Josh Gao · 6 years ago
- b35ee22 adb: pin USB interface versions on darwin. by Josh Gao · 6 years ago
- 9c27dde Merge "adb: switch version back to 40." by Josh Gao · 6 years ago
- beb4cb8 adb: overlayfs failed to remount /system by Mark Salyzyn · 6 years ago
- 15e1b3b Merge "adbd: Fix adb remount when switching roots during first-stage init." by David Anderson · 6 years ago
- c728550 Merge "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 6 years ago
- 1272e7a Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 6 years ago
- d465c7e Merge "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 6 years ago
- 6374076 Revert "adb: append the libwinpthread COPYING to adb's NOTICE." by Jaewoong Jung · 6 years ago
- 4f911e3 adb: switch version back to 40. by Josh Gao · 6 years ago
- 09faa66 adb: print emulator console output by bohu · 6 years ago
- 02ef4bb adb install-multiple to also accept .fsv_sig by Victor Hsieh · 6 years ago
- bb1efbd adbd: Fix adb remount when switching roots during first-stage init. by David Anderson · 6 years ago
- 9b6da16 Merge "adb: Use a default _SC_GETPW_R_SIZE_MAX size" by Treehugger Robot · 6 years ago
- 88c997d adb: Use a default _SC_GETPW_R_SIZE_MAX size by Robert Yang · 6 years ago
- ea0c3cb adb: correct tcpip help message by bohu · 6 years ago
- fb08510 Add feature flag for b/110953234 fix. by Josh Gao · 6 years ago
- 29814de Accept apex packages as argument. by Dario Freni · 6 years ago
- 33eb652 Merge "adb: don't use <error.h>." by Treehugger Robot · 6 years ago
- d2aaede adb: don't use <error.h>. by Elliott Hughes · 6 years ago
- f5518d0 Merge "adb: set main thread in transport tests." by Josh Gao · 6 years ago
- 95a3916 Merge changes I9b77c105,I0b369d16,I59602c20,Iae4f3d55 by Josh Gao · 6 years ago
- c51726c adbd: implement a nonblocking USB Connection. by Josh Gao · 6 years ago
- 7badb33 adb: set main thread in transport tests. by Josh Gao · 6 years ago
- 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
- 61e9e39 adbd: rename daemon/usb.cpp to daemon/usb_legacy.cpp. by Josh Gao · 6 years ago
- d506dac adbd: open functionfs ep0 as O_RDWR. by Josh Gao · 6 years ago
- 613cbb4 adbd: extract functionfs fd creation. by Josh Gao · 6 years ago
- 321a60f Merge changes Ic8d22016,I3e15296e,Ie275e22c by Treehugger Robot · 6 years ago
- f2eaefe Merge "test_adb.py: silence ResourceWarning." by Josh Gao · 6 years ago
- 42c8672 test_adb.py: silence ResourceWarning. by Josh Gao · 6 years ago
- 6c060cf adb: improve benchmark script a bit. by Josh Gao · 6 years ago
- 99d3d70 adb: extract helper for dumping a packet header. by Josh Gao · 6 years ago
- 560a547 adbd: turn on -Wthread-safety. by Josh Gao · 6 years ago
- 618f0e1 Add adb_integration_test_device to general-tests by Julien Desprez · 6 years ago
- 58d5906 Merge "Revert "adb: don't close sockets before hitting EOF."" by Josh Gao · 6 years ago
- faf1328 Revert "adb: don't close sockets before hitting EOF." by Josh Gao · 6 years ago
- 11cbf7d Merge "adb: add reboot-fastboot command" by Treehugger Robot · 6 years ago
- d8e94bd adb: add reboot-fastboot command by Mark Salyzyn · 6 years ago
- a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 6 years ago
- 86554e9 Merge "Reverted aapt dependency to be a dependency on libandroidfw" by Idries Hamadi · 6 years ago
- 2185d8c Merge "adb: don't close sockets before hitting EOF." by Josh Gao · 6 years ago
- 3614b39 Merge "adb: identical symlink, do not update" by Treehugger Robot · 6 years ago
- f3186de Merge changes Ia4244757,Ibcdf69d9 by Josh Gao · 6 years ago
- 376e3cb adb: identical symlink, do not update by Mark Salyzyn · 6 years ago
- 15dcc62 adbd: clean up jdwp service a bit. by Josh Gao · 6 years ago
- 39c1f4b Revert "Revert "adb: detect some spin loops and abort."" by Josh Gao · 6 years ago
- 269a4b4 Reverted aapt dependency to be a dependency on libandroidfw by Idries Hamadi · 6 years ago
- 747eb14 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
- ffc11d3 adb: don't close sockets before hitting EOF. by Josh Gao · 6 years ago
- 8e27656 Restore lost .dm support of adb install-multiple by Victor Hsieh · 6 years ago
- 546b539 Merge "Support > 2GiB seeks in adb_lseek." by Tao Bao · 6 years ago
- 4eb864b Merge "allow adb to remount symlink mount points" by Treehugger Robot · 6 years ago
- 41649b8 allow adb to remount symlink mount points by Bowgo Tsai · 6 years ago
- cabfc3d Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 6 years ago
- 2f6c2fa adb: add fdevent_release. by Josh Gao · 6 years ago