- 1e1ae45 adb: avoid sign extension of shell return code. by Josh Gao · 6 years ago
- d10b7c4 adb: attempt to exec newer adb servers on Linux. by Josh Gao · 6 years ago
- 3c99b0f adb: make root/unroot wait for the device to come back. by Josh Gao · 6 years ago
- e6413fc Merge "Restrict scanning port range, not emulator count" by Josh Gao · 6 years ago
- 25173c8 Restrict scanning port range, not emulator count by Tim Baverstock · 6 years ago
- 2020dd6 adb: wait for device to disconnect upon `adb root`. by Josh Gao · 6 years ago
- 1e9e471 adb: implement wait-for-disconnect. by Josh Gao · 6 years ago
- 74ccdf9 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
- 01a65ee Adding new feature to adb "abb". by Alex Buynytskyy · 7 years ago
- e5f61a9 Merge "Admit that there's more `adb install` help available." by Treehugger Robot · 7 years ago
- 0d4bf80 Admit that there's more `adb install` help available. by Elliott Hughes · 7 years ago
- dc58b0a Adds atomic install support to adb by Patrick Baumann · 7 years ago
- 22a8462 Merge "adbd: Automatically disable verity in adb remount." by David Anderson · 7 years ago
- 640407d Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 7 years ago
- a5db1d7 adbd: Automatically disable verity in adb remount. by David Anderson · 7 years ago
- 17d4171 Merge "Change --fastdeploy behaviour" by Treehugger Robot · 7 years ago
- ee01c80 Change --fastdeploy behaviour by Henry Daitx · 7 years ago
- e89a55d adb: make `adb raw` bidirectional. by Josh Gao · 7 years ago
- bcc2d60 Merge "Removes ASEC-related install flags" by Treehugger Robot · 7 years ago
- 2443944 Removes ASEC-related install flags by Patrick Baumann · 7 years ago
- 2dc4cab adb: stop using adbkey.pub. by Josh Gao · 7 years ago
- ea0c3cb adb: correct tcpip help message by bohu · 7 years ago
- d2aaede adb: don't use <error.h>. by Elliott Hughes · 7 years ago
- 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
- 11cbf7d Merge "adb: add reboot-fastboot command" by Treehugger Robot · 7 years ago
- d8e94bd adb: add reboot-fastboot command by Mark Salyzyn · 7 years ago
- a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 7 years ago
- cabfc3d Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 7 years ago
- 29e3dd8 Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 7 years ago
- 4af6ee4 Small clean ups for issues raised in reviews of fastdeploy by Idries Hamadi · 7 years ago
- 86ab9ff adb: static constexpr. by Elliott Hughes · 7 years ago
- 7f3c01c Make sync and remount support product_services. by Anton Hansson · 7 years ago
- 15eb065 Merge "Integrate adb with fastdeploy" by Treehugger Robot · 7 years ago
- e032387 adb: minor cleanup. by Josh Gao · 7 years ago
- ed409ea Integrate adb with fastdeploy by Idries Hamadi · 8 years ago
- f03eebd Accept DexMetadata files (.dm) for install-multiple by Calin Juravle · 8 years ago
- 258d4a9 adb: fix error message for `adb {forward,reverse}` by Josh Gao · 7 years ago
- 86acb86 adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 7 years ago
- edec033 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 7 years ago
- 6150a37 adb: Remove most C-style allocations by Luis Hector Chavez · 7 years ago
- aed415c [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- 172d0d4 adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
- 31f0f1b Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
- 807be77 Documented adb install --instant by Felipe Leme · 7 years ago
- 57e97cb Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
- 31b5be6 adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
- 2776845 adb: switch over to Android.bp. by Josh Gao · 8 years ago[Renamed from adb/commandline.cpp]
- e163298 Fix adb tcpip tests. by Elliott Hughes · 8 years ago
- b122b17 adb: allow selection of a specific transport. by Josh Gao · 8 years ago
- af39885 Fix bug #37284906, adb shell crashes on windows with invalid options. by Huihong Luo · 8 years ago
- a019f78 adb: increase the shell command length limit. by Josh Gao · 8 years ago
- 06b0d6b Add --sync support to push. by Dan Albert · 8 years ago
- b3c14ec adb: make `adb kill-server` wait for the server to die. by Josh Gao · 8 years ago
- 66b25eb Merge "Improve "adb sideload" error reporting." by Elliott Hughes · 8 years ago
- 09e794c Improve "adb sideload" error reporting. by Elliott Hughes · 8 years ago
- 0754cb9 Simplify "adb sync" documentation. by Elliott Hughes · 8 years ago
- 2e82107 Merge "adb: fix two device offline problems." by Treehugger Robot · 8 years ago
- b5e1141 adb: fix two device offline problems. by Yabin Cui · 8 years ago
- 1fc8f6e Fix various adb error reporting bugs. by Elliott Hughes · 8 years ago
- 0301b32 Merge changes from topics 'adb_thread', 'adb_loopback' by Josh Gao · 8 years ago
- e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
- eca1b3b Move adb backup/restore helptext to adb shell bu help. by Johan Toras Halseth · 8 years ago
- ee1ac710 Switch "adb sideload" over to lseek/read. by Elliott Hughes · 8 years ago
- 58021d1 Move adb_dirname and adb_basename to libbase by Colin Cross · 8 years ago
- 5d1756c adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
- 2ec36b0 Don't print 168^W143 lines of help when someone makes a typo. by Elliott Hughes · 9 years ago
- 83ab5c2 -e is really about TCP/IP devices, not emulators. by Elliott Hughes · 9 years ago
- 4602adb adb: add sysdeps/chrono.h for chrono literals on Win32. by Josh Gao · 9 years ago
- dbe91ee Switch adb over to <chrono>. by Elliott Hughes · 9 years ago
- 22d2b3e adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 9 years ago
- 7288478 Improve "adb install" diagnostics. by Elliott Hughes · 9 years ago
- cabfa11 Move "adb shell" over to getopt(3), and allow -tt on old devices. by Elliott Hughes · 9 years ago
- 4bf9bc1 Improve "adb help" output. by Elliott Hughes · 9 years ago
- 135f4ab Fix bug: Doesn't respect ANDROID_ADB_SERVER_PORT by Tao Wu · 9 years ago
- 9c869b5 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 9 years ago
- 924d35a adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 9 years ago
- b323972 DO NOT MERGE: Deprecated 'adb bugreport' with flat files. by Felipe Leme · 9 years ago
- 0d4f050 DO NOT MERGE: Refactored functions that copy sdout and stderr to strings to use a callback. by Felipe Leme · 9 years ago
- 698e065 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 9 years ago
- 248722e DO NOT MERGE: use 'cmd' command for install-multiple by Todd Kennedy · 9 years ago
- c42f1bb DO NOT MERGE: Ensure the target sees a proper EOD marker during restore by Christopher Tate · 9 years ago
- 4c4fa90 Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5 by Chih-Hung Hsieh · 9 years ago
- 8f7b9e3 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 9 years ago
- ba7aea8 Merge \"adb: make adb root not wait-for-device.\" am: 81e59ca5a7 by Josh Gao · 9 years ago
- 81e59ca Merge "adb: make adb root not wait-for-device." by Treehugger Robot · 9 years ago
- 0582473 adb: make adb root not wait-for-device. by Josh Gao · 9 years ago
- c63439a Merge \"Better diagnostics from \"adb sideload\".\" am: edd401e24e by Elliott Hughes · 9 years ago
- 1441514 Better diagnostics from "adb sideload". by Elliott Hughes · 9 years ago
- e691def Merge \\"Fix the sense of a test in \\"adb sideload\\".\\" am: 62cc17de8c by Elliott Hughes · 9 years ago
- 356fd36 Fix the sense of a test in "adb sideload". by Elliott Hughes · 9 years ago
- e1d64b4 Merge \"Redirect bugreport stderr to host\'s stderr.\" into nyc-dev by Felipe Leme · 9 years ago
- d1dd125 Redirect bugreport stderr to host's stderr. by Felipe Leme · 9 years ago
- 500c7e5 Merge "Kill load_file." am: b42e4a6b63 am: 198a727891 by Elliott Hughes · 9 years ago
- e8b663f Kill load_file. by Elliott Hughes · 9 years ago
- 1209092 Merge "adb: add track-jdwp and track-devices commands." am: f8f40a1e2e by Josh Gao · 9 years ago
- b463baf adb: add track-jdwp and track-devices commands. by Josh Gao · 9 years ago
- 1e57ab6 Merge "adb: support forwarding TCP port 0." am: cb90562bcf am: 5aaffac37e by David Pursell · 9 years ago
- eaae97e adb: support forwarding TCP port 0. by David Pursell · 9 years ago
- 6993211 Merge "Display warning about bugreport delay." into nyc-dev am: f99193b7aa by Felipe Leme · 9 years ago
- 42e45c7 Display warning about bugreport delay. by Felipe Leme · 9 years ago