- 778c090 binder: Tweak overflow check for readability by Frederick Mayle · 3 years, 3 months ago
- 1975aaa libbinder: replace RpcTransport::peek() with pollRead() by Andrei Homescu · 3 years, 5 months ago
- 0a69235 libbinder: Print the iov number in RPC log messages by Andrei Homescu · 3 years, 5 months ago
- 5ad71b5 libbinder: Return status_t from RpcTransport::peek() by Andrei Homescu · 3 years, 6 months ago
- 5a036f3 libbinder: Fix initializer order error in RpcState.cpp by Andrei Homescu · 3 years, 6 months ago
- 9adfeaf Fix building libbinder against musl by Colin Cross · 3 years, 7 months ago
- a39e4ed binder: Eliminate a data copy in RPC transport operations by Andrei Homescu · 3 years, 9 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
- 0204dcc Merge "libbinder: RPC simplify flush commands" by Treehugger Robot · 3 years, 11 months ago
- 6709cf4 libbinder: RPC simplify flush commands by Steven Moreland · 3 years, 11 months ago
- 692ae86 Merge "libbinder: RPC delay bp refcounts" by Steven Moreland · 3 years, 11 months ago
- b37aced Merge changes from topic "libbinder-rpc-perf-poll" by Steven Moreland · 4 years ago
- a7e5175 Merge changes Ieb537412,I2339a8e0 by Steven Moreland · 4 years ago
- caf14b2 libbinder: RPC - better error for malformed parcel by Steven Moreland · 4 years ago
- e96ed0e libbinder: RPC delay bp refcounts by Steven Moreland · 4 years ago
- 43921d5 libbinder: RPC handle builtup refcounts by Steven Moreland · 4 years ago
- 3903bf0 libbinder: RPC simpl transactAddressInternal by Steven Moreland · 4 years ago
- d808331 libbinder: oneway calls delay refcounting by Steven Moreland · 4 years ago
- fd1e8a0 libbinder: dec refs include count by Steven Moreland · 4 years, 1 month ago
- 052a957 libbinder: don't ignore sendDecStrong error by Steven Moreland · 4 years ago
- ae58f43 libbinder: RPC fix 'Die' race by Steven Moreland · 4 years, 1 month ago
- 9915762 libbinder: hide BpBinder::create(*) functions by Steven Moreland · 4 years ago
- 5623d1a libbinder: RpcAddress is uint64_t by Steven Moreland · 4 years ago
- 826367f libbinder: Session ID implemented directly. by Steven Moreland · 4 years ago
- 8c95042 binder: Refactor: move FdTrigger to its own file / class. by Yifan Hong · 4 years, 1 month ago
- 218c407 binder: RpcTransport: change to size_t. by Yifan Hong · 4 years, 1 month ago
- 702115c binder: Use RpcTransport by Yifan Hong · 4 years, 2 months ago
- 6212901 libbinder: use libbase HexString by Steven Moreland · 4 years, 1 month ago
- bf57bce libbinder: RPC binder - incl. protocol version by Steven Moreland · 4 years, 1 month ago
- 798e0d1 libbinder: send is non-blocking and interruptible by Steven Moreland · 4 years, 1 month ago
- 0825643 libbinder: RPC flake mode fix by Devin Moore · 4 years, 2 months ago
- 68aa255 Merge "libbinder: RPC flake mode" by Steven Moreland · 4 years, 2 months ago
- 239a2ca RpcState: fix check. by Yifan Hong · 4 years, 2 months ago
- b817679 libbinder: RPC flake mode by Steven Moreland · 4 years, 2 months ago
- 01a6bad libbinder: RPC session ID uses the long binder ID by Steven Moreland · 4 years, 3 months ago
- 9153824 libbinder: RPC prevent binder address collision by Steven Moreland · 4 years, 3 months ago
- 7b8bc4c libbinder: RpcSession exposes sp<RpcServer> by Steven Moreland · 4 years, 3 months ago
- 19fc9f7 libbinder: RPC disambiguate server/client by Steven Moreland · 4 years, 3 months ago
- c7d4013 libbinder: RPC disallow nested oneway transactions by Steven Moreland · 4 years, 3 months ago
- 5ae6256 libbinder: RpcState pass connection, not fd by Steven Moreland · 4 years, 3 months ago
- c88b7fc libbinder: RPC know when connections setup by Steven Moreland · 4 years, 3 months ago
- ada72bd libbinder: RPC process oneway w/ 'tail call' by Steven Moreland · 4 years, 3 months ago
- a5036f0 libbinder: update 'TODO' comments for RPC by Steven Moreland · 4 years, 3 months ago
- d45be62 libbinder: RPC limit on oneway transactions by Steven Moreland · 4 years, 3 months ago
- c9d7b53 libbinder: RPC state termination shutdown session by Steven Moreland · 4 years, 3 months ago
- 583a14a libbinder: RPC explicit check when out of async IDs by Steven Moreland · 4 years, 3 months ago
- a6e11cf libbinder: RPC BinderNode erase checks asyncTodo by Steven Moreland · 4 years, 3 months ago
- 31bde7a libbinder: RPC factor out BinderNode erase by Steven Moreland · 4 years, 3 months ago
- 8617ad8 Merge "libbinder: RPC prevent oneway cmd buildup" by Steven Moreland · 4 years, 3 months ago
- 52eee94 libbinder: RPC prevent oneway cmd buildup by Steven Moreland · 4 years, 3 months ago
- 77c3011 libbinder: RPC combine transact/reply send by Steven Moreland · 4 years, 3 months ago
- 103424e libbinder: RPC more symmetrical max threads by Steven Moreland · 4 years, 3 months ago
- 7227c8a libbinder: onBinder* respect termination by Steven Moreland · 4 years, 3 months ago
- 659416d libbinder: reverse connections by Steven Moreland · 4 years, 4 months ago
- c12c9d9 libbinder: quiet RPC read/write failures by Steven Moreland · 4 years, 3 months ago
- 1e4c2b8 libbinder: RpcState stop narrowing errors by Steven Moreland · 4 years, 3 months ago
- af4ca71 binderRpcTest: use waitpid by Steven Moreland · 4 years, 3 months ago
- f517427 libbinder: transaction includes refcount to binder by Steven Moreland · 4 years, 3 months ago
- ee3f466 libbinder: shutdown session threads by Steven Moreland · 4 years, 3 months ago
- d730207 Revert^2 "libbinder: binder RPC - using getCalling* aborts" by Steven Moreland · 4 years, 3 months ago
- 15e2835 Revert "libbinder: binder RPC - using getCalling* aborts" by Shubang Lu · 4 years, 3 months ago
- eb258ff libbinder: binder RPC - using getCalling* aborts by Steven Moreland · 4 years, 3 months ago
- dbe7183 libbinder: RPC cap transaction size at 100KB by Steven Moreland · 4 years, 4 months ago
- b6a1e7e libbinder: remove RpcState deadlock debug logs by Steven Moreland · 4 years, 4 months ago
- e839334 libbinder: RPC avoid abort on too big allocations by Steven Moreland · 4 years, 4 months ago
- bdb53ab libbinder: RPC big 'session' rename by Steven Moreland · 4 years, 4 months ago
- 7c5e6c2 libbinder: RpcConnection: add ID by Steven Moreland · 4 years, 4 months ago
- f137de9 libbinder: finalize connect/server APIs by Steven Moreland · 4 years, 4 months ago
- 343470b Merge "libbinder: fix typo" by Treehugger Robot · 4 years, 4 months ago
- eff77c1 libbinder: scope down Parcel data in RPC transact by Steven Moreland · 4 years, 4 months ago
- 8560216 libbinder: fix typo by Yifan Hong · 4 years, 4 months ago
- 438cce8 libbinder: RPC avoid copy of transaction data by Steven Moreland · 4 years, 5 months ago
- c6ddf36 libbinder: RPC avoid SIGPIPE by Steven Moreland · 4 years, 5 months ago
- 5553ac4 libbinder: support calls over sockets by Steven Moreland · 4 years, 10 months ago