Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
3df8dc58b2b5b1f60d45793e6a7c1f51a2fd2383
/
adb
/
client
/
main.cpp
d10b7c4
adb: attempt to exec newer adb servers on Linux.
by Josh Gao
· 6 years ago
0f29cbc
adb: switch unix_open to string_view.
by Josh Gao
· 7 years ago
4679a39
adb: rationalize fatal/error logging.
by Elliott Hughes
· 7 years ago
84fc271
adb: win32: fix Ctrl-C of adb server nodaemon
by Spencer Low
· 7 years ago
043fbec
adb: add environment variables to disable usb, emulators, mdns.
by Josh Gao
· 7 years ago
aed415c
[adb] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
454bc7c
adb: Add a way to reconnect TCP transports
by Luis Hector Chavez
· 7 years ago
657db00
Add a NOLINT for the memory leak we added
by George Burgess IV
· 7 years ago
e217611
adb: add a way to make the server intentionally leak.
by Josh Gao
· 7 years ago
d51c6df
adb: stop using quick_exit.
by Josh Gao
· 7 years ago
6eadee8
Give a clear error message if we can't start the server.
by Elliott Hughes
· 8 years ago
16c5a13
adb: redirect stdout/stderr before initializing usb.
by Josh Gao
· 8 years ago
01b7bc4
adb: move all cleanup to a function with defined ordering.
by Josh Gao
· 8 years ago
fd713e5
adb: wait for devices to come up instead of sleeping for 3s.
by Josh Gao
· 8 years ago
13a269e
Add mDNS device discovery for adb client
by Casey Dahlin
· 9 years ago
1c70e1b
adb: add libusb implementation for Linux/Darwin.
by Josh Gao
· 9 years ago
f0f854b
adb: retry install_listener for a while.
by Josh Gao
· 9 years ago
3562fd0
Merge "Ignore setsid error in some cases."
by Treehugger Robot
· 9 years ago
0cd3ae1
adb: kill adb_mutex_t, adb_cond_t.
by Josh Gao
· 9 years ago
c8fab89
Ignore setsid error in some cases.
by Tao Wu
· 9 years ago
9c869b5
adb: allow use of arbitrary socket specs for command socket.
by Josh Gao
· 9 years ago
698e065
DO NOT MERGE: Split bugreport() into its own file and added unit tests.
by Felipe Leme
· 9 years ago
0aeb505
Clean up key handling in adb.
by Elliott Hughes
· 9 years ago
d89a6c2
Allow multiple (sequential) adb users on Linux.
by Elliott Hughes
· 9 years ago
eaae97e
adb: support forwarding TCP port 0.
by David Pursell
· 9 years ago
6bf323b
adb: setsid() for adb host server.
by Yabin Cui
· 10 years ago
b72b3f8
adb: make ctrl-c when spawning a daemon not kill the daemon.
by Josh Gao
· 10 years ago
5f787ed
base: add SystemErrorCodeToString() function.
by David Pursell
· 10 years ago
aae38d9
Merge "adb: shell: add -n flag to not read from stdin."
by Josh Gao
· 10 years ago
7d58607
adb: shell: add -n flag to not read from stdin.
by Josh Gao
· 10 years ago
4f71319
Track rename of base/ to android-base/.
by Elliott Hughes
· 10 years ago
65433da
Avoid SIGPIPE in adb.
by Elliott Hughes
· 10 years ago
d21dc82
adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()
by Spencer Low
· 10 years ago
aed3c61
Adb: use VLOG() to replace D() for verbose logging.
by Yabin Cui
· 10 years ago
e6ae573
adb: win32: make adb_getenv() case-insensitive
by Spencer Low
· 10 years ago
7a3f8d6
adb: clean up debug tracing a little.
by Yabin Cui
· 10 years ago
c642458
adb: remove workaround for b/6558362.
by Yabin Cui
· 10 years ago
2122c7a
win32: adb start-server shows stdout/stderr output from actual server
by Spencer Low
· 10 years ago
743883b
Use glog for logging in the OSX USB layer
by Siva Velusamy
· 10 years ago
57532b2
Merge "adb: improve network error info"
by Elliott Hughes
· 10 years ago
f18fc08
adb: start-server and kill-server error output
by Spencer Low
· 10 years ago
317acfb
Merge "Remove confusing variable HOST."
by Yabin Cui
· 10 years ago
155159c
adb: make stdin/stdout/stderr redirection errors fatal
by Spencer Low
· 10 years ago
bf7c605
adb: improve network error info
by Spencer Low
· 10 years ago
661327e
Remove confusing variable HOST.
by Yabin Cui
· 10 years ago
5c398d2
adb: win32: write ACK to separate pipe instead of stdout
by Spencer Low
· 10 years ago
9f2d1a9
adb start-server: Use a separate fd for sending initial OK
by Siva Velusamy
· 10 years ago
cf4ff64
adb: win32: Unicode path names, env vars, some console support
by Spencer Low
· 10 years ago
5200c66
adb: win32: initial IPv6 support and improved Winsock error reporting
by Spencer Low
· 10 years ago
d0f66c3
adb: win32: fix logging to adb.log
by Spencer Low
· 10 years ago
9313c0d
Improve logging.
by Dan Albert
· 10 years ago
d396dc9
adb: win32: fix daemon acknowledgement
by Spencer Low
· 10 years ago
c89e0cc
Revert "Revert "Split adb_main.cpp into client and daemon.""
by Dan Albert
· 10 years ago