- 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
- 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
- 10aea53 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 50607fb Merge "Remove unused #include." by Elliott Hughes · 7 years ago
- 47f8a1a Merge "adb: work around adbd push bug." by Treehugger Robot · 7 years ago
- fcd3d87 Remove unused #include. by Elliott Hughes · 7 years ago
- b572e6d adb: fix escape_arg for multiple quotes by Ryan Prichard · 7 years ago
- dfdcf40 adb: work around adbd push bug. by Josh Gao · 7 years ago
- 2cf7e3f adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 7 years ago
- a173d2f Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
- 0406f76 Merge changes from topic "mingw-clang" by Treehugger Robot · 7 years ago
- 5063650 Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 7 years ago
- 88a0c02 Merge "adb: fix obsolete documentation." by Treehugger Robot · 7 years ago
- a07b9f2 adb: fix obsolete documentation. by Elliott Hughes · 7 years ago
- 7366b2b Revert "adb: detect some spin loops and abort." by Josh Gao · 7 years ago
- ad05929 Update cflags for building Windows modules with Clang by Pirama Arumuga Nainar · 7 years ago
- a076b9f Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585 by Treehugger Robot · 7 years ago
- 9cf355a adb: detect some spin loops and abort. by Josh Gao · 7 years ago
- 08a5637 Merge "adb: add nonblocking fd Connection." by Treehugger Robot · 7 years ago
- 00f2d25 adb: add an id field to fdevent. by Josh Gao · 7 years ago
- f39750b adb: delete unused members in fdevent. by Josh Gao · 7 years ago
- 7c04e21 adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
- 75e7781 Merge "Fix `adb logcat` return code." by Elliott Hughes · 7 years ago
- 96919ee Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
- 3cd1019 adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
- a6226c4 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
- b9c9eeb Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
- f511ab9 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
- c574b19 adb: add remount -R for deduplicated ext4 by David Anderson · 7 years ago
- 4a44090 Merge "adb: really fix the mac build." by Josh Gao · 7 years ago
- 9b57c12 adb: really fix the mac build. by Josh Gao · 7 years ago
- f78efb4 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
- 1fdea8d adb: fix mac build. by Josh Gao · 7 years ago
- 32b8fda Build adbd for recovery by Jiyong Park · 7 years ago
- 4402fae adb: add benchmark script. by Josh Gao · 7 years ago