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
/
RpcTransportTls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Binder unique_fd
Tomasz Wasilczyk
2023-11-17
1
-9
/
+11
*
Revert^2 "Use std::function instead of base::function_ref"
Tomasz Wasilczyk
2023-11-04
1
-9
/
+11
*
Don't depend on libbase result.h
Tomasz Wasilczyk
2023-11-03
1
-0
/
+2
*
Revert "Use std::function instead of base::function_ref"
Sebastian Pickl
2023-10-30
1
-11
/
+9
*
Use std::function instead of base::function_ref
Tomasz Wasilczyk
2023-10-27
1
-9
/
+11
*
Add missing "override" annotations
Hao Chen
2023-10-06
1
-1
/
+1
*
libbinder: limit RpcTransport visibility
Steven Moreland
2023-05-24
1
-3
/
+4
*
libbinder : Renaming TransportFd to RpcTransportFd
Pawan
2022-08-26
1
-7
/
+8
*
libbinder : Adding new type TransportFd
Pawan
2022-08-26
1
-15
/
+16
*
libbinder: Stricter protocol and code for receiving FDs
Frederick Mayle
2022-06-30
1
-8
/
+3
*
binder: Add FD support to RPC Binder
Frederick Mayle
2022-06-29
1
-4
/
+18
*
Use android::base::function_ref isntead of std::function
Devin Moore
2022-06-06
1
-15
/
+21
*
libbinder: replace RpcTransport::peek() with pollRead()
Andrei Homescu
2022-05-17
1
-5
/
+4
*
libbinder: Return status_t from RpcTransport::peek()
Andrei Homescu
2022-03-30
1
-19
/
+24
*
Fix building libbinder against musl
Colin Cross
2022-01-27
1
-6
/
+10
*
binder: Eliminate a data copy in RPC transport operations
Andrei Homescu
2021-12-23
1
-40
/
+55
*
libbinder: RPC handle builtup refcounts
Steven Moreland
2021-09-27
1
-16
/
+27
*
binder: abstract out key/cert config
Yifan Hong
2021-09-20
1
-57
/
+17
*
binder: RpcCertificateVerifier takes SSL pointer.
Yifan Hong
2021-09-20
1
-5
/
+1
*
binder: RpcCertificateUtils -> RpcTlsUtils.
Yifan Hong
2021-09-20
1
-1
/
+1
*
libbinder: RPC use DEAD_OBJECT over -ECANCELED
Steven Moreland
2021-09-16
1
-3
/
+3
*
libbinder: RPC remove isTriggeredPolled
Steven Moreland
2021-09-14
1
-13
/
+2
*
binder: TLS checks trigger properly.
Yifan Hong
2021-09-13
1
-1
/
+1
*
binder: CertificateFormat -> RpcCertificateFormat.
Yifan Hong
2021-09-13
1
-2
/
+2
*
binder: implement simple TLS verification for testing
Yifan Hong
2021-09-13
1
-3
/
+4
*
binder: X509 are serialized to vector<uint8_t>
Yifan Hong
2021-09-13
1
-2
/
+2
*
binder: delegate cert verification to RpcCertificateVerifier
Yifan Hong
2021-09-13
1
-8
/
+40
*
binder: Delete addTrustedPeerCertificate.
Yifan Hong
2021-09-10
1
-6
/
+0
*
binder: Add RpcCertificateVerifier.
Yifan Hong
2021-09-10
1
-2
/
+8
*
binder: move TEST_AND_RETURN to Utils.
Yifan Hong
2021-09-10
1
-8
/
+1
*
binder: Add getCertificate / addTrustedPeerCerticate.
Yifan Hong
2021-08-23
1
-0
/
+12
*
binder: combine TLS context objects.
Yifan Hong
2021-08-23
1
-53
/
+36
*
binder: Prettify ErrorQueue::toString.
Yifan Hong
2021-08-23
1
-9
/
+30
*
binder: libbinder_tls ensure to check trigger at least once.
Yifan Hong
2021-08-12
1
-0
/
+19
*
binder: TLS: ignore SIGPIPE.
Yifan Hong
2021-08-12
1
-1
/
+51
*
binder: Add libbinder_tls
Yifan Hong
2021-08-12
1
-0
/
+466