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
/
RpcServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Binder unique_fd
Tomasz Wasilczyk
2023-11-17
1
-6
/
+6
*
Use unique_fd::ok() instead of -1 comparison
Tomasz Wasilczyk
2023-11-14
1
-2
/
+2
*
Revert^2 "Use std::unique_ptr instead of ScopeGuard"
Tomasz Wasilczyk
2023-11-04
1
-4
/
+5
*
Don't depend on libbase result.h
Tomasz Wasilczyk
2023-11-03
1
-4
/
+1
*
Binder: don't depend on libutils headers
Tomasz Wasilczyk
2023-10-31
1
-1
/
+0
*
Revert "Use std::unique_ptr instead of ScopeGuard"
Sebastian Pickl
2023-10-30
1
-5
/
+4
*
Use std::unique_ptr instead of ScopeGuard
Tomasz Wasilczyk
2023-10-27
1
-4
/
+5
*
Merge "RPC binder: set TCP_NDELAY" into main
Keith Mok
2023-10-17
1
-0
/
+12
|
\
|
*
RPC binder: set TCP_NDELAY
Keith Mok
2023-10-13
1
-0
/
+12
*
|
Merge "Binder: Split OS to Android and Unix part, abstract GetThreadId out" i...
Tomasz Wasilczyk
2023-10-16
1
-4
/
+4
|
\
\
|
*
|
Binder: Split OS to Android and Unix part, abstract GetThreadId out
Tomasz Wasilczyk
2023-10-16
1
-4
/
+4
|
|
/
*
/
Copy HexString to libbinder
Tomasz Wasilczyk
2023-10-12
1
-7
/
+5
|
/
*
RPC binder: expose session to per-client roots
Steven Moreland
2023-05-24
1
-2
/
+3
*
Merge "libbinder: RpcServer protocol version error"
Steven Moreland
2023-05-15
1
-1
/
+6
|
\
|
*
libbinder: RpcServer protocol version error
Steven Moreland
2023-05-12
1
-1
/
+6
*
|
Merge "Fix the Nullable pointer is dereferenced issue"
Zijun Zhao
2023-05-12
1
-0
/
+1
|
\
\
|
*
|
Fix the Nullable pointer is dereferenced issue
zijunzhao
2023-05-11
1
-0
/
+1
|
|
/
*
/
Fix publishing RPC Server on the same address/port after a short time
Tomasz Wasilczyk
2023-05-11
1
-0
/
+16
|
/
*
libbinder: RpcServer +info on socket create fail
Steven Moreland
2023-04-10
1
-1
/
+1
*
Clarify RpcServer shutdown error for corner case
Devin Moore
2023-03-22
1
-1
/
+2
*
rpc_binder: Properly shut down on socketpair() EOF
David Brazdil
2022-12-20
1
-3
/
+10
*
rpc_binder: Prevent RpcServer shutdown deadlock
David Brazdil
2022-12-19
1
-1
/
+2
*
rpc_binder: Specify CID for vsock RpcServer
David Brazdil
2022-12-14
1
-6
/
+15
*
Merge "[rpc_binder] Use unique_fd directly for socket in raw socket setup"
Alice Wang
2022-11-17
1
-3
/
+2
|
\
|
*
[rpc_binder] Use unique_fd directly for socket in raw socket setup
Alice Wang
2022-11-16
1
-3
/
+2
*
|
[rpc_binder] Reuse raw socket setup method in vsock/uds sockets setup
Alice Wang
2022-11-16
1
-23
/
+6
|
/
*
[rpc_binder] Adjust return when raw socket is not set up
Alice Wang
2022-11-15
1
-5
/
+2
*
[rpc_binder] Implement RPC binder over init-managed Unix domain socket
Alice Wang
2022-11-10
1
-0
/
+23
*
RpcBinder: Add AF_UNIX socketpair transport
David Brazdil
2022-10-07
1
-11
/
+61
*
libbinder : Avoid waiting in binder_rpc_fuzzer
Pawan
2022-08-30
1
-0
/
+10
*
libbinder : Renaming TransportFd to RpcTransportFd
Pawan
2022-08-26
1
-3
/
+3
*
Merge "libbinder : Adding new type TransportFd"
Pawan Wagh
2022-08-26
1
-19
/
+19
|
\
|
*
libbinder : Adding new type TransportFd
Pawan
2022-08-26
1
-19
/
+19
*
|
libbinder: add makeDefaultRpcTransportCtxFactory
Andrei Homescu
2022-08-25
1
-1
/
+1
|
/
*
libbinder: build on Trusty
Andrei Homescu
2022-07-14
1
-6
/
+9
*
Merge "libbinder: Fix out-of-bounds abort in RpcServer"
Treehugger Robot
2022-07-08
1
-1
/
+3
|
\
|
*
libbinder: Fix out-of-bounds abort in RpcServer
Frederick Mayle
2022-07-08
1
-1
/
+3
*
|
libbinder: separate OS-specific code from Utils.cpp
Andrei Homescu
2022-07-08
1
-0
/
+1
|
/
*
libbinder: add build option for single-threaded RPC
Andrei Homescu
2022-07-01
1
-26
/
+42
*
libbinder: Stricter protocol and code for receiving FDs
Frederick Mayle
2022-06-30
1
-2
/
+2
*
binder: Add FD support to RPC Binder
Frederick Mayle
2022-06-29
1
-3
/
+22
*
libbinder: clear RpcTransportCtx for new sessions in RpcServer
Andrei Homescu
2022-06-10
1
-1
/
+1
*
libbinder: switch sockaddr to byte array in RpcServer
Andrei Homescu
2022-06-09
1
-9
/
+9
*
Use android::base::function_ref isntead of std::function
Devin Moore
2022-06-06
1
-4
/
+6
*
libbinder: move session ID RNG code to Utils.cpp
Andrei Homescu
2022-05-17
1
-5
/
+4
*
libbinder: add TEMP_FAILURE_RETRY header to RPC code
Andrei Homescu
2022-05-17
1
-0
/
+1
*
binder: Eliminate a data copy in RPC transport operations
Andrei Homescu
2021-12-23
1
-6
/
+7
*
libbinder: RPC - remove 'agreed experimental'
Steven Moreland
2021-10-21
1
-12
/
+0
*
libbinder: support server-specific session
Steven Moreland
2021-10-20
1
-5
/
+33
*
binder: RpcSession::*MaxThreads -> *MaxIncomingThreads
Yifan Hong
2021-10-08
1
-1
/
+1
[next]