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
/
RpcState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Binder unique_fd
Tomasz Wasilczyk
2023-11-17
1
-14
/
+14
*
Revert^2 "Use std::function instead of base::function_ref"
Tomasz Wasilczyk
2023-11-04
1
-18
/
+17
*
Revert^2 "Use std::unique_ptr instead of ScopeGuard"
Tomasz Wasilczyk
2023-11-04
1
-3
/
+5
*
Binder: migrate off libbase macros
Tomasz Wasilczyk
2023-11-03
1
-5
/
+4
*
RPC Binder: limit experimental wire protocol use
Steven Moreland
2023-10-30
1
-4
/
+2
*
Migrate off of base::StringPrintf
Tomasz Wasilczyk
2023-10-25
1
-15
/
+18
*
Merge "binderRpcTest: conditional experimental protocol" into main
Steven Moreland
2023-10-17
1
-1
/
+2
|
\
|
*
binderRpcTest: conditional experimental protocol
Steven Moreland
2023-10-17
1
-1
/
+2
*
|
Copy HexString to libbinder
Tomasz Wasilczyk
2023-10-12
1
-3
/
+2
|
/
*
Make sure to handle new RpcSession::FileDescriptorTransportMode
Tomasz Wasilczyk
2023-06-28
1
-0
/
+1
*
RPC binder: limit experimental wire protocol usage
Steven Moreland
2023-05-31
1
-2
/
+19
*
libbinder: RpcServer protocol version error
Steven Moreland
2023-05-12
1
-0
/
+12
*
freeze rpc binder wire protocol
Steven Moreland
2023-04-24
1
-1
/
+1
*
Reland "RPC Binder: dropping all binders drops session"
Steven Moreland
2023-03-15
1
-7
/
+31
*
Merge "Revert "Revert "libbinder: Flush excess refs after single async transa...
Treehugger Robot
2023-03-07
1
-2
/
+2
|
\
|
*
Revert "Revert "libbinder: Flush excess refs after single async transaction""
Andrei Homescu
2023-03-01
1
-2
/
+2
*
|
libbinder: update RpcState transact comments
Steven Moreland
2023-02-25
1
-6
/
+6
|
/
*
Revert "libbinder: Flush excess refs after single async transaction"
Steven Moreland
2023-02-14
1
-2
/
+2
*
libbinder: Flush excess refs after single async transaction
Andrei Homescu
2023-01-26
1
-2
/
+2
*
Merge "libbinder: add ancillaryFd support in RpcTransportTipcTrusty"
Treehugger Robot
2022-10-07
1
-0
/
+15
|
\
|
*
libbinder: add ancillaryFd support in RpcTransportTipcTrusty
Andrei Homescu
2022-10-05
1
-0
/
+15
*
|
Merge "libbinder: Fix FD handling for queued oneway RPC transactions"
Treehugger Robot
2022-10-05
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
libbinder: Fix FD handling for queued oneway RPC transactions
Frederick Mayle
2022-10-05
1
-0
/
+2
*
|
libbinder: fix flake-mode build
Steven Moreland
2022-09-28
1
-1
/
+1
|
/
*
Merge "Add linkToDeath support for RPC binder so a client can act on disconnect"
Devin Moore
2022-07-21
1
-0
/
+24
|
\
|
*
Add linkToDeath support for RPC binder so a client can act on disconnect
Devin Moore
2022-07-20
1
-0
/
+24
*
|
libbinder: RPC clear behavior
Steven Moreland
2022-07-19
1
-15
/
+13
*
|
libbinder: Remove Parcel argument from Parcel::release_func
Frederick Mayle
2022-07-15
1
-6
/
+4
*
|
Merge "libbinder: Don't abort when rpc parcel size is invalid"
Frederick Mayle
2022-07-15
1
-6
/
+20
|
\
\
|
|
/
|
/
|
|
*
libbinder: Don't abort when rpc parcel size is invalid
Frederick Mayle
2022-07-15
1
-6
/
+20
*
|
libbinder: RPC node toString
Steven Moreland
2022-07-15
1
-17
/
+22
|
/
*
libbinder: alternative in calling guard error
Steven Moreland
2022-07-06
1
-1
/
+2
*
libbinder: build option to disable the kernel IPC, part 1/2
Steven Moreland
2022-07-01
1
-2
/
+4
*
libbinder: add build option for single-threaded RPC
Andrei Homescu
2022-07-01
1
-12
/
+12
*
libbinder: Stricter protocol and code for receiving FDs
Frederick Mayle
2022-06-30
1
-42
/
+54
*
binder: Add FD support to RPC Binder
Frederick Mayle
2022-06-29
1
-87
/
+190
*
libbinder: Add object offsets to RPC Binder protocol
Frederick Mayle
2022-06-17
1
-13
/
+54
*
libbinder: Don't alloc for RPC_COMMAND_DEC_STRONG
Frederick Mayle
2022-06-09
1
-14
/
+10
*
libbinder: Remove flexible array from RpcWireReply
Frederick Mayle
2022-06-08
1
-12
/
+17
*
Merge "Use android::base::function_ref isntead of std::function"
Devin Moore
2022-06-06
1
-24
/
+25
|
\
|
*
Use android::base::function_ref isntead of std::function
Devin Moore
2022-06-06
1
-24
/
+25
*
|
binder: Use variant for backend specific Parcel fields
Frederick Mayle
2022-06-03
1
-7
/
+3
*
|
binder: Tweak overflow check for readability
Frederick Mayle
2022-05-31
1
-10
/
+7
|
/
*
libbinder: replace RpcTransport::peek() with pollRead()
Andrei Homescu
2022-05-17
1
-4
/
+1
*
libbinder: Print the iov number in RPC log messages
Andrei Homescu
2022-03-30
1
-2
/
+4
*
libbinder: Return status_t from RpcTransport::peek()
Andrei Homescu
2022-03-30
1
-2
/
+8
*
libbinder: Fix initializer order error in RpcState.cpp
Andrei Homescu
2022-03-08
1
-1
/
+1
*
Fix building libbinder against musl
Colin Cross
2022-01-27
1
-8
/
+7
*
binder: Eliminate a data copy in RPC transport operations
Andrei Homescu
2021-12-23
1
-68
/
+47
*
libbinder: support server-specific session
Steven Moreland
2021-10-20
1
-1
/
+3
[next]