index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
binder
/
IPCThreadState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed build error with clang/llvm.
Wale Ogunwale
2015-04-21
1
-2
/
+3
*
Added IPCThreadState::blockUntilThreadAvailable() method.
Wale Ogunwale
2015-04-14
1
-0
/
+20
*
Kill HAVE_PTHREADS.
Yabin Cui
2015-01-26
1
-11
/
+4
*
binder: Return pid_t/uid_t instead of int
Dan Stoza
2014-12-01
1
-2
/
+2
*
Fix build with clang in C++11 mode
Bernhard Rosenkränzer
2014-11-25
1
-6
/
+6
*
Binder: Remove unused functions & variables
Andreas Gampe
2014-11-24
1
-9
/
+0
*
am dbab409c: Merge "Avoid two warnings from clang."
Chih-Hung Hsieh
2014-11-04
1
-13
/
+11
|
\
|
*
Avoid two warnings from clang.
Chih-Hung Hsieh
2014-10-31
1
-13
/
+11
*
|
am 5ee2c9d2: Work on issue #17656716: Unhandled exception in Window Manager
Dianne Hackborn
2014-09-30
1
-8
/
+13
|
\
\
|
|
/
|
/
|
|
*
Work on issue #17656716: Unhandled exception in Window Manager
Dianne Hackborn
2014-09-30
1
-8
/
+13
*
|
Use gettid directly in binder.
Elliott Hughes
2014-08-18
1
-1
/
+1
|
/
*
binder: rm utils/Debug.h
Mark Salyzyn
2014-05-29
1
-1
/
+0
*
Binder: Fix some valgrind errors.
Arve Hjønnevåg
2014-02-18
1
-0
/
+1
*
Binder: Don't cast directly from a pointer to binder_uintptr_t
Arve Hjønnevåg
2014-02-18
1
-1
/
+1
*
Binder: Disable attemptIncStrongHandle
Arve Hjønnevåg
2014-02-14
1
-0
/
+6
*
binder: fix all warnings
Colin Cross
2014-02-05
1
-5
/
+6
*
Binder: Use 64 bit pointers in 32 processes if selected by the target
Arve Hjønnevåg
2014-01-31
1
-16
/
+16
*
Binder: Make binder portable
Serban Constantinescu
2014-01-31
1
-20
/
+20
*
Make getCallingUid/Pid const.
Jeff Brown
2013-07-15
1
-2
/
+2
*
binder: add polling / single-threaded operation
Todd Poynor
2013-07-04
1
-51
/
+88
*
am de836890: am ef07386e: Prevent IPCThreadState::joinThreadPool from spinnin...
Jeff Tinker
2013-06-11
1
-0
/
+4
|
\
|
*
Prevent IPCThreadState::joinThreadPool from spinning on unexpected error
Jeff Tinker
2013-06-11
1
-0
/
+4
*
|
libutils clean-up
Mathias Agopian
2013-05-07
1
-1
/
+2
|
/
*
Revert "ugly, temporary, workaroung for a problem where a binder thread spins...
Dave Burke
2012-10-06
1
-12
/
+0
*
ugly, temporary, workaroung for a problem where a binder thread spins forever
Mathias Agopian
2012-10-05
1
-0
/
+12
*
No longer need "original calling uid".
Dianne Hackborn
2012-08-31
1
-8
/
+0
*
Fix shutdown sequence to avoid SIGSEGV when running am command
Johannes Carlsson
2012-06-25
1
-2
/
+9
*
Scheduling group cleanup
Glenn Kasten
2012-04-19
1
-6
/
+6
*
Remove obsolete references to sched_policy.h
Glenn Kasten
2012-03-05
1
-1
/
+0
*
Multi-user - 1st major checkin
Amith Yamasani
2012-02-03
1
-0
/
+8
*
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
Steve Block
2012-01-09
1
-9
/
+9
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
1
-8
/
+8
*
am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState...
Ben Cheng
2011-12-01
1
-0
/
+1
|
\
|
*
Initialize bwr.read_buffer in IPCThreadState::talkWithDriver.
Ben Cheng
2011-12-01
1
-0
/
+1
*
|
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-25
1
-6
/
+6
|
/
*
Resurrect verbose binder logging
Andy McFadden
2011-09-07
1
-36
/
+38
*
Make sure binder ioctl structs don't contain uninitialized values.
Evgeniy Stepanov
2011-04-21
1
-0
/
+3
*
Framework-side support for Dalvik "isSensitiveThread" hook.
Brad Fitzpatrick
2010-12-14
1
-0
/
+10
*
Some debugging support.
Dianne Hackborn
2010-09-24
1
-0
/
+14
*
Don't propagate StrictMode over one-way Binder calls.
Brad Fitzpatrick
2010-08-31
1
-5
/
+17
*
More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.
Brad Fitzpatrick
2010-07-15
1
-2
/
+2
*
Start of work on passing around StrictMode policy over Binder calls.
Brad Fitzpatrick
2010-06-21
1
-1
/
+12
*
Ensure that binder incalls to the system process keep the fg cgroup
Christopher Tate
2010-03-18
1
-18
/
+21
*
Propagate background scheduling class across processes.
Dianne Hackborn
2009-12-07
1
-15
/
+38
*
Reset binder service threads' cgroup/priority after command completion
Christopher Tate
2009-11-08
1
-0
/
+15
*
Revert jparks code from IPCThreadState.
Evan Millar
2009-11-06
1
-5
/
+0
*
When a thread is about to be put back onto the thread pool ensure that it is ...
Jason Parks
2009-11-04
1
-22
/
+4
*
Add a warning when we leave threads in the binder thread pool in the backgrou...
Jason Parks
2009-11-03
1
-0
/
+28
*
Instead of using -1 for pid and uid in the simulator, and then having
Marco Nelissen
2009-07-17
1
-7
/
+2
*
move libbinder's header files under includes/binder
Mathias Agopian
2009-05-20
1
-3
/
+3
[next]