- 5109b9e Merge "Integrate adb with fastdeploy" by Treehugger Robot · 6 years ago
- 9aa63fe adb: add environment variables to disable usb, emulators, mdns. by Josh Gao · 6 years ago
- 4007ab7 adb: minor cleanup. by Josh Gao · 6 years ago
- 597044d adb: report connection status when we're unauthorized. by Josh Gao · 6 years ago
- 1ecee44 Integrate adb with fastdeploy by Idries Hamadi · 7 years ago
- 3657ae1 Accept DexMetadata files (.dm) for install-multiple by Calin Juravle · 7 years ago
- b701136 Merge "adb: win32: fix Unicode console output" by Treehugger Robot · 6 years ago
- 596f63b adb: fix error message for `adb {forward,reverse}` by Josh Gao · 6 years ago
- e55851b adb: win32: fix Unicode console output by Spencer Low · 6 years ago
- 076b5ba adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 6 years ago
- c7b7459 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 6 years ago
- b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 6 years ago
- 2174685 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 6 years ago
- 76d17db adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
- 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
- 37f11f5 adb: work around adbd push bug. by Josh Gao · 6 years ago
- 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
- bf5167c adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
- 8fa3351 Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
- d244d47 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
- 2c513a1 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
- 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
- 9528df2 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
- 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
- c838850 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
- e964a0e Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
- 30a3c5a Documented adb install --instant by Felipe Leme · 7 years ago
- 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
- cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
- 83d33f8 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 7 years ago
- c7f2d19 adb: properly calculate packet size on Mac. by Josh Gao · 7 years ago
- 145ac02 Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
- f2a988c adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
- ae5f7ff Merge changes from topic "adb_bp" by Josh Gao · 7 years ago
- a54dbfd Add a NOLINT for the memory leak we added by George Burgess IV · 7 years ago
- 361148b adb: switch over to Android.bp. by Josh Gao · 7 years ago
- d64d2ed adb: add a way to make the server intentionally leak. by Josh Gao · 7 years ago
- 50576fd adb: stop using quick_exit. by Josh Gao · 7 years ago
- dfe539e adb: add missing condition_variable include by Mike Frysinger · 7 years ago
- d8171d9 Merge "adb: get libusb compiling on Windows." by Treehugger Robot · 7 years ago
- 511ff8a adb: get libusb compiling on Windows. by Josh Gao · 7 years ago
- a82f246 adb: disable USB packet overflow checking on OS X. by Josh Gao · 7 years ago
- 21a991d adb: cleanup some portions of client usb interfaces by Mark Salyzyn · 7 years ago
- d4bf94d adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 7 years ago
- ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 8 years ago
- 4d29974 Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 7 years ago
- cd61ae3 Give a clear error message if we can't start the server. by Elliott Hughes · 8 years ago
- be9c837 adb: libusb: switch from polling for accessibility to a sleep. by Josh Gao · 8 years ago
- 1a2eacc adb: improve race between device_connected and device_disconnected. by Josh Gao · 8 years ago
- 8bb766e adb: libusb: don't try to delete a usb_handle twice. by Josh Gao · 8 years ago
- 4b64084 adb: reunregress waiting for device on start-server. by Josh Gao · 8 years ago
- 09628bb adb: fix deadlock. by Josh Gao · 8 years ago
- 530b9f1 adb: redirect stdout/stderr before initializing usb. by Josh Gao · 8 years ago
- a96dc5f adb: libusb: recognize devices with multiple interfaces. by Josh Gao · 8 years ago
- 70dc737 adb: libusb: wait for devices to become accessible. by Josh Gao · 8 years ago
- 9523841 adb: libusb: switch to hotplug for device detection. by Josh Gao · 8 years ago
- 90b6253 adb: fix darwin build break. by Josh Gao · 8 years ago
- 165460f adb: move all cleanup to a function with defined ordering. by Josh Gao · 8 years ago
- 1ec15cd adb: libusb: replace sleep with timed CV wait. by Josh Gao · 8 years ago
- 9a700fd adb: properly handle libusb_clear_halt failure. by Josh Gao · 8 years ago
- ac16a0f Fix macOS build. by Elliott Hughes · 8 years ago
- 3e9e74e Improve udev failure diagnostics. by Elliott Hughes · 8 years ago
- 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 8 years ago
- 4ebd436 adb: make darwin build with thread safety analysis. by Josh Gao · 8 years ago
- 3734cf0 adb: use the actual wMaxPacketSize for usb endpoints. by Josh Gao · 8 years ago
- 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 8 years ago
- 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
- 091f3be adb: don't reset usb when connecting it. by Yabin Cui · 8 years ago
- 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 9 years ago
- 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
- 5d0d1ad usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 8 years ago
- 484ddbf adb: fix darwin build. by Josh Gao · 8 years ago
- b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
- 78f860e adb: move usb_* to client/usb_*. by Josh Gao · 8 years ago
- e80f47a adb: retry install_listener for a while. by Josh Gao · 8 years ago
- eeae2e5 Merge "Ignore setsid error in some cases." by Treehugger Robot · 8 years ago
- e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
- dc046e6 Ignore setsid error in some cases. by Tao Wu · 8 years ago
- bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
- 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
- 801066a Clean up key handling in adb. by Elliott Hughes · 9 years ago
- 38e02a7 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 9 years ago
- 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 9 years ago
- cf91dbe adb: setsid() for adb host server. by Yabin Cui · 9 years ago
- fdd946b adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
- c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
- 232d25d Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
- 1eef478 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
- f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
- 4919c17 Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
- 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
- 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
- 50740f5 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
- 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
- 6760d01 adb: remove workaround for b/6558362. by Yabin Cui · 9 years ago
- 2bbb3a9 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
- 878e36b Use glog for logging in the OSX USB layer by Siva Velusamy · 9 years ago
- 2521f51 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
- 85ee64b adb: start-server and kill-server error output by Spencer Low · 9 years ago
- 3b1a373 Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago