- 747eb14 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 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
- ed17650 adb: fix test_device.FileOperationsTest.test_push_empty. by Josh Gao · 6 years ago
- db8b2af Merge "adb: make test_device.py executable." by Josh Gao · 6 years ago
- c105f4b Merge "adb: remount for /system as root" by Treehugger Robot · 6 years ago
- 37d8bbd Merge "fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all" by Treehugger Robot · 6 years ago
- 6544056 Merge "Support 'adb reboot fastboot' command conditionally." by Treehugger Robot · 6 years ago
- 04aa426 adb: remount for /system as root by Mark Salyzyn · 7 years ago
- f35db9b fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all by Mark Salyzyn · 6 years ago
- 5425826 Support 'adb reboot fastboot' command conditionally. by Hridya Valsaraju · 6 years ago
- caab47f adb: make test_device.py executable. by Josh Gao · 6 years ago
- c2501fd Merge "adbd: fix remount on non-system-as-root devices." by Treehugger Robot · 6 years ago
- 96d445d adbd: fix remount on non-system-as-root devices. by Josh Gao · 6 years ago
- fc03737 libadbd_services: Link libselinux dynamically instead of statically. by Peter Collingbourne · 6 years ago
- 5e26856 Merge "Small clean ups for issues raised in reviews of fastdeploy" by Idries Hamadi · 6 years ago
- 756e28e Merge "adb: win32: test for Unicode console output" by Treehugger Robot · 6 years ago
- c8d3853 Merge "adb: win32: set thread names" by Josh Gao · 6 years ago
- 4af6ee4 Small clean ups for issues raised in reviews of fastdeploy by Idries Hamadi · 6 years ago
- 7575cd9 Modified fastdeploy dependencies to ensure that fast deploy is build as part of 'sdk' target by Idries Hamadi · 6 years ago
- 662a3a6 Merge "Remove fastdeploy dependency on libandroidfw" by Idries Hamadi · 6 years ago
- a23ba9f Merge "adb: win32: test USB kick on resume from sleep/hibernation" by Treehugger Robot · 6 years ago
- 5b6bf94 Remove fastdeploy dependency on libandroidfw by Idries Hamadi · 6 years ago
- 28c9539 Merge "adb: static constexpr." by Treehugger Robot · 6 years ago
- 484f72a Merge "adb: win32: fix ReportServerStartupFailure" by Treehugger Robot · 6 years ago
- 91a2577 Merge "adb: really make kill-server wait for server death" by Treehugger Robot · 6 years ago
- 86ab9ff adb: static constexpr. by Elliott Hughes · 6 years ago
- 60ba994 Merge "adb: syntax_error: add compile time format string checking" by Elliott Hughes · 6 years ago
- 1f8147f Merge "Make sync and remount support product_services." by Anton Hansson · 6 years ago
- 4931a29 Merge "adb: win32: fix Ctrl-C of adb server nodaemon" by Treehugger Robot · 6 years ago
- a00f91b adb: syntax_error: add compile time format string checking by Spencer Low · 6 years ago
- 50beee3 adb: win32: set thread names by Spencer Low · 6 years ago
- 40babf0 adb: win32: fix ReportServerStartupFailure by Spencer Low · 6 years ago
- 8f6bdc9 adb: win32: test USB kick on resume from sleep/hibernation by Spencer Low · 6 years ago
- 7f3c01c Make sync and remount support product_services. by Anton Hansson · 6 years ago
- 4d89297 Merge "Convert fastboot to Soong" by Dan Willemsen · 6 years ago
- fc2e56f adb: don't try to reconnect emulators. by Josh Gao · 6 years ago
- ab971b5 Convert fastboot to Soong by Dan Willemsen · 6 years ago
- c8ad0ca adb: really make kill-server wait for server death by Spencer Low · 6 years ago
- 0a10040 adb should #include <sys/sysmacros.h> by Ivan Afonichev · 6 years ago
- 7c2020b adb: use fs_mgr_has_shared_blocks by Mark Salyzyn · 7 years ago
- 84fc271 adb: win32: fix Ctrl-C of adb server nodaemon by Spencer Low · 6 years ago
- 7f51e00 Address style and efficiency post-merge feedback from previous change (ed409eaec2cbe5bcecd163064692403a172ec397). by Idries Hamadi · 6 years ago
- f6d707b Merge "adb: fix spurious usb write failure on Windows." by Treehugger Robot · 6 years ago
- ddb2bfe Merge "adb: don't spew push/pull progress to dumb terminals." by Treehugger Robot · 6 years ago
- 7e7ab56 adb: don't spew push/pull progress to dumb terminals. by Josh Gao · 6 years ago
- 5d799cd adb: fix spurious usb write failure on Windows. by Josh Gao · 6 years ago
- 860cc5a adbd: use unique_fd for the usb file descriptors. by Josh Gao · 6 years ago
- 6d2ace3 Merge "adb: fix test_adb.py's adb server spawning on Windows." by Treehugger Robot · 6 years ago
- 627a74b Merge "adb: add better logging for connection failure." by Treehugger Robot · 6 years ago
- 92cd59f adb: fix test_adb.py's adb server spawning on Windows. by Josh Gao · 6 years ago
- ec54ef7 Merge "Fix MacOS SDK build error caused by deprecated stl call." by Josh Gao · 6 years ago
- 1d19793 Fix MacOS SDK build error caused by deprecated stl call. by Idries Hamadi · 6 years ago
- 15eb065 Merge "Integrate adb with fastdeploy" by Treehugger Robot · 6 years ago
- 308129d Merge "adb: Drop the unneeded dependency on libfec_rs.so." by Tao Bao · 6 years ago
- 3231be6 Merge "Add sideload, fastboot as reboot targets in init" by Treehugger Robot · 6 years ago
- 0caf3c1 adb: Drop the unneeded dependency on libfec_rs.so. by Tao Bao · 6 years ago
- 45e3e95 adb: add better logging for connection failure. by Josh Gao · 6 years ago
- 902dace adb: make disconnect stop reconnection immediately. by Josh Gao · 6 years ago
- 69d8c39 adb: win32: test for Unicode console output by Spencer Low · 6 years ago
- 8a40c8a adb: switch reconnect_queue to std::set. by Josh Gao · 6 years ago
- 043fbec adb: add environment variables to disable usb, emulators, mdns. by Josh Gao · 6 years ago
- e032387 adb: minor cleanup. by Josh Gao · 6 years ago
- 18eae78 Merge changes If7c8d38f,I7117dd19,Iaa5006e3,I3a568361,I37df06e4, ... by Josh Gao · 6 years ago
- d88b52e Merge changes from topic "squashfs+overlayfs" by Mark Salyzyn · 6 years ago
- 362e696 adb: report connection status when we're unauthorized. by Josh Gao · 7 years ago
- a8db274 adb: disable test_device.FileOperationsTest.test_pull_symlink_dir. by Josh Gao · 7 years ago
- 6c1b42c adb: fix test_device.FileOperationsTest.test_push_empty by Josh Gao · 7 years ago
- b361073 adb: switch test_adb.py over to double quotes. by Josh Gao · 7 years ago
- 676f375d adb: make test_adb.py work on windows. by Josh Gao · 7 years ago
- 9b6522b adb: switch test_adb.py to python3. by Josh Gao · 7 years ago
- 7b1d163 Merge "Add adb integration test to general-tests" by Treehugger Robot · 7 years ago
- c60153f adb: add overlayfs handling for readonly system filesystems by Mark Salyzyn · 7 years ago
- 75fea7e Add adb integration test to general-tests by Julien Desprez · 7 years ago
- 4039051 adb: clean up handle_host_request. by Josh Gao · 7 years ago
- 50973d1 Merge changes from topic "fdsan_debuggerd" by Josh Gao · 7 years ago
- 297d9bf adb: actually enable fdsan. by Josh Gao · 7 years ago
- 9d100f1 adb: move AdbCloser to its rightful place. by Josh Gao · 7 years ago
- eca59ae adb: `adbd` uses shared libraries. by Tao Bao · 7 years ago
- ed409ea Integrate adb with fastdeploy by Idries Hamadi · 7 years ago
- d560f39 Merge "Accept DexMetadata files (.dm) for install-multiple" by Treehugger Robot · 7 years ago
- f03eebd Accept DexMetadata files (.dm) for install-multiple by Calin Juravle · 7 years ago
- 71fb82a Add sideload, fastboot as reboot targets in init by Hridya Valsaraju · 7 years ago
- acc0a90 Merge "adb: delete hellish hodgepodge." by Treehugger Robot · 7 years ago
- 3b4de3c adb: delete hellish hodgepodge. by Josh Gao · 7 years ago
- 6fb9461 adbd: when rebooting, don't close socket before pausing. by Josh Gao · 7 years ago
- 52126a4 Merge "adb: win32: fix Unicode console output" by Treehugger Robot · 7 years ago
- 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
- 771ba0c adb: win32: fix Unicode console output by Spencer Low · 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