index
:
frameworks_native.git
kitkat
lp5.0
lp5.1
mm6.0
n7.1
o8.0
o8.1
p9.0
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
u14.0
frameworks_native
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
binder
/
IPCThreadState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libbinder: setupPolling returns status_t
Steven Moreland
2020-07-24
1
-1
/
+1
*
libbinder: driver unfinished write error code
Steven Moreland
2020-04-16
1
-1
/
+5
*
libbinder: dump dropped oneway transaction data
Steven Moreland
2020-02-10
1
-0
/
+5
*
Remove need for libbinderthreadstate.
Steven Moreland
2020-02-05
1
-8
/
+7
*
Remove extraneous semicolon.
Steven Moreland
2019-09-27
1
-1
/
+1
*
libbinder: Replace abort with LOG_ALWAYS_FATAL
Steven Moreland
2019-09-25
1
-2
/
+1
*
Merge "Fix FD comparisons in binder"
Steven Moreland
2019-08-01
1
-5
/
+5
|
\
|
*
Fix FD comparisons in binder
Alexandre Baião
2019-07-31
1
-5
/
+5
*
|
Merge "libbinder: remove Parcel::remove"
Steven Moreland
2019-07-16
1
-1
/
+1
|
\
|
|
*
libbinder: remove Parcel::remove
Steven Moreland
2019-07-16
1
-1
/
+1
*
|
Merge "libbinder: don't export Static.h"
Steven Moreland
2019-07-15
1
-1
/
+2
|
\
|
|
*
libbinder: don't export Static.h
Steven Moreland
2019-07-12
1
-1
/
+2
*
|
servicemanager: use libbinder
Steven Moreland
2019-07-09
1
-1
/
+1
*
|
Merge "libbinder: CallRestriction: dump code" am: cf6332b4e9
Steven Moreland
2019-05-13
1
-2
/
+2
|
\
|
|
*
libbinder: CallRestriction: dump code
Steven Moreland
2019-05-13
1
-2
/
+2
*
|
Merge "Make concurrently accessed globals atomic" am: df4629e947
Hans Boehm
2019-04-16
1
-13
/
+15
|
\
|
|
*
Make concurrently accessed globals atomic
Hans Boehm
2019-04-12
1
-13
/
+15
*
|
Merge "[binder]: Use _IOC_NRMASK instead of oxff to filter out the cmd." am: ...
Steven Moreland
2019-04-04
1
-1
/
+1
|
\
|
|
*
Merge "[binder]: Use _IOC_NRMASK instead of oxff to filter out the cmd."
Steven Moreland
2019-04-04
1
-1
/
+1
|
|
\
|
|
*
[binder]: Use _IOC_NRMASK instead of oxff to filter out the cmd.
songjinshi
2019-04-04
1
-1
/
+1
|
*
|
getCallingSid: get calling security context
Steven Moreland
2019-04-02
1
-6
/
+28
|
|
/
*
|
Merge "getCallingSid: get calling security context"
Steven Moreland
2019-01-17
1
-6
/
+28
|
\
\
|
*
|
getCallingSid: get calling security context
Steven Moreland
2019-01-10
1
-6
/
+28
*
|
|
Merge "Allow error/abort for non-oneway calls." am: 4ffbaac8e8 am: 72c3e1959b
Steven Moreland
2019-01-14
1
-1
/
+14
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Allow error/abort for non-oneway calls.
Steven Moreland
2019-01-11
1
-1
/
+14
*
|
Only propagates work source when explicitly set.
Olivier Gaillard
2018-11-26
1
-6
/
+32
*
|
Rename WorkSource methods on IPCThreadState.
Olivier Gaillard
2018-11-15
1
-8
/
+13
*
|
Add worksource support to binder calls.
Olivier Gaillard
2018-10-23
1
-0
/
+24
|
/
*
Reland "IPCThreadState: Add a public method to probe if a binder call is bein...
Jayant Chowdhary
2018-10-01
1
-0
/
+10
*
Revert "IPCThreadState: Add a public method to probe if a binder call is bein...
Remi NGUYEN VAN
2018-09-28
1
-10
/
+0
*
IPCThreadState: Add a public method to probe if a binder call is being served.
Jayant Chowdhary
2018-09-26
1
-0
/
+10
*
Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master
Xin Li
2018-06-08
1
-3
/
+35
|
\
|
*
Create temp refs on proxies.
Martijn Coenen
2018-05-22
1
-3
/
+35
*
|
[binder] Replace NULL/0 with nullptr
Yi Kong
2018-06-07
1
-10
/
+10
|
/
*
Revert "binder: send BC_REPLY and BC_FREE_BUFFER together"
Martijn Coenen
2017-11-02
1
-62
/
+62
*
binder: send BC_REPLY and BC_FREE_BUFFER together
Ganesh Mahendran
2017-11-02
1
-62
/
+62
*
binder: remove unnecessary err check
Ganesh Mahendran
2017-10-11
1
-6
/
+4
*
Silence a false positive memory leak warning.
Manoj Gupta
2017-09-19
1
-1
/
+1
*
Merge "Don't lose BR_RELEASE/BR_DECREFS commands."
Martijn Coenen
2017-08-15
1
-11
/
+22
|
\
|
*
Don't lose BR_RELEASE/BR_DECREFS commands.
Martijn Coenen
2017-08-11
1
-11
/
+22
*
|
Correctly set minimum priority on nodes.
Martijn Coenen
2017-05-05
1
-0
/
+5
|
/
*
binder: remove cgroup interactions
Tim Murray
2017-03-21
1
-99
/
+65
*
binder: print the bad cmd error to android log
liangweikang
2016-11-01
1
-3
/
+3
*
[binder]: Correct the index for getReturnString
songjinshi
2016-10-21
1
-1
/
+2
*
Fix log function for potential overflow
Wei Wang
2016-10-19
1
-6
/
+2
*
Merge "Log when binder thread pool is starved" into nyc-dev
Colin Cross
2016-04-15
1
-0
/
+15
|
\
|
*
Log when binder thread pool is starved
Colin Cross
2016-04-15
1
-0
/
+15
*
|
Merge "Fix issue #27252896: Security Vulnerability -- weak binder" into nyc-dev
Dianne Hackborn
2016-03-21
1
-2
/
+10
|
\
|
|
*
Fix issue #27252896: Security Vulnerability -- weak binder
Dianne Hackborn
2016-03-21
1
-2
/
+10
*
|
Release resources when repeating dlopen-dlcose.
zhongjie
2016-03-09
1
-0
/
+1
|
/
[prev]
[next]