summaryrefslogtreecommitdiffstats
path: root/adb/client
Commit message (Expand)AuthorAgeFilesLines
* Add mDNS device discovery for adb clientCasey Dahlin2017-03-071-0/+2
* adb: add `adb host-features`, report libusb status.Josh Gao2017-02-221-5/+0
* usb_dispatch.cpp: Lower severity of logging statement.Nick Kralevich2017-02-011-2/+2
* adb: fix darwin build.Josh Gao2017-01-261-1/+4
* adb: add libusb implementation for Linux/Darwin.Josh Gao2017-01-254-2/+584
* adb: move usb_* to client/usb_*.Josh Gao2017-01-193-0/+1813
* adb: retry install_listener for a while.Josh Gao2016-12-121-2/+15
* Merge "Ignore setsid error in some cases."Treehugger Robot2016-09-221-1/+3
|\
| * Ignore setsid error in some cases.Tao Wu2016-09-201-1/+3
* | adb: kill adb_mutex_t, adb_cond_t.Josh Gao2016-09-211-1/+0
|/
* adb: allow use of arbitrary socket specs for command socket.Josh Gao2016-09-011-3/+2
* DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme2016-08-301-0/+1
* Clean up key handling in adb.Elliott Hughes2016-08-111-2/+6
* Allow multiple (sequential) adb users on Linux.Elliott Hughes2016-06-071-18/+15
* adb: support forwarding TCP port 0.David Pursell2016-05-091-1/+1
* adb: setsid() for adb host server.Yabin Cui2016-02-091-4/+6
* adb: make ctrl-c when spawning a daemon not kill the daemon.Josh Gao2016-02-081-0/+8
* base: add SystemErrorCodeToString() function.David Pursell2016-02-011-2/+3
* Merge "adb: shell: add -n flag to not read from stdin."Josh Gao2015-12-101-15/+1
|\
| * adb: shell: add -n flag to not read from stdin.Josh Gao2015-12-101-15/+1
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-041-3/+3
|/
* Avoid SIGPIPE in adb.Elliott Hughes2015-11-201-6/+3
* adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low2015-11-121-1/+6
* Adb: use VLOG() to replace D() for verbose logging.Yabin Cui2015-09-231-1/+1
* adb: win32: make adb_getenv() case-insensitiveSpencer Low2015-09-111-26/+0
* adb: clean up debug tracing a little.Yabin Cui2015-09-021-1/+1
* adb: remove workaround for b/6558362.Yabin Cui2015-08-311-40/+0
* win32: adb start-server shows stdout/stderr output from actual serverSpencer Low2015-08-261-7/+22
* Use glog for logging in the OSX USB layerSiva Velusamy2015-08-241-0/+1
* Merge "adb: improve network error info"Elliott Hughes2015-08-131-1/+1
|\
| * adb: improve network error infoSpencer Low2015-08-111-1/+1
* | adb: start-server and kill-server error outputSpencer Low2015-08-121-1/+3
* | Merge "Remove confusing variable HOST."Yabin Cui2015-08-121-2/+0
|\ \
| * | Remove confusing variable HOST.Yabin Cui2015-08-111-2/+0
| |/
* / adb: make stdin/stdout/stderr redirection errors fatalSpencer Low2015-08-111-13/+17
|/
* adb: win32: write ACK to separate pipe instead of stdoutSpencer Low2015-08-081-7/+15
* adb start-server: Use a separate fd for sending initial OKSiva Velusamy2015-08-071-19/+9
* adb: win32: Unicode path names, env vars, some console supportSpencer Low2015-07-311-10/+37
* adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low2015-07-301-2/+3
* adb: win32: fix logging to adb.logSpencer Low2015-06-021-3/+17
* Improve logging.Dan Albert2015-05-211-3/+1
* adb: win32: fix daemon acknowledgementSpencer Low2015-05-111-0/+4
* Revert "Revert "Split adb_main.cpp into client and daemon.""Dan Albert2015-05-081-0/+180
* Revert "Split adb_main.cpp into client and daemon."Dan Albert2015-05-081-180/+0
* Revert "Probably fix the Mac build."Dan Albert2015-05-081-5/+6
* Probably fix the Mac build.Dan Albert2015-05-081-6/+5
* Split adb_main.cpp into client and daemon.Dan Albert2015-05-081-0/+180