- c4fe246 libbinder: statusToString for status_t errors by Steven Moreland · 10 months ago
- 022db68 RpcServer: let system allocate vsock ports by Tomasz Wasilczyk · 1 year, 2 months ago
- 639490b Binder unique_fd by Tomasz Wasilczyk · 1 year, 10 months ago
- bfb13a8 Use unique_fd::ok() instead of -1 comparison by Tomasz Wasilczyk · 1 year, 10 months ago
- 1de48a2 Revert^2 "Use std::unique_ptr instead of ScopeGuard" by Tomasz Wasilczyk · 1 year, 10 months ago
- 88aa8c3 Don't depend on libbase result.h by Tomasz Wasilczyk · 1 year, 10 months ago
- 1d1e9ff Binder: don't depend on libutils headers by Tomasz Wasilczyk · 1 year, 10 months ago
- 25c1a3b Revert "Use std::unique_ptr instead of ScopeGuard" by Sebastian Pickl · 1 year, 10 months ago
- d6c8a4c Use std::unique_ptr instead of ScopeGuard by Tomasz Wasilczyk · 1 year, 11 months ago
- 2b5da9e Merge "RPC binder: set TCP_NDELAY" into main by Keith Mok · 1 year, 11 months ago
- 3f4c495 Merge "Binder: Split OS to Android and Unix part, abstract GetThreadId out" into main by Tomasz Wasilczyk · 1 year, 11 months ago
- 0d9dec2 Binder: Split OS to Android and Unix part, abstract GetThreadId out by Tomasz Wasilczyk · 1 year, 11 months ago
- 442907b RPC binder: set TCP_NDELAY by Keith Mok · 1 year, 11 months ago
- 891f6b0 Copy HexString to libbinder by Tomasz Wasilczyk · 1 year, 11 months ago
- dfb9218 RPC binder: expose session to per-client roots by Steven Moreland · 2 years, 3 months ago
- 2e96fc9 Merge "libbinder: RpcServer protocol version error" by Steven Moreland · 2 years, 3 months ago
- ca3f638 libbinder: RpcServer protocol version error by Steven Moreland · 2 years, 4 months ago
- 1b287f3 Merge "Fix the Nullable pointer is dereferenced issue" by Zijun Zhao · 2 years, 4 months ago
- a201336 Fix the Nullable pointer is dereferenced issue by zijunzhao · 2 years, 4 months ago
- 7c8dd48 Fix publishing RPC Server on the same address/port after a short time by Tomasz Wasilczyk · 2 years, 5 months ago
- 8925ebb libbinder: RpcServer +info on socket create fail by Steven Moreland · 2 years, 5 months ago
- 06add17 Clarify RpcServer shutdown error for corner case by Devin Moore · 2 years, 5 months ago
- 8a74190 rpc_binder: Properly shut down on socketpair() EOF by David Brazdil · 2 years, 8 months ago
- 4766a1f rpc_binder: Prevent RpcServer shutdown deadlock by David Brazdil · 2 years, 8 months ago
- a47dfda rpc_binder: Specify CID for vsock RpcServer by David Brazdil · 2 years, 9 months ago
- 8353dd2 Merge "[rpc_binder] Use unique_fd directly for socket in raw socket setup" by Alice Wang · 2 years, 9 months ago
- 0b138ed [rpc_binder] Reuse raw socket setup method in vsock/uds sockets setup by Alice Wang · 2 years, 10 months ago
- df74178 [rpc_binder] Use unique_fd directly for socket in raw socket setup by Alice Wang · 2 years, 10 months ago
- 30c204d [rpc_binder] Adjust return when raw socket is not set up by Alice Wang · 2 years, 10 months ago
- 893a991 [rpc_binder] Implement RPC binder over init-managed Unix domain socket by Alice Wang · 2 years, 10 months ago
- 21c887c RpcBinder: Add AF_UNIX socketpair transport by David Brazdil · 3 years ago
- 1c24f9c libbinder : Avoid waiting in binder_rpc_fuzzer by Pawan · 3 years ago
- 3e0061c libbinder : Renaming TransportFd to RpcTransportFd by Pawan · 3 years ago
- f546f5b Merge "libbinder : Adding new type TransportFd" by Pawan Wagh · 3 years ago
- 49d74cb libbinder : Adding new type TransportFd by Pawan · 3 years, 1 month ago
- 024727b libbinder: add makeDefaultRpcTransportCtxFactory by Andrei Homescu · 3 years ago
- 74a5445 libbinder: build on Trusty by Andrei Homescu · 3 years, 9 months ago
- 09ba064 Merge "libbinder: Fix out-of-bounds abort in RpcServer" by Treehugger Robot · 3 years, 2 months ago
- 26b494e libbinder: Fix out-of-bounds abort in RpcServer by Frederick Mayle · 3 years, 2 months ago
- 7c0b79f libbinder: separate OS-specific code from Utils.cpp by Andrei Homescu · 3 years, 2 months ago
- ffa3aaa libbinder: add build option for single-threaded RPC by Andrei Homescu · 3 years, 5 months ago
- ffe9ac2 libbinder: Stricter protocol and code for receiving FDs by Frederick Mayle · 3 years, 2 months ago
- 69a0c99 binder: Add FD support to RPC Binder by Frederick Mayle · 3 years, 3 months ago
- 5e30146 libbinder: clear RpcTransportCtx for new sessions in RpcServer by Andrei Homescu · 3 years, 4 months ago
- 86124ca libbinder: switch sockaddr to byte array in RpcServer by Andrei Homescu · 3 years, 4 months ago
- 695368f Use android::base::function_ref isntead of std::function by Devin Moore · 3 years, 3 months ago
- c24c879 libbinder: move session ID RNG code to Utils.cpp by Andrei Homescu · 3 years, 4 months ago
- 1d935e8 libbinder: add TEMP_FAILURE_RETRY header to RPC code by Andrei Homescu · 3 years, 4 months ago
- a39e4ed binder: Eliminate a data copy in RPC transport operations by Andrei Homescu · 3 years, 9 months ago
- 2a2d8f1 libbinder: RPC - remove 'agreed experimental' by Steven Moreland · 3 years, 10 months ago
- 51c44a9 libbinder: support server-specific session by Steven Moreland · 3 years, 11 months ago
- 1042306 binder: RpcSession::*MaxThreads -> *MaxIncomingThreads by Yifan Hong · 3 years, 11 months ago
- c503204 libbinder: RPC error on unexpected session ID size by Steven Moreland · 4 years ago
- b37aced Merge changes from topic "libbinder-rpc-perf-poll" by Steven Moreland · 4 years ago
- ab3f442 libbinder: RPC avoid FdTrigger shutdown race by Steven Moreland · 4 years ago
- 43921d5 libbinder: RPC handle builtup refcounts by Steven Moreland · 4 years ago
- 9734cfc binder: CertificateFormat -> RpcCertificateFormat. by Yifan Hong · 4 years ago
- 2ec5688 binder: X509 are serialized to vector<uint8_t> by Yifan Hong · 4 years ago
- 21fcad2 Merge changes If27bffb5,I945e650b by Steven Moreland · 4 years ago
- fdd9f69 binder: Delete addTrustedPeerCertificate. by Yifan Hong · 4 years ago
- 826367f libbinder: Session ID implemented directly. by Steven Moreland · 4 years ago
- ecf937d binder: RpcServer / RpcSession add API for certs. by Yifan Hong · 4 years, 1 month ago
- f6d4229 binder: RpcTranpsortCtx::newTransport Add FdTrigger arg. by Yifan Hong · 4 years, 1 month ago
- b675ffe binder: RPC uses non-blocking sockets. by Yifan Hong · 4 years, 1 month ago
- 8c95042 binder: Refactor: move FdTrigger to its own file / class. by Yifan Hong · 4 years, 1 month ago
- 2372f9d libbinder: RPC use 'status_t' over 'bool' by Steven Moreland · 4 years, 1 month ago
- 5bff742 Merge changes I809345c5,Ic6c6bec4 by Yifan Hong · 4 years, 1 month ago
- 702115c binder: Use RpcTransport by Yifan Hong · 4 years, 2 months ago
- f3b9c4f binder RPC add IP address argument when setting up Inet socket by Devin Moore · 4 years, 1 month ago
- bf57bce libbinder: RPC binder - incl. protocol version by Steven Moreland · 4 years, 1 month ago
- dd67b94 libbinder: fix RPC setup races by Steven Moreland · 4 years, 1 month ago
- 1bbd2ee Merge changes Ie1fc2d92,Ie66e92cc,I09a4520a,Ia13d0dc1 by Steven Moreland · 4 years, 1 month ago
- 1b30429 libbinder: respect 'reverse' cncts are 'incoming' by Steven Moreland · 4 years, 1 month ago
- 798e0d1 libbinder: send is non-blocking and interruptible by Steven Moreland · 4 years, 1 month ago
- f94b148 Merge "libbinder: better RpcSession shutdown detail logs" by Treehugger Robot · 4 years, 1 month ago
- e96a1f1 binder: Increase RPC backlog to 50. by Yifan Hong · 4 years, 2 months ago
- 1c943ec libbinder: better RpcSession shutdown detail logs by Steven Moreland · 4 years, 2 months ago
- 6fe1963 RpcServer: Don't shadow local var by Yifan Hong · 4 years, 2 months ago
- b86e26b libbinder: RPC skip init on /dev/null by Steven Moreland · 4 years, 3 months ago
- 01a6bad libbinder: RPC session ID uses the long binder ID by Steven Moreland · 4 years, 3 months ago
- 19fc9f7 libbinder: RPC disambiguate server/client by Steven Moreland · 4 years, 3 months ago
- c88b7fc libbinder: RPC know when connections setup by Steven Moreland · 4 years, 3 months ago
- a8b4429 libbinder: server sessions shut down independently by Steven Moreland · 4 years, 3 months ago
- 410325a libbinder: RpcServer: remove acceptOne by Steven Moreland · 4 years, 3 months ago
- 103424e libbinder: RPC more symmetrical max threads by Steven Moreland · 4 years, 3 months ago
- 659416d libbinder: reverse connections by Steven Moreland · 4 years, 4 months ago
- a86e8fe libbinder: better session termination naming by Steven Moreland · 4 years, 3 months ago
- adc5dca libbinder: RPC save notify on transferring thread by Steven Moreland · 4 years, 3 months ago
- af4ca71 binderRpcTest: use waitpid by Steven Moreland · 4 years, 3 months ago
- ee3f466 libbinder: shutdown session threads by Steven Moreland · 4 years, 3 months ago
- 2b4f380 libbinder: FdTrigger methods use status_t by Steven Moreland · 4 years, 3 months ago
- 9e8b642 libbinder:interruptableRecv>interruptableReadFully by Steven Moreland · 4 years, 3 months ago
- 9d11b92 libbinder: RpcServer - shutdown connection threads by Steven Moreland · 4 years, 3 months ago
- 326afd1 Add RpcServer::start() by Yifan Hong · 4 years, 3 months ago
- bb2cca7 Merge "RpcServer::establishConnection: make static" by Treehugger Robot · 4 years, 3 months ago
- b8a40de Merge changes I7648ff04,Ie8012b1c,I3e655277 by Steven Moreland · 4 years, 3 months ago
- a085467 libbinder: RpcServer privatize acceptOne by Steven Moreland · 4 years, 3 months ago
- 4ec3c43 libbinder: FdTrigger encapsulate poll by Steven Moreland · 4 years, 3 months ago
- e47511f libbinder: move FdTrigger to RpcSession by Steven Moreland · 4 years, 3 months ago
- 436f0e6 ~RpcServer() calls shutdown explicitly. by Yifan Hong · 4 years, 3 months ago