summaryrefslogtreecommitdiffstats
path: root/libs/binder/IPCThreadState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #27252896: Security Vulnerability -- weak binderDianne Hackborn2016-03-251-2/+10
* Fixed build error with clang/llvm.Wale Ogunwale2015-04-211-2/+3
* Added IPCThreadState::blockUntilThreadAvailable() method.Wale Ogunwale2015-04-141-0/+20
* Kill HAVE_PTHREADS.Yabin Cui2015-01-261-11/+4
* binder: Return pid_t/uid_t instead of intDan Stoza2014-12-011-2/+2
* Fix build with clang in C++11 modeBernhard Rosenkränzer2014-11-251-6/+6
* Binder: Remove unused functions & variablesAndreas Gampe2014-11-241-9/+0
* am dbab409c: Merge "Avoid two warnings from clang."Chih-Hung Hsieh2014-11-041-13/+11
|\
| * Avoid two warnings from clang.Chih-Hung Hsieh2014-10-311-13/+11
* | am 5ee2c9d2: Work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-09-301-8/+13
|\ \ | |/ |/|
| * Work on issue #17656716: Unhandled exception in Window ManagerDianne Hackborn2014-09-301-8/+13
* | Use gettid directly in binder.Elliott Hughes2014-08-181-1/+1
|/
* binder: rm utils/Debug.hMark Salyzyn2014-05-291-1/+0
* Binder: Fix some valgrind errors.Arve Hjønnevåg2014-02-181-0/+1
* Binder: Don't cast directly from a pointer to binder_uintptr_tArve Hjønnevåg2014-02-181-1/+1
* Binder: Disable attemptIncStrongHandleArve Hjønnevåg2014-02-141-0/+6
* binder: fix all warningsColin Cross2014-02-051-5/+6
* Binder: Use 64 bit pointers in 32 processes if selected by the targetArve Hjønnevåg2014-01-311-16/+16
* Binder: Make binder portableSerban Constantinescu2014-01-311-20/+20
* Make getCallingUid/Pid const.Jeff Brown2013-07-151-2/+2
* binder: add polling / single-threaded operationTodd Poynor2013-07-041-51/+88
* am de836890: am ef07386e: Prevent IPCThreadState::joinThreadPool from spinnin...Jeff Tinker2013-06-111-0/+4
|\
| * Prevent IPCThreadState::joinThreadPool from spinning on unexpected errorJeff Tinker2013-06-111-0/+4
* | libutils clean-upMathias Agopian2013-05-071-1/+2
|/
* Revert "ugly, temporary, workaroung for a problem where a binder thread spins...Dave Burke2012-10-061-12/+0
* ugly, temporary, workaroung for a problem where a binder thread spins foreverMathias Agopian2012-10-051-0/+12
* No longer need "original calling uid".Dianne Hackborn2012-08-311-8/+0
* Fix shutdown sequence to avoid SIGSEGV when running am commandJohannes Carlsson2012-06-251-2/+9
* Scheduling group cleanupGlenn Kasten2012-04-191-6/+6
* Remove obsolete references to sched_policy.hGlenn Kasten2012-03-051-1/+0
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-0/+8
* Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2012-01-091-9/+9
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-8/+8
* am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState...Ben Cheng2011-12-011-0/+1
|\
| * Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.Ben Cheng2011-12-011-0/+1
* | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-6/+6
|/
* Resurrect verbose binder loggingAndy McFadden2011-09-071-36/+38
* Make sure binder ioctl structs don't contain uninitialized values.Evgeniy Stepanov2011-04-211-0/+3
* Framework-side support for Dalvik "isSensitiveThread" hook.Brad Fitzpatrick2010-12-141-0/+10
* Some debugging support.Dianne Hackborn2010-09-241-0/+14
* Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-311-5/+17
* More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-151-2/+2
* Start of work on passing around StrictMode policy over Binder calls.Brad Fitzpatrick2010-06-211-1/+12
* Ensure that binder incalls to the system process keep the fg cgroupChristopher Tate2010-03-181-18/+21
* Propagate background scheduling class across processes.Dianne Hackborn2009-12-071-15/+38
* Reset binder service threads' cgroup/priority after command completionChristopher Tate2009-11-081-0/+15
* Revert jparks code from IPCThreadState.Evan Millar2009-11-061-5/+0
* When a thread is about to be put back onto the thread pool ensure that it is ...Jason Parks2009-11-041-22/+4
* Add a warning when we leave threads in the binder thread pool in the backgrou...Jason Parks2009-11-031-0/+28
* Instead of using -1 for pid and uid in the simulator, and then havingMarco Nelissen2009-07-171-7/+2