summaryrefslogtreecommitdiff
path: root/shell_service.cpp
AgeCommit message (Expand)Author
2016-10-10liblog: adb: move security interfaces to privateMark Salyzyn
2016-09-30system/core Replace log/log.h with android/log.hMark Salyzyn
2016-09-19base: rename unique_fd::clear() to unique_fd::reset().Josh Gao
2016-09-01adb: extract the adb-specific unique_fd out into its own header.Josh Gao
2016-06-23adb: fix fd leak when shell fails to create a thread.Josh Gao
2016-06-22adb: don't dup local socket fd.Josh Gao
2016-06-20adb: fix fd double close, Subprocess lifetime issue.Josh Gao
2016-06-06adbd: properly close subprocess pipes on Ctrl+C.David Pursell
2016-05-27Kill adb's ScopedFd for unique_fd.Elliott Hughes
2016-05-14adb: replace failing exits in adbd with abort().Josh Gao
2016-03-28Address const issue in preparation for libcxx rebase.Dan Austin
2016-03-05Merge changes I93514d22,I57dbc113,I707ffbd1Josh Gao
2016-03-04adbd: fix spurious close of uninitialized fd.Josh Gao
2016-03-04adb: make ScopedFd universally accessible and useful.Josh Gao
2016-02-12adb: make adb_thread_func_t return void, add adb_thread_exit.Josh Gao
2016-02-03adb: report subprocess creation errors to the client.Josh Gao
2016-01-29Merge "adb: fix subprocess termination for legacy shell."David Pursell
2016-01-27adb: fix subprocess termination for legacy shell.David Pursell
2016-01-21ADB security loggingRubin Xu
2016-01-20adbd: use pty to determine whether a session is interactive.Josh Gao
2016-01-20adbd: don't leave zombies when subprocess creation fails.Josh Gao
2015-12-11adb: handle some edge cases with process environments.Josh Gao
2015-12-11adb: don't use setenv after forking.Josh Gao
2015-12-10Revert "adb: Make HOME=/data/local/tmp"Nick Kralevich
2015-12-07adb: Make HOME=/data/local/tmpNick Kralevich
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-16Pass $TERM to the device.Elliott Hughes
2015-11-04adb shell SIGWINCH support.Elliott Hughes
2015-11-02Set HOME, LOGNAME, SHELL, and USER from adbd.Elliott Hughes
2015-10-15adb: non-interactive shell stdin.David Pursell
2015-10-06adb: keep file flags in fdevent_install.Yabin Cui
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui
2015-09-15adb: Kill subprocess when the client exits.David Pursell
2015-09-11adb: implement shell protocol.David Pursell
2015-09-04adb: refactor subprocess code.David Pursell
2015-09-04adb: move shell service to a separate file.David Pursell