- 9f4a67f adbd: fix remount on non-system-as-root devices. by Josh Gao · 7 years ago
- a4b5226 Modified fastdeploy dependencies to ensure that fast deploy is build as part of 'sdk' target by Idries Hamadi · 7 years ago
- 5e7377e Merge "Remove fastdeploy dependency on libandroidfw" by Idries Hamadi · 7 years ago
- 5779d3b Merge "adb: win32: test USB kick on resume from sleep/hibernation" by Treehugger Robot · 7 years ago
- a426fc5 Remove fastdeploy dependency on libandroidfw by Idries Hamadi · 7 years ago
- 7a4115d Merge "adb: static constexpr." by Treehugger Robot · 7 years ago
- 8bb33e5 Merge "adb: win32: fix ReportServerStartupFailure" by Treehugger Robot · 7 years ago
- 77f91d6 Merge "adb: really make kill-server wait for server death" by Treehugger Robot · 7 years ago
- eb803d8 adb: static constexpr. by Elliott Hughes · 7 years ago
- a62f93f Merge "adb: syntax_error: add compile time format string checking" by Elliott Hughes · 7 years ago
- 11f9362 Merge "Make sync and remount support product_services." by Anton Hansson · 7 years ago
- 2e59dd1 Merge "adb: win32: fix Ctrl-C of adb server nodaemon" by Treehugger Robot · 7 years ago
- a79fc67 adb: syntax_error: add compile time format string checking by Spencer Low · 7 years ago
- a66be3a adb: win32: fix ReportServerStartupFailure by Spencer Low · 7 years ago
- 1c497e5 adb: win32: test USB kick on resume from sleep/hibernation by Spencer Low · 7 years ago
- aad4318 Make sync and remount support product_services. by Anton Hansson · 7 years ago
- b870d82 Merge "Convert fastboot to Soong" by Dan Willemsen · 7 years ago
- 571e888 adb: don't try to reconnect emulators. by Josh Gao · 7 years ago
- 4835dd7 Convert fastboot to Soong by Dan Willemsen · 7 years ago
- e5e5320 adb: really make kill-server wait for server death by Spencer Low · 7 years ago
- 2a14b48 adb should #include <sys/sysmacros.h> by Ivan Afonichev · 7 years ago
- dc37fd0 adb: use fs_mgr_has_shared_blocks by Mark Salyzyn · 7 years ago
- 553809e adb: win32: fix Ctrl-C of adb server nodaemon by Spencer Low · 7 years ago
- c8fe9c9 Address style and efficiency post-merge feedback from previous change (ed409eaec2cbe5bcecd163064692403a172ec397). by Idries Hamadi · 7 years ago
- efdb507 Merge "adb: fix spurious usb write failure on Windows." by Treehugger Robot · 7 years ago
- 41d671c Merge "adb: don't spew push/pull progress to dumb terminals." by Treehugger Robot · 7 years ago
- bdc2fbc adb: don't spew push/pull progress to dumb terminals. by Josh Gao · 7 years ago
- 17c13e6 adb: fix spurious usb write failure on Windows. by Josh Gao · 7 years ago
- 02faeb6 adbd: use unique_fd for the usb file descriptors. by Josh Gao · 7 years ago
- e1de9aa Merge "adb: fix test_adb.py's adb server spawning on Windows." by Treehugger Robot · 7 years ago
- aa9ab0a Merge "adb: add better logging for connection failure." by Treehugger Robot · 7 years ago
- dc4c100 adb: fix test_adb.py's adb server spawning on Windows. by Josh Gao · 7 years ago
- e6a144c Merge "Fix MacOS SDK build error caused by deprecated stl call." by Josh Gao · 7 years ago
- eb95e4c Fix MacOS SDK build error caused by deprecated stl call. by Idries Hamadi · 7 years ago
- 00f8cf9 Merge "Integrate adb with fastdeploy" by Treehugger Robot · 7 years ago
- b453224 Merge "adb: Drop the unneeded dependency on libfec_rs.so." by Tao Bao · 7 years ago
- 5df574b Merge "Add sideload, fastboot as reboot targets in init" by Treehugger Robot · 7 years ago
- 851a495 adb: Drop the unneeded dependency on libfec_rs.so. by Tao Bao · 7 years ago
- 318414f adb: add better logging for connection failure. by Josh Gao · 7 years ago
- c73cf02 adb: make disconnect stop reconnection immediately. by Josh Gao · 7 years ago
- 2d9852d adb: switch reconnect_queue to std::set. by Josh Gao · 7 years ago
- 6413ca7 adb: add environment variables to disable usb, emulators, mdns. by Josh Gao · 7 years ago
- 1ba7e85 adb: minor cleanup. by Josh Gao · 7 years ago
- 703a4e2 Merge changes If7c8d38f,I7117dd19,Iaa5006e3,I3a568361,I37df06e4, ... by Josh Gao · 7 years ago
- 9ead723 Merge changes from topic "squashfs+overlayfs" by Mark Salyzyn · 7 years ago
- 2520786 adb: report connection status when we're unauthorized. by Josh Gao · 7 years ago
- fe82bd3 adb: disable test_device.FileOperationsTest.test_pull_symlink_dir. by Josh Gao · 7 years ago
- b848865 adb: fix test_device.FileOperationsTest.test_push_empty by Josh Gao · 7 years ago
- 90606da adb: switch test_adb.py over to double quotes. by Josh Gao · 7 years ago
- 7f20f54 adb: make test_adb.py work on windows. by Josh Gao · 7 years ago
- 0c970fe adb: switch test_adb.py to python3. by Josh Gao · 7 years ago
- 1729c57 Merge "Add adb integration test to general-tests" by Treehugger Robot · 7 years ago
- ef28ee4 adb: add overlayfs handling for readonly system filesystems by Mark Salyzyn · 7 years ago
- 06e0e1e Add adb integration test to general-tests by Julien Desprez · 7 years ago
- 44e136d adb: clean up handle_host_request. by Josh Gao · 7 years ago
- 44fa94e Merge changes from topic "fdsan_debuggerd" by Josh Gao · 7 years ago
- df0b71b adb: actually enable fdsan. by Josh Gao · 7 years ago
- 029ef17 adb: move AdbCloser to its rightful place. by Josh Gao · 7 years ago
- d3cd8d9 adb: `adbd` uses shared libraries. by Tao Bao · 7 years ago
- 1d8048f Integrate adb with fastdeploy by Idries Hamadi · 7 years ago
- 40bed24 Merge "Accept DexMetadata files (.dm) for install-multiple" by Treehugger Robot · 7 years ago
- f65610d Accept DexMetadata files (.dm) for install-multiple by Calin Juravle · 7 years ago
- e975651 Add sideload, fastboot as reboot targets in init by Hridya Valsaraju · 7 years ago
- c9398e5 Merge "adb: delete hellish hodgepodge." by Treehugger Robot · 7 years ago
- 30826b6 adb: delete hellish hodgepodge. by Josh Gao · 7 years ago
- 8f9f1d7 adbd: when rebooting, don't close socket before pausing. by Josh Gao · 7 years ago
- 7d7de7c Merge "adb: win32: fix Unicode console output" by Treehugger Robot · 7 years ago
- 2d2a48b adb: disable ReconnectHandler in adbd. by Josh Gao · 7 years ago
- a46e719 adb: fix error message for `adb {forward,reverse}` by Josh Gao · 7 years ago
- 15975fe adb: more immediately try to reconnect connections. by Josh Gao · 7 years ago
- 1160e33 adb: don't pass time_point::max to condition_variable::wait_until. by Josh Gao · 7 years ago
- 3587b70 adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 7 years ago
- ef5057e adb: win32: fix Unicode console output by Spencer Low · 7 years ago
- c32759a adb: Correctly detect deduplicated ext4 partitions. by David Anderson · 7 years ago
- 1374e36 Merge "adbd: fix check of `remount -R`." by Treehugger Robot · 7 years ago
- 82136d1 Merge "adb: split daemon services out of service_to_fd." by Josh Gao · 7 years ago
- 7bf0b71 adbd: fix check of `remount -R`. by Josh Gao · 7 years ago
- 36e3a1a adb: use WriteFdExactly when no format by Mark Salyzyn · 7 years ago
- 3d2f2b9 adb: split daemon services out of service_to_fd. by Josh Gao · 7 years ago
- 0a71130 adbd: turn on fdsan warnings. by Josh Gao · 7 years ago
- 5e68d8e adb: add error-generating overload of adb_close(unique_fd). by Josh Gao · 7 years ago
- 209049e adb: fix register_socket_transport related double-closes. by Josh Gao · 7 years ago
- 2132018 adb: fix double close in local_connect_arbitrary_ports. by Josh Gao · 7 years ago
- afcd1f0 adb: use adb's unique_fd instead of android::base. by Josh Gao · 7 years ago
- 2099e1d adb: move remount_service.h into daemon. by Josh Gao · 7 years ago
- 50d8eb7 adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 7 years ago
- f7eb884 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 7 years ago
- 3b15811 Merge "adb: fix forward --list, --remove(-all) with multiple devices." by Treehugger Robot · 7 years ago
- 024e0b3 adb: fix forward --list, --remove(-all) with multiple devices. by Josh Gao · 7 years ago
- acb8ff6 adb: Fix `adb remount` by Luis Hector Chavez · 7 years ago
- 82e2bf4 Merge changes Iccfe3bd4,I6380245b,I20d9f2fe by Treehugger Robot · 7 years ago
- 8235494 Merge "Adb and fastboot completion supports zsh users." by Treehugger Robot · 7 years ago
- 22aaf32 adb: Remove most C-style allocations by Luis Hector Chavez · 7 years ago
- 3969972 adb: Modernize the service creation by Luis Hector Chavez · 7 years ago
- 0b6aa4d adb: Preserve the original mount flags when remounting by Luis Hector Chavez · 7 years ago
- 89f252c Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 7 years ago
- 4ebbfb0 adb: Add io size and zero packet to usb_handle by Jerry Zhang · 7 years ago
- 1922f53 adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
- add886c adb: Expose device usb_handle through libadbd by Jerry Zhang · 7 years ago
- 500e223 Adb and fastboot completion supports zsh users. by Jim Tang · 7 years ago