- b1702db Small clean ups for issues raised in reviews of fastdeploy by Idries Hamadi · 8 years ago
- dc27224 Modified fastdeploy dependencies to ensure that fast deploy is build as part of 'sdk' target by Idries Hamadi · 8 years ago
- 7919be2 Remove fastdeploy dependency on libandroidfw by Idries Hamadi · 8 years ago
- ad2f89d Merge "adb: static constexpr." by Treehugger Robot · 8 years ago
- bf7b6c5 Merge "adb: really make kill-server wait for server death" by Treehugger Robot · 8 years ago
- c3462f4 adb: static constexpr. by Elliott Hughes · 8 years ago
- c0411f1 Merge "Make sync and remount support product_services." by Anton Hansson · 8 years ago
- c85f110 Merge "adb: win32: fix Ctrl-C of adb server nodaemon" by Treehugger Robot · 8 years ago
- 8b78f55 Make sync and remount support product_services. by Anton Hansson · 8 years ago
- 0331b88 adb: really make kill-server wait for server death by Spencer Low · 8 years ago
- b955e76 adb should #include <sys/sysmacros.h> by Ivan Afonichev · 8 years ago
- 0d5b2e9 adb: win32: fix Ctrl-C of adb server nodaemon by Spencer Low · 8 years ago
- 285cdaf Address style and efficiency post-merge feedback from previous change (1ecee447abffbc97e2d8bbd7df6252cf9827acf1). by Idries Hamadi · 8 years ago
- 8a3489c Merge "adb: fix spurious usb write failure on Windows." by Treehugger Robot · 8 years ago
- 77caacf adb: don't spew push/pull progress to dumb terminals. by Josh Gao · 8 years ago
- 9fae876 adb: fix spurious usb write failure on Windows. by Josh Gao · 8 years ago
- c62057b Merge "Fix MacOS SDK build error caused by deprecated stl call." by Josh Gao · 8 years ago
- 0a52580 Fix MacOS SDK build error caused by deprecated stl call. by Idries Hamadi · 8 years ago
- 5109b9e Merge "Integrate adb with fastdeploy" by Treehugger Robot · 8 years ago
- 9aa63fe adb: add environment variables to disable usb, emulators, mdns. by Josh Gao · 8 years ago
- 4007ab7 adb: minor cleanup. by Josh Gao · 8 years ago
- 597044d adb: report connection status when we're unauthorized. by Josh Gao · 8 years ago
- 1ecee44 Integrate adb with fastdeploy by Idries Hamadi · 8 years ago
- 3657ae1 Accept DexMetadata files (.dm) for install-multiple by Calin Juravle · 8 years ago
- b701136 Merge "adb: win32: fix Unicode console output" by Treehugger Robot · 8 years ago
- 596f63b adb: fix error message for `adb {forward,reverse}` by Josh Gao · 8 years ago
- e55851b adb: win32: fix Unicode console output by Spencer Low · 8 years ago
- 076b5ba adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 8 years ago
- c7b7459 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 8 years ago
- b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 8 years ago
- 2174685 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 8 years ago
- 76d17db adb: Have device usb_handle return io size by Jerry Zhang · 8 years ago
- 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
- 37f11f5 adb: work around adbd push bug. by Josh Gao · 8 years ago
- 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 8 years ago
- bf5167c adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 8 years ago
- 8fa3351 Fix `adb logcat` return code. by Elliott Hughes · 8 years ago
- d244d47 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 8 years ago
- 2c513a1 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 8 years ago
- 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 8 years ago
- 9528df2 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 8 years ago
- 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 8 years ago
- c838850 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 8 years ago
- e964a0e Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 8 years ago
- 30a3c5a Documented adb install --instant by Felipe Leme · 8 years ago
- 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 8 years ago
- cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 8 years ago
- 83d33f8 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 8 years ago
- c7f2d19 adb: properly calculate packet size on Mac. by Josh Gao · 8 years ago
- 145ac02 Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 8 years ago
- f2a988c adb: implement std::make_unique, start using it. by Josh Gao · 8 years ago
- ae5f7ff Merge changes from topic "adb_bp" by Josh Gao · 8 years ago
- a54dbfd Add a NOLINT for the memory leak we added by George Burgess IV · 8 years ago
- 361148b adb: switch over to Android.bp. by Josh Gao · 8 years ago
- d64d2ed adb: add a way to make the server intentionally leak. by Josh Gao · 8 years ago
- 50576fd adb: stop using quick_exit. by Josh Gao · 8 years ago
- dfe539e adb: add missing condition_variable include by Mike Frysinger · 8 years ago
- d8171d9 Merge "adb: get libusb compiling on Windows." by Treehugger Robot · 8 years ago
- 511ff8a adb: get libusb compiling on Windows. by Josh Gao · 8 years ago
- a82f246 adb: disable USB packet overflow checking on OS X. by Josh Gao · 8 years ago
- 21a991d adb: cleanup some portions of client usb interfaces by Mark Salyzyn · 9 years ago
- d4bf94d adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 9 years ago
- ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 9 years ago
- 4d29974 Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 9 years ago
- cd61ae3 Give a clear error message if we can't start the server. by Elliott Hughes · 9 years ago
- be9c837 adb: libusb: switch from polling for accessibility to a sleep. by Josh Gao · 9 years ago
- 1a2eacc adb: improve race between device_connected and device_disconnected. by Josh Gao · 9 years ago
- 8bb766e adb: libusb: don't try to delete a usb_handle twice. by Josh Gao · 9 years ago
- 4b64084 adb: reunregress waiting for device on start-server. by Josh Gao · 9 years ago
- 09628bb adb: fix deadlock. by Josh Gao · 9 years ago
- 530b9f1 adb: redirect stdout/stderr before initializing usb. by Josh Gao · 9 years ago
- a96dc5f adb: libusb: recognize devices with multiple interfaces. by Josh Gao · 9 years ago
- 70dc737 adb: libusb: wait for devices to become accessible. by Josh Gao · 9 years ago
- 9523841 adb: libusb: switch to hotplug for device detection. by Josh Gao · 9 years ago
- 90b6253 adb: fix darwin build break. by Josh Gao · 9 years ago
- 165460f adb: move all cleanup to a function with defined ordering. by Josh Gao · 9 years ago
- 1ec15cd adb: libusb: replace sleep with timed CV wait. by Josh Gao · 9 years ago
- 9a700fd adb: properly handle libusb_clear_halt failure. by Josh Gao · 9 years ago
- ac16a0f Fix macOS build. by Elliott Hughes · 9 years ago
- 3e9e74e Improve udev failure diagnostics. by Elliott Hughes · 9 years ago
- 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 9 years ago
- 4ebd436 adb: make darwin build with thread safety analysis. by Josh Gao · 9 years ago
- 3734cf0 adb: use the actual wMaxPacketSize for usb endpoints. by Josh Gao · 9 years ago
- 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 9 years ago
- 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 9 years ago
- 091f3be adb: don't reset usb when connecting it. by Yabin Cui · 9 years ago
- 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 10 years ago
- 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 9 years ago
- 5d0d1ad usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 9 years ago
- 484ddbf adb: fix darwin build. by Josh Gao · 9 years ago
- b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 10 years ago
- 78f860e adb: move usb_* to client/usb_*. by Josh Gao · 9 years ago
- e80f47a adb: retry install_listener for a while. by Josh Gao · 9 years ago
- eeae2e5 Merge "Ignore setsid error in some cases." by Treehugger Robot · 10 years ago
- e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 10 years ago
- dc046e6 Ignore setsid error in some cases. by Tao Wu · 10 years ago
- bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 10 years ago
- 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 10 years ago
- 801066a Clean up key handling in adb. by Elliott Hughes · 10 years ago
- 38e02a7 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 10 years ago