index
:
replicant/core
GNUtoo/history/14-07-2019
GNUtoo/history/devtmpfs-debug-wip
GNUtoo/lineage-16.0-base
GNUtoo/modem-i9300
master
replicant-9
Patches not merged yet, used for building and testing them
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
/
shell_service.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
adb: fix fd leak when shell fails to create a thread.
Josh Gao
2016-06-23
1
-3
/
+4
*
adb: don't dup local socket fd.
Josh Gao
2016-06-22
1
-6
/
+5
*
adb: fix fd double close, Subprocess lifetime issue.
Josh Gao
2016-06-20
1
-9
/
+26
*
adbd: properly close subprocess pipes on Ctrl+C.
David Pursell
2016-06-06
1
-1
/
+7
*
Kill adb's ScopedFd for unique_fd.
Elliott Hughes
2016-05-27
1
-85
/
+80
*
adb: replace failing exits in adbd with abort().
Josh Gao
2016-05-14
1
-3
/
+3
*
Address const issue in preparation for libcxx rebase.
Dan Austin
2016-03-28
1
-1
/
+1
*
Merge changes I93514d22,I57dbc113,I707ffbd1
Josh Gao
2016-03-05
1
-31
/
+0
|
\
|
*
adb: make ScopedFd universally accessible and useful.
Josh Gao
2016-03-04
1
-31
/
+0
*
|
adbd: fix spurious close of uninitialized fd.
Josh Gao
2016-03-04
1
-1
/
+3
|
/
*
adb: make adb_thread_func_t return void, add adb_thread_exit.
Josh Gao
2016-02-12
1
-4
/
+2
*
adb: report subprocess creation errors to the client.
Josh Gao
2016-02-03
1
-13
/
+60
*
Merge "adb: fix subprocess termination for legacy shell."
David Pursell
2016-01-29
1
-0
/
+31
|
\
|
*
adb: fix subprocess termination for legacy shell.
David Pursell
2016-01-27
1
-0
/
+31
*
|
ADB security logging
Rubin Xu
2016-01-21
1
-0
/
+8
|
/
*
adbd: use pty to determine whether a session is interactive.
Josh Gao
2016-01-20
1
-16
/
+1
*
adbd: don't leave zombies when subprocess creation fails.
Josh Gao
2016-01-20
1
-1
/
+1
*
adb: handle some edge cases with process environments.
Josh Gao
2015-12-11
1
-7
/
+12
*
adb: don't use setenv after forking.
Josh Gao
2015-12-11
1
-18
/
+48
*
Revert "adb: Make HOME=/data/local/tmp"
Nick Kralevich
2015-12-10
1
-2
/
+1
*
adb: Make HOME=/data/local/tmp
Nick Kralevich
2015-12-07
1
-1
/
+2
*
Track rename of base/ to android-base/.
Elliott Hughes
2015-12-04
1
-2
/
+2
*
Pass $TERM to the device.
Elliott Hughes
2015-11-16
1
-10
/
+18
*
adb shell SIGWINCH support.
Elliott Hughes
2015-11-04
1
-2
/
+13
*
Set HOME, LOGNAME, SHELL, and USER from adbd.
Elliott Hughes
2015-11-02
1
-0
/
+10
*
adb: non-interactive shell stdin.
David Pursell
2015-10-15
1
-7
/
+29
*
adb: keep file flags in fdevent_install.
Yabin Cui
2015-10-06
1
-8
/
+5
*
Adb: use VLOG() to replace D() for verbose logging.
Yabin Cui
2015-09-23
1
-1
/
+1
*
adb: Kill subprocess when the client exits.
David Pursell
2015-09-15
1
-0
/
+8
*
adb: implement shell protocol.
David Pursell
2015-09-11
1
-19
/
+310
*
adb: refactor subprocess code.
David Pursell
2015-09-04
1
-128
/
+230
*
adb: move shell service to a separate file.
David Pursell
2015-09-04
1
-0
/
+227