summaryrefslogtreecommitdiff
path: root/client/main.cpp
AgeCommit message (Expand)Author
2017-06-20Give a clear error message if we can't start the server.Elliott Hughes
2017-05-18adb: redirect stdout/stderr before initializing usb.Josh Gao
2017-05-09adb: move all cleanup to a function with defined ordering.Josh Gao
2017-05-04adb: wait for devices to come up instead of sleeping for 3s.Josh Gao
2017-03-07Add mDNS device discovery for adb clientCasey Dahlin
2017-01-25adb: add libusb implementation for Linux/Darwin.Josh Gao
2016-12-12adb: retry install_listener for a while.Josh Gao
2016-09-22Merge "Ignore setsid error in some cases."Treehugger Robot
2016-09-21adb: kill adb_mutex_t, adb_cond_t.Josh Gao
2016-09-20Ignore setsid error in some cases.Tao Wu
2016-09-01adb: allow use of arbitrary socket specs for command socket.Josh Gao
2016-08-30DO NOT MERGE: Split bugreport() into its own file and added unit tests.Felipe Leme
2016-08-11Clean up key handling in adb.Elliott Hughes
2016-06-07Allow multiple (sequential) adb users on Linux.Elliott Hughes
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-02-09adb: setsid() for adb host server.Yabin Cui
2016-02-08adb: make ctrl-c when spawning a daemon not kill the daemon.Josh Gao
2016-02-01base: add SystemErrorCodeToString() function.David Pursell
2015-12-10Merge "adb: shell: add -n flag to not read from stdin."Josh Gao
2015-12-10adb: shell: add -n flag to not read from stdin.Josh Gao
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-20Avoid SIGPIPE in adb.Elliott Hughes
2015-11-12adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-11adb: win32: make adb_getenv() case-insensitiveSpencer Low
2015-09-02adb: clean up debug tracing a little.Yabin Cui
2015-08-31adb: remove workaround for b/6558362.Yabin Cui
2015-08-26win32: adb start-server shows stdout/stderr output from actual serverSpencer Low
2015-08-24Use glog for logging in the OSX USB layerSiva Velusamy
2015-08-13Merge "adb: improve network error info"Elliott Hughes
2015-08-12adb: start-server and kill-server error outputSpencer Low
2015-08-12Merge "Remove confusing variable HOST."Yabin Cui
2015-08-11adb: make stdin/stdout/stderr redirection errors fatalSpencer Low
2015-08-11adb: improve network error infoSpencer Low
2015-08-11Remove confusing variable HOST.Yabin Cui
2015-08-08adb: win32: write ACK to separate pipe instead of stdoutSpencer Low
2015-08-07adb start-server: Use a separate fd for sending initial OKSiva Velusamy
2015-07-31adb: win32: Unicode path names, env vars, some console supportSpencer Low
2015-07-30adb: win32: initial IPv6 support and improved Winsock error reportingSpencer Low
2015-06-02adb: win32: fix logging to adb.logSpencer Low
2015-05-21Improve logging.Dan Albert
2015-05-11adb: win32: fix daemon acknowledgementSpencer Low
2015-05-08Revert "Revert "Split adb_main.cpp into client and daemon.""Dan Albert
2015-05-08Revert "Split adb_main.cpp into client and daemon."Dan Albert
2015-05-08Revert "Probably fix the Mac build."Dan Albert
2015-05-08Probably fix the Mac build.Dan Albert
2015-05-08Split adb_main.cpp into client and daemon.Dan Albert