index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmds
/
cmd
/
cmd.cpp
Age
Commit message (
Expand
)
Author
2021-09-15
Replace security_context_t type
ThiƩbaud Weksteen
2020-05-18
Add flag to cmd for dynamic services
Jon Spivack
2020-01-23
cmd: fix compile error in DEBUG
Dominic Lemire
2019-01-07
Expose cmd's functionality as a static library.
Alex Buynytskyy
2018-12-19
Reverse-merging master to AOSP.
Alex Buynytskyy
2018-05-25
Revert "Only spawn one binder thread for cmd."
Steven Moreland
2017-12-05
Use -Werror in frameworks/native/cmds/cmd
Chih-Hung Hsieh
2017-11-21
Add more debugging to cmd.
Dianne Hackborn
2017-10-30
Update shell open command to have a mode.
Dianne Hackborn
2017-08-07
Change UniquePtr to std::unique_ptr
Jiyong Park
2017-05-11
Only spawn one binder thread for cmd.
Martijn Coenen
2016-10-17
Finish implementation of "cmd".
Dianne Hackborn
2016-10-10
Add a little protection to prevent file opens when shell is done.
Dianne Hackborn
2016-09-29
Introduce new command callback to shell.
Dianne Hackborn
2015-10-14
Temporary hack to get rid of new virtuals.
Dianne Hackborn
2015-10-12
Add new "shell command" feature to Binder objects.
Dianne Hackborn