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