- 299da1c Set $HOSTNAME in adbd. by Elliott Hughes · 7 years ago
- d51515b adbd: improve thread names. by Josh Gao · 7 years ago
- 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
- 961083e adbd's children should have SIGPIPE set to SIG_DFL. by Elliott Hughes · 8 years ago
- fd20a0f Remove dead code. by Elliott Hughes · 8 years ago
- 81a870e liblog: adb: move security interfaces to private by Mark Salyzyn · 8 years ago
- 5f17a90 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
- c2d2cb6 base: rename unique_fd::clear() to unique_fd::reset(). by Josh Gao · 8 years ago
- ea7457b adb: extract the adb-specific unique_fd out into its own header. by Josh Gao · 8 years ago
- 8d84a31 adb: fix fd leak when shell fails to create a thread. by Josh Gao · 9 years ago
- a654514 adb: don't dup local socket fd. by Josh Gao · 9 years ago
- 6d3a75a adb: fix fd double close, Subprocess lifetime issue. by Josh Gao · 9 years ago
- aeee003 adbd: properly close subprocess pipes on Ctrl+C. by David Pursell · 9 years ago
- 857e659 Kill adb's ScopedFd for unique_fd. by Elliott Hughes · 9 years ago
- 57cb217 adb: replace failing exits in adbd with abort(). by Josh Gao · 9 years ago
- 4bdf38b Address const issue in preparation for libcxx rebase. by Dan Austin · 9 years ago
- aa7c375 Merge changes I93514d22,I57dbc113,I707ffbd1 by Josh Gao · 9 years ago
- 9a4b5e9 adbd: fix spurious close of uninitialized fd. by Josh Gao · 9 years ago
- 1b533c8 adb: make ScopedFd universally accessible and useful. by Josh Gao · 9 years ago
- 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 9 years ago
- 9dc2e93 adb: report subprocess creation errors to the client. by Josh Gao · 9 years ago
- ea71e27 Merge "adb: fix subprocess termination for legacy shell." by David Pursell · 9 years ago
- 182dc32 adb: fix subprocess termination for legacy shell. by David Pursell · 9 years ago
- 29a64f9 ADB security logging by Rubin Xu · 9 years ago
- 8a63116 adbd: use pty to determine whether a session is interactive. by Josh Gao · 9 years ago
- 6a98c6e adbd: don't leave zombies when subprocess creation fails. by Josh Gao · 9 years ago
- 81ea002 adb: handle some edge cases with process environments. by Josh Gao · 9 years ago
- 8d76c45 adb: don't use setenv after forking. by Josh Gao · 9 years ago
- e031c19 Revert "adb: Make HOME=/data/local/tmp" by Nick Kralevich · 9 years ago
- fdf0142 adb: Make HOME=/data/local/tmp by Nick Kralevich · 9 years ago
- f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
- ff44456 Pass $TERM to the device. by Elliott Hughes · 9 years ago
- a826579 adb shell SIGWINCH support. by Elliott Hughes · 9 years ago
- 90676d9 Set HOME, LOGNAME, SHELL, and USER from adbd. by Elliott Hughes · 9 years ago
- 3fe11f6 adb: non-interactive shell stdin. by David Pursell · 9 years ago
- 5fc2231 adb: keep file flags in fdevent_install. by Yabin Cui · 9 years ago
- 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
- 2b8d4a4 adb: Kill subprocess when the client exits. by David Pursell · 9 years ago
- 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
- 917dcfa adb: refactor subprocess code. by David Pursell · 9 years ago
- 4f344bb adb: move shell service to a separate file. by David Pursell · 9 years ago