index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
binder
/
IPCThreadState.cpp
Age
Commit message (
Expand
)
Author
2012-03-07
remove files that moved to frameworks/native
Mathias Agopian
2012-03-05
Remove obsolete references to sched_policy.h
Glenn Kasten
2012-02-03
Multi-user - 1st major checkin
Amith Yamasani
2012-01-09
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
Steve Block
2012-01-04
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2011-12-01
am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState...
Ben Cheng
2011-12-01
Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.
Ben Cheng
2011-10-25
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-09-07
Resurrect verbose binder logging
Andy McFadden
2011-04-21
Make sure binder ioctl structs don't contain uninitialized values.
Evgeniy Stepanov
2010-12-14
Framework-side support for Dalvik "isSensitiveThread" hook.
Brad Fitzpatrick
2010-09-24
Some debugging support.
Dianne Hackborn
2010-08-31
Don't propagate StrictMode over one-way Binder calls.
Brad Fitzpatrick
2010-07-15
More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.
Brad Fitzpatrick
2010-06-21
Start of work on passing around StrictMode policy over Binder calls.
Brad Fitzpatrick
2010-03-18
Ensure that binder incalls to the system process keep the fg cgroup
Christopher Tate
2009-12-07
Propagate background scheduling class across processes.
Dianne Hackborn
2009-11-08
Reset binder service threads' cgroup/priority after command completion
Christopher Tate
2009-11-06
Revert jparks code from IPCThreadState.
Evan Millar
2009-11-04
When a thread is about to be put back onto the thread pool ensure that it is ...
Jason Parks
2009-11-03
Add a warning when we leave threads in the binder thread pool in the backgrou...
Jason Parks
2009-07-17
Instead of using -1 for pid and uid in the simulator, and then having
Marco Nelissen
2009-05-20
move libbinder's header files under includes/binder
Mathias Agopian
2009-05-20
checkpoint: split libutils into libutils + libbinder
Mathias Agopian