- aa677d9 Merge changes I7b88f216,I87ca34d0,I1cc4c14a by Yifan Hong · 4 years, 4 months ago
- beb91bd Merge "binderRpcTest: fix OnewayStressTest flake" by Treehugger Robot · 4 years, 4 months ago
- ffdaf95 binder: abstract out key/cert config by Yifan Hong · 4 years, 4 months ago
- b160f8c binder: RpcCertificateVerifier takes SSL pointer. by Yifan Hong · 4 years, 4 months ago
- bb24eea binder: RpcCertificateUtils -> RpcTlsUtils. by Yifan Hong · 4 years, 4 months ago
- 925ba0a binderRpcTest: fix OnewayStressTest flake by Steven Moreland · 4 years, 4 months ago
- ccb2d05 Merge "binderRpcTest: fix OnewayCallQueueing flake" by Steven Moreland · 4 years, 4 months ago
- 1c67880 binderRpcTest: fix OnewayCallQueueing flake by Steven Moreland · 4 years, 4 months ago
- 22a54f6 Merge changes I4894c2dd,Id2977f05 by Steven Moreland · 4 years, 4 months ago
- ae58f43 libbinder: RPC fix 'Die' race by Steven Moreland · 4 years, 5 months ago
- 7e6ce05 Merge "Implement IntoRawFd for ParcelFileDescriptor." by Alan Stokes · 4 years, 4 months ago
- 68d98c4 Merge "binder: Move RpcCertificateVerifier to include_tls." by Yifan Hong · 4 years, 4 months ago
- c591b47 libbinder: RPC use DEAD_OBJECT over -ECANCELED by Steven Moreland · 4 years, 4 months ago
- b1b9004 binder: Move RpcCertificateVerifier to include_tls. by Yifan Hong · 4 years, 4 months ago
- 0568338 Merge "Replace security_context_t type" by Thiébaud Weksteen · 4 years, 4 months ago
- 26209e4 Implement IntoRawFd for ParcelFileDescriptor. by Alan Stokes · 4 years, 4 months ago
- 146ed6e Replace security_context_t type by Thiébaud Weksteen · 4 years, 4 months ago
- 963b7bb Merge "Add API level to comment to marshal/unmarshal." by Treehugger Robot · 4 years, 4 months ago
- 78793f2 Merge "rust: split transact into prepare and submit" by Treehugger Robot · 4 years, 4 months ago
- 99148c3 Merge changes I3a4f683f,I15de71ee,I93a27842,I4ad4d980 by Steven Moreland · 4 years, 4 months ago
- f76f98d Merge "ndk: Add way to manage ownership of linkToDeath cookie" by Treehugger Robot · 4 years, 4 months ago
- ea9d9d2 ndk: Add way to manage ownership of linkToDeath cookie by Alice Ryhl · 4 years, 5 months ago
- ab033df Add API level to comment to marshal/unmarshal. by Yu Shan · 4 years, 4 months ago
- d6bca10 libbinder: RPC remove isTriggeredPolled by Steven Moreland · 4 years, 4 months ago
- 5252e75 libbinder: remove layer in RpcTransportRaw by Steven Moreland · 4 years, 4 months ago
- 79abc05 Merge "Fix frameworks/native compiling against musl" by Colin Cross · 4 years, 4 months ago
- dd7f17a libbinder: FdTrigger - [[nodiscard]] by Steven Moreland · 4 years, 4 months ago
- 62d6e19 libbinder: RpcTransport - [[nodiscard]] by Steven Moreland · 4 years, 4 months ago
- c9a77aa Fix frameworks/native compiling against musl by Colin Cross · 4 years, 4 months ago
- 3fe155c Merge "binder: RpcTranportTest delete extra raw transport test" by Treehugger Robot · 4 years, 4 months ago
- e7be9e8 Merge "libbinder: RPC tests - avoid goto" by Treehugger Robot · 4 years, 4 months ago
- 22211f8 binder: RpcTranportTest delete extra raw transport test by Yifan Hong · 4 years, 4 months ago
- 53195f9 Merge changes from topic "binder-tls-trigger" by Yifan Hong · 4 years, 4 months ago
- 8a1a47d libbinder: RPC tests - avoid goto by Steven Moreland · 4 years, 4 months ago
- a54c861 Merge changes I89e4de2e,I673d7a4c,Icfb454c2,I5924a82c by Steven Moreland · 4 years, 4 months ago
- a938daa Merge "Extend dumpstate.dry_run restrictions" by Gavin Corkery · 4 years, 4 months ago
- 6751932 binder: TLS checks trigger properly. by Yifan Hong · 4 years, 4 months ago
- e07d273 binder: RPC test rename function. by Yifan Hong · 4 years, 4 months ago
- a3612f3 Merge changes Ifaea4598,I78b4d2b1,I6c1f0f88,I6b4d0ebc,I5c17f464 by Yifan Hong · 4 years, 4 months ago
- 4f622fe libbinder: RpcSession - hide RPC address format by Steven Moreland · 4 years, 4 months ago
- 9915762 libbinder: hide BpBinder::create(*) functions by Steven Moreland · 4 years, 4 months ago
- 728587b binder_bpBinderFuzz: use valid BpBinder object by Steven Moreland · 4 years, 4 months ago
- 9734cfc binder: CertificateFormat -> RpcCertificateFormat. by Yifan Hong · 4 years, 4 months ago
- 2c23db1 binder: Support DER format certificates. by Yifan Hong · 4 years, 5 months ago
- 1deca4b binder: implement simple TLS verification for testing by Yifan Hong · 4 years, 4 months ago
- 2ec5688 binder: X509 are serialized to vector<uint8_t> by Yifan Hong · 4 years, 4 months ago
- 180c2da binder: delegate cert verification to RpcCertificateVerifier by Yifan Hong · 4 years, 4 months ago
- 791e466 libbinder: shutdownAndWait based on # of in conns by Steven Moreland · 4 years, 4 months ago
- e9b2010 Merge "BufferQueueProducer: Log verbose log to warning instead of error." by Treehugger Robot · 4 years, 4 months ago
- 29936fa BufferQueueProducer: Log verbose log to warning instead of error. by Darwin Huang · 4 years, 4 months ago
- 21fcad2 Merge changes If27bffb5,I945e650b by Steven Moreland · 4 years, 4 months ago
- a2c4c72 Merge "getProcessFreezeInfo reads more info from kernel" by Li Li · 4 years, 4 months ago
- 152f026 Merge "Expose lazy services to Rust" by Treehugger Robot · 4 years, 4 months ago
- 23fdfcd Expose lazy services to Rust by Alan Stokes · 4 years, 4 months ago
- b0afedb Merge changes If0ed87ad,I6e63bc84,I0847ffe4,I1429c66f by Yifan Hong · 4 years, 4 months ago
- 6f05929 getProcessFreezeInfo reads more info from kernel by Li Li · 4 years, 4 months ago
- fdd9f69 binder: Delete addTrustedPeerCertificate. by Yifan Hong · 4 years, 4 months ago
- 13c9006 binder: Add RpcCertificateVerifier. by Yifan Hong · 4 years, 4 months ago
- 3e2c136 binder: Move CertificateFormat to its own header by Yifan Hong · 4 years, 4 months ago
- 18ac947 binder: move TEST_AND_RETURN to Utils. by Yifan Hong · 4 years, 4 months ago
- 5623d1a libbinder: RpcAddress is uint64_t by Steven Moreland · 4 years, 4 months ago
- 9425bcc Merge changes from topic "cf-vapex" by Treehugger Robot · 4 years, 4 months ago
- 826367f libbinder: Session ID implemented directly. by Steven Moreland · 4 years, 4 months ago
- d1ba191 Creates a default com.android.hardware.core_permissions vendor APEX. by Daniel Norman · 4 years, 5 months ago
- 82063f1 Creates an Android.bp with prebuilt_etc for permission XMLs. by Daniel Norman · 4 years, 4 months ago
- cf2e66b Merge "Add marshal() and unmarshal() APIs." by Yu Shan · 4 years, 4 months ago
- fb39f9c Add marshal() and unmarshal() APIs. by Yu Shan · 4 years, 5 months ago
- 33e1d32 Merge "libbinder_ndk: sanitize integer" by Steven Moreland · 4 years, 4 months ago
- f1c5a0c Merge changes from topics "vm_binder_server", "vm_binder_server_api" by Treehugger Robot · 4 years, 4 months ago
- a7f076e libbinder_ndk: sanitize integer by Steven Moreland · 4 years, 4 months ago
- 4f94e0a Merge "libbinder_ndk: use API level 33 for new APIs" by Treehugger Robot · 4 years, 4 months ago
- 012af9a libbinder_ndk: use API level 33 for new APIs by Steven Moreland · 4 years, 4 months ago
- c52533c Merge "Extend rpc_unstable visibility to virtualization" by Treehugger Robot · 4 years, 4 months ago
- c8600dc Merge "Repeat proxy limit callbacks if we keep going above the limit." by Martijn Coenen · 4 years, 4 months ago
- 172473f Support callback for rpc server by Inseob Kim · 4 years, 4 months ago
- e12fccc Add support for preconnected RPC client by Inseob Kim · 4 years, 4 months ago
- a07b8eb Extend rpc_unstable visibility to virtualization by Inseob Kim · 4 years, 5 months ago
- 01befc8 Export rpc_unstable header by Inseob Kim · 4 years, 5 months ago
- a8d509d Repeat proxy limit callbacks if we keep going above the limit. by Martijn Coenen · 4 years, 4 months ago
- 20f5a27 Merge "binderRpcWireProtocolTest: include Status" by Steven Moreland · 4 years, 4 months ago
- 4428a9d Merge "libbinder: static assert wire protocol sizes" by Steven Moreland · 4 years, 4 months ago
- 14cd3fe libbinder: static assert wire protocol sizes by Steven Moreland · 4 years, 4 months ago
- 8ea9b5d binderRpcWireProtocolTest: include Status by Steven Moreland · 4 years, 4 months ago
- 16d7c90 Merge "add IInstalld.controlDexOptBlocking call" by Treehugger Robot · 4 years, 4 months ago
- 3e0755f Merge "Add bindgen bindings test" by Joel Galenson · 4 years, 4 months ago
- 6b7710c Merge changes I7a307698,Id11e1b95 by Treehugger Robot · 4 years, 5 months ago
- 3aeebcf Merge "libbinder_ndk: allow disabling interface token" by Steven Moreland · 4 years, 5 months ago
- 2d7c058 Merge "libbinder: include full error if cannot init" by Steven Moreland · 4 years, 5 months ago
- 69d31f9 [binder_rpc_fuzzer] Depend on shared libutils for the device by Pirama Arumuga Nainar · 4 years, 5 months ago
- d082b4d [cmd_fuzzer] Depend on libutils.so instead of libutils.a by Pirama Arumuga Nainar · 4 years, 5 months ago
- 1ed06aa Merge "libbinder: use flexible array member instead of 0 sized array" by Treehugger Robot · 4 years, 5 months ago
- af1fa6c libbinder: include full error if cannot init by Steven Moreland · 4 years, 5 months ago
- f3ed806 libbinder_ndk: allow disabling interface token by Steven Moreland · 4 years, 5 months ago
- 65578d6 add IInstalld.controlDexOptBlocking call by Keun young Park · 4 years, 7 months ago
- 3c40080 Merge "binder: RpcServer / RpcSession add API for certs." by Yifan Hong · 4 years, 5 months ago
- 060d7f3 Merge "Create new AIDL objects for retrieving information about staged apex" by Mohammad Islam · 4 years, 5 months ago
- ac42125 Create new AIDL objects for retrieving information about staged apex by Samiul Islam · 4 years, 5 months ago
- b0a8f73 Merge "binderRpcWireProtocolTest" by Steven Moreland · 4 years, 5 months ago
- 35e7d61 Merge "[Bugfix] Fix compling error when enable LOG_REFS in Parcel.cpp" by Treehugger Robot · 4 years, 5 months ago
- 59640db binderRpcWireProtocolTest by Steven Moreland · 4 years, 6 months ago