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