1. 639490b Binder unique_fd by Tomasz Wasilczyk · 1 year, 10 months ago
  2. 3580486 Revert^2 "Use std::function instead of base::function_ref" by Tomasz Wasilczyk · 1 year, 10 months ago
  3. 1de48a2 Revert^2 "Use std::unique_ptr instead of ScopeGuard" by Tomasz Wasilczyk · 1 year, 10 months ago
  4. df07f94 Binder: migrate off libbase macros by Tomasz Wasilczyk · 1 year, 10 months ago
  5. 687728e RPC Binder: limit experimental wire protocol use by Steven Moreland · 1 year, 10 months ago
  6. 3caae30 Migrate off of base::StringPrintf by Tomasz Wasilczyk · 1 year, 11 months ago
  7. c699f8f Merge "binderRpcTest: conditional experimental protocol" into main by Steven Moreland · 1 year, 10 months ago
  8. 0884c55 binderRpcTest: conditional experimental protocol by Steven Moreland · 1 year, 10 months ago
  9. 891f6b0 Copy HexString to libbinder by Tomasz Wasilczyk · 1 year, 11 months ago
  10. 7b5430b Make sure to handle new RpcSession::FileDescriptorTransportMode by Tomasz Wasilczyk · 2 years, 2 months ago
  11. 09034a9 RPC binder: limit experimental wire protocol usage by Steven Moreland · 2 years, 3 months ago
  12. ca3f638 libbinder: RpcServer protocol version error by Steven Moreland · 2 years, 4 months ago
  13. 28c8728 freeze rpc binder wire protocol by Steven Moreland · 2 years, 4 months ago
  14. 67f8590 Reland "RPC Binder: dropping all binders drops session" by Steven Moreland · 2 years, 5 months ago
  15. cabecdc Merge "Revert "Revert "libbinder: Flush excess refs after single async transaction""" by Treehugger Robot · 2 years, 6 months ago
  16. ae5f0d1 Revert "Revert "libbinder: Flush excess refs after single async transaction"" by Andrei Homescu · 2 years, 6 months ago
  17. da31af6 libbinder: update RpcState transact comments by Steven Moreland · 2 years, 6 months ago
  18. 655d571 Revert "libbinder: Flush excess refs after single async transaction" by Steven Moreland · 2 years, 6 months ago
  19. 6aae536 libbinder: Flush excess refs after single async transaction by Andrei Homescu · 2 years, 7 months ago
  20. 8eb983c Merge "libbinder: add ancillaryFd support in RpcTransportTipcTrusty" by Treehugger Robot · 2 years, 11 months ago
  21. 4ba1ef3 Merge "libbinder: Fix FD handling for queued oneway RPC transactions" by Treehugger Robot · 2 years, 11 months ago
  22. 1c18a80 libbinder: add ancillaryFd support in RpcTransportTipcTrusty by Andrei Homescu · 3 years ago
  23. b0221d1 libbinder: Fix FD handling for queued oneway RPC transactions by Frederick Mayle · 2 years, 11 months ago
  24. 7e2675c libbinder: fix flake-mode build by Steven Moreland · 2 years, 11 months ago
  25. 82de44f Merge "Add linkToDeath support for RPC binder so a client can act on disconnect" by Devin Moore · 3 years, 1 month ago
  26. 66d5b7a Add linkToDeath support for RPC binder so a client can act on disconnect by Devin Moore · 3 years, 2 months ago
  27. 0092fe3 libbinder: RPC clear behavior by Steven Moreland · 3 years, 1 month ago
  28. 53b6ffe libbinder: Remove Parcel argument from Parcel::release_func by Frederick Mayle · 3 years, 1 month ago
  29. ec602d4 Merge "libbinder: Don't abort when rpc parcel size is invalid" by Frederick Mayle · 3 years, 1 month ago
  30. 16a12ae libbinder: Don't abort when rpc parcel size is invalid by Frederick Mayle · 3 years, 1 month ago
  31. 3fa3292 libbinder: RPC node toString by Steven Moreland · 3 years, 1 month ago
  32. e42ffd0 libbinder: alternative in calling guard error by Steven Moreland · 3 years, 2 months ago
  33. 3215028 libbinder: build option to disable the kernel IPC, part 1/2 by Steven Moreland · 3 years, 10 months ago
  34. ffa3aaa libbinder: add build option for single-threaded RPC by Andrei Homescu · 3 years, 5 months ago
  35. ffe9ac2 libbinder: Stricter protocol and code for receiving FDs by Frederick Mayle · 3 years, 2 months ago
  36. 69a0c99 binder: Add FD support to RPC Binder by Frederick Mayle · 3 years, 3 months ago
  37. dc07cf8 libbinder: Add object offsets to RPC Binder protocol by Frederick Mayle · 3 years, 3 months ago
  38. b86cda4 libbinder: Don't alloc for RPC_COMMAND_DEC_STRONG by Frederick Mayle · 3 years, 3 months ago
  39. 68aa3bc libbinder: Remove flexible array from RpcWireReply by Frederick Mayle · 3 years, 3 months ago
  40. 7514e3b Merge "Use android::base::function_ref isntead of std::function" by Devin Moore · 3 years, 3 months ago
  41. 695368f Use android::base::function_ref isntead of std::function by Devin Moore · 3 years, 3 months ago
  42. d3c595a binder: Use variant for backend specific Parcel fields by Frederick Mayle · 3 years, 4 months ago
  43. 778c090 binder: Tweak overflow check for readability by Frederick Mayle · 3 years, 3 months ago
  44. 1975aaa libbinder: replace RpcTransport::peek() with pollRead() by Andrei Homescu · 3 years, 5 months ago
  45. 0a69235 libbinder: Print the iov number in RPC log messages by Andrei Homescu · 3 years, 5 months ago
  46. 5ad71b5 libbinder: Return status_t from RpcTransport::peek() by Andrei Homescu · 3 years, 6 months ago
  47. 5a036f3 libbinder: Fix initializer order error in RpcState.cpp by Andrei Homescu · 3 years, 6 months ago
  48. 9adfeaf Fix building libbinder against musl by Colin Cross · 3 years, 7 months ago
  49. a39e4ed binder: Eliminate a data copy in RPC transport operations by Andrei Homescu · 3 years, 9 months ago
  50. 51c44a9 libbinder: support server-specific session by Steven Moreland · 3 years, 10 months ago
  51. 1042306 binder: RpcSession::*MaxThreads -> *MaxIncomingThreads by Yifan Hong · 3 years, 11 months ago
  52. 0204dcc Merge "libbinder: RPC simplify flush commands" by Treehugger Robot · 3 years, 11 months ago
  53. 6709cf4 libbinder: RPC simplify flush commands by Steven Moreland · 3 years, 11 months ago
  54. 692ae86 Merge "libbinder: RPC delay bp refcounts" by Steven Moreland · 3 years, 11 months ago
  55. b37aced Merge changes from topic "libbinder-rpc-perf-poll" by Steven Moreland · 3 years, 11 months ago
  56. a7e5175 Merge changes Ieb537412,I2339a8e0 by Steven Moreland · 4 years ago
  57. caf14b2 libbinder: RPC - better error for malformed parcel by Steven Moreland · 4 years ago
  58. e96ed0e libbinder: RPC delay bp refcounts by Steven Moreland · 4 years ago
  59. 43921d5 libbinder: RPC handle builtup refcounts by Steven Moreland · 4 years ago
  60. 3903bf0 libbinder: RPC simpl transactAddressInternal by Steven Moreland · 4 years ago
  61. d808331 libbinder: oneway calls delay refcounting by Steven Moreland · 4 years ago
  62. fd1e8a0 libbinder: dec refs include count by Steven Moreland · 4 years, 1 month ago
  63. 052a957 libbinder: don't ignore sendDecStrong error by Steven Moreland · 4 years ago
  64. ae58f43 libbinder: RPC fix 'Die' race by Steven Moreland · 4 years, 1 month ago
  65. 9915762 libbinder: hide BpBinder::create(*) functions by Steven Moreland · 4 years ago
  66. 5623d1a libbinder: RpcAddress is uint64_t by Steven Moreland · 4 years ago
  67. 826367f libbinder: Session ID implemented directly. by Steven Moreland · 4 years ago
  68. 8c95042 binder: Refactor: move FdTrigger to its own file / class. by Yifan Hong · 4 years, 1 month ago
  69. 218c407 binder: RpcTransport: change to size_t. by Yifan Hong · 4 years, 1 month ago
  70. 702115c binder: Use RpcTransport by Yifan Hong · 4 years, 2 months ago
  71. 6212901 libbinder: use libbase HexString by Steven Moreland · 4 years, 1 month ago
  72. bf57bce libbinder: RPC binder - incl. protocol version by Steven Moreland · 4 years, 1 month ago
  73. 798e0d1 libbinder: send is non-blocking and interruptible by Steven Moreland · 4 years, 1 month ago
  74. 0825643 libbinder: RPC flake mode fix by Devin Moore · 4 years, 2 months ago
  75. 68aa255 Merge "libbinder: RPC flake mode" by Steven Moreland · 4 years, 2 months ago
  76. 239a2ca RpcState: fix check. by Yifan Hong · 4 years, 2 months ago
  77. b817679 libbinder: RPC flake mode by Steven Moreland · 4 years, 2 months ago
  78. 01a6bad libbinder: RPC session ID uses the long binder ID by Steven Moreland · 4 years, 3 months ago
  79. 9153824 libbinder: RPC prevent binder address collision by Steven Moreland · 4 years, 3 months ago
  80. 7b8bc4c libbinder: RpcSession exposes sp<RpcServer> by Steven Moreland · 4 years, 3 months ago
  81. 19fc9f7 libbinder: RPC disambiguate server/client by Steven Moreland · 4 years, 3 months ago
  82. c7d4013 libbinder: RPC disallow nested oneway transactions by Steven Moreland · 4 years, 3 months ago
  83. 5ae6256 libbinder: RpcState pass connection, not fd by Steven Moreland · 4 years, 3 months ago
  84. c88b7fc libbinder: RPC know when connections setup by Steven Moreland · 4 years, 3 months ago
  85. ada72bd libbinder: RPC process oneway w/ 'tail call' by Steven Moreland · 4 years, 3 months ago
  86. a5036f0 libbinder: update 'TODO' comments for RPC by Steven Moreland · 4 years, 3 months ago
  87. d45be62 libbinder: RPC limit on oneway transactions by Steven Moreland · 4 years, 3 months ago
  88. c9d7b53 libbinder: RPC state termination shutdown session by Steven Moreland · 4 years, 3 months ago
  89. 583a14a libbinder: RPC explicit check when out of async IDs by Steven Moreland · 4 years, 3 months ago
  90. a6e11cf libbinder: RPC BinderNode erase checks asyncTodo by Steven Moreland · 4 years, 3 months ago
  91. 31bde7a libbinder: RPC factor out BinderNode erase by Steven Moreland · 4 years, 3 months ago
  92. 8617ad8 Merge "libbinder: RPC prevent oneway cmd buildup" by Steven Moreland · 4 years, 3 months ago
  93. 52eee94 libbinder: RPC prevent oneway cmd buildup by Steven Moreland · 4 years, 3 months ago
  94. 77c3011 libbinder: RPC combine transact/reply send by Steven Moreland · 4 years, 3 months ago
  95. 103424e libbinder: RPC more symmetrical max threads by Steven Moreland · 4 years, 3 months ago
  96. 7227c8a libbinder: onBinder* respect termination by Steven Moreland · 4 years, 3 months ago
  97. 659416d libbinder: reverse connections by Steven Moreland · 4 years, 4 months ago
  98. c12c9d9 libbinder: quiet RPC read/write failures by Steven Moreland · 4 years, 3 months ago
  99. 1e4c2b8 libbinder: RpcState stop narrowing errors by Steven Moreland · 4 years, 3 months ago
  100. af4ca71 binderRpcTest: use waitpid by Steven Moreland · 4 years, 3 months ago