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