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
/
RpcTransportRaw.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Binder unique_fd
Tomasz Wasilczyk
2023-11-17
1
-3
/
+5
*
Revert^2 "Use std::function instead of base::function_ref"
Tomasz Wasilczyk
2023-11-04
1
-2
/
+4
*
Revert "Use std::function instead of base::function_ref"
Sebastian Pickl
2023-10-30
1
-4
/
+2
*
Use std::function instead of base::function_ref
Tomasz Wasilczyk
2023-10-27
1
-2
/
+4
*
Binder: Split OS to Android and Unix part, abstract GetThreadId out
Tomasz Wasilczyk
2023-10-16
1
-3
/
+3
*
Add missing "override" annotations
Hao Chen
2023-10-06
1
-2
/
+3
*
libbinder: limit RpcTransport visibility
Steven Moreland
2023-05-24
1
-4
/
+0
*
Fix return types of sendMessageOnSocket/receiveMessageFromSocket
David Brazdil
2022-10-25
1
-1
/
+2
*
RpcBinder: Add AF_UNIX socketpair transport
David Brazdil
2022-10-07
1
-102
/
+5
*
libbinder : Renaming TransportFd to RpcTransportFd
Pawan
2022-08-26
1
-3
/
+3
*
libbinder : Adding new type TransportFd
Pawan
2022-08-26
1
-13
/
+15
*
libbinder: move interruptableReadOrWrite to new file
Andrei Homescu
2022-07-21
1
-86
/
+5
*
libbinder: Stricter protocol and code for receiving FDs
Frederick Mayle
2022-06-30
1
-13
/
+5
*
binder: Add FD support to RPC Binder
Frederick Mayle
2022-06-29
1
-15
/
+124
*
Use android::base::function_ref isntead of std::function
Devin Moore
2022-06-06
1
-8
/
+11
*
libbinder: replace RpcTransport::peek() with pollRead()
Andrei Homescu
2022-05-17
1
-4
/
+7
*
libbinder: Return status_t from RpcTransport::peek()
Andrei Homescu
2022-03-30
1
-6
/
+11
*
Fix building libbinder against musl
Colin Cross
2022-01-27
1
-4
/
+10
*
binder: Eliminate a data copy in RPC transport operations
Andrei Homescu
2021-12-23
1
-16
/
+49
*
libbinder: RPC handle builtup refcounts
Steven Moreland
2021-09-27
1
-12
/
+23
*
libbinder: RPC avoid poll
Steven Moreland
2021-09-27
1
-36
/
+41
*
libbinder: remove layer in RpcTransportRaw
Steven Moreland
2021-09-14
1
-26
/
+16
*
binder: CertificateFormat -> RpcCertificateFormat.
Yifan Hong
2021-09-13
1
-1
/
+1
*
binder: X509 are serialized to vector<uint8_t>
Yifan Hong
2021-09-13
1
-1
/
+1
*
binder: Delete addTrustedPeerCertificate.
Yifan Hong
2021-09-10
1
-1
/
+0
*
binder: Add getCertificate / addTrustedPeerCerticate.
Yifan Hong
2021-08-23
1
-0
/
+3
*
binder: RpcTranpsortCtx::newTransport Add FdTrigger arg.
Yifan Hong
2021-08-06
1
-1
/
+1
*
binder: RPC uses non-blocking sockets.
Yifan Hong
2021-08-06
1
-1
/
+1
*
binder: Refactor: move FdTrigger to its own file / class.
Yifan Hong
2021-08-06
1
-4
/
+49
*
binder: RpcTransport: change to size_t.
Yifan Hong
2021-08-05
1
-3
/
+3
*
binder: Add RpcTransport class.
Yifan Hong
2021-08-03
1
-0
/
+88