1. f297a61 Merge "RPC Binder: setMaxOutgoing{Threads,Connections}" by Steven Moreland · 2 years, 6 months ago
  2. feb13e8 RPC Binder: setMaxOutgoing{Threads,Connections} by Steven Moreland · 2 years, 6 months ago
  3. 5f2bc56 libbinder: Flush pending messages in OnewayCallQueuingWithFds by Andrei Homescu · 2 years, 6 months ago
  4. 68a5561 libbinder: Add Trusty IPC support to binderRpcTest by Andrei Homescu · 3 years, 1 month ago
  5. f0a0c07 Merge "libbinder: softer error for linkToDeath lack of threads" by Steven Moreland · 2 years, 8 months ago
  6. 5ec743f libbinder: softer error for linkToDeath lack of threads by Steven Moreland · 2 years, 8 months ago
  7. 9d8adb1 libbinder: Add binderRpcTestService for Trusty by Andrei Homescu · 3 years, 1 month ago
  8. d6d816f binderRpcTest: ThreadPoolGreaterThanEqualRequested by Steven Moreland · 2 years, 8 months ago
  9. a47dfda rpc_binder: Specify CID for vsock RpcServer by David Brazdil · 2 years, 9 months ago
  10. 8a04900 Merge "libbinder: Additional dupFileDescriptor use in Parcel.cpp" by Treehugger Robot · 2 years, 9 months ago
  11. fc22150 libbinder: Additional dupFileDescriptor use in Parcel.cpp by Andrei Homescu · 2 years, 11 months ago
  12. 1ef010b [rpc_binder][test] Merge unixBootstrapFd and socketFd in binderRpcTest by Alice Wang · 2 years, 10 months ago
  13. 893a991 [rpc_binder] Implement RPC binder over init-managed Unix domain socket by Alice Wang · 2 years, 10 months ago
  14. 9a9b1b4 libbinder: Split universal tests from Android-specific by Andrei Homescu · 2 years, 11 months ago
  15. 9683463 libbinder: Move BinderRpc test fixture to new file by Andrei Homescu · 2 years, 11 months ago
  16. 08178a7 Merge "RpcBinder: Add AF_UNIX socketpair transport" by David Brazdil · 2 years, 11 months ago
  17. b9909b1 Merge "binderRpcTest: session leak investigation part IV" by Steven Moreland · 2 years, 11 months ago
  18. 21c887c RpcBinder: Add AF_UNIX socketpair transport by David Brazdil · 3 years ago
  19. 4ba1ef3 Merge "libbinder: Fix FD handling for queued oneway RPC transactions" by Treehugger Robot · 2 years, 11 months ago
  20. b0221d1 libbinder: Fix FD handling for queued oneway RPC transactions by Frederick Mayle · 2 years, 11 months ago
  21. 028d045 Merge "binderRpcTest: sleeps /= 10" by Steven Moreland · 2 years, 11 months ago
  22. 5704271 binderRpcTest: session leak investigation part IV by Steven Moreland · 2 years, 11 months ago
  23. ab8aa47 binderRpcTest: actually include strong count in leaked ref by Steven Moreland · 2 years, 11 months ago
  24. db95d57 binderRpcTest: include strong count in leaked ref by Steven Moreland · 3 years ago
  25. 276d8df binderRpcTest: backtrace on leaked session by Steven Moreland · 3 years ago
  26. dd231e2 binderRpcTest: sleeps /= 10 by Steven Moreland · 3 years ago
  27. 3e0061c libbinder : Renaming TransportFd to RpcTransportFd by Pawan · 3 years ago
  28. 49d74cb libbinder : Adding new type TransportFd by Pawan · 3 years, 1 month ago
  29. 8d7f4bd libbinder: move BinderRpcServerOnly test code together by Andrei Homescu · 3 years, 1 month ago
  30. 453334d Merge "binderRpcTest: assert on wait_for timeout" by Devin Moore · 3 years ago
  31. 47a1201 binderRpcTest: assert on wait_for timeout by Devin Moore · 3 years ago
  32. a858b0e libbinder: single-threaded binderRpcTest cleanup by Andrei Homescu · 3 years, 1 month ago
  33. 82de44f Merge "Add linkToDeath support for RPC binder so a client can act on disconnect" by Devin Moore · 3 years, 1 month ago
  34. 66d5b7a Add linkToDeath support for RPC binder so a client can act on disconnect by Devin Moore · 3 years, 2 months ago
  35. 0092fe3 libbinder: RPC clear behavior by Steven Moreland · 3 years, 2 months ago
  36. 3fa815d libbinder: Fix binderRpcTest flake by Frederick Mayle · 3 years, 2 months ago
  37. 2a29801 libbinder: mix and match binderRpcTest client and services by Andrei Homescu · 3 years, 3 months ago
  38. 12106de libbinder: add tests for single-threaded and no-kernel-binder by Andrei Homescu · 3 years, 4 months ago
  39. 992a405 libbinder: use socket operations in testSupportVsockLoopback by Andrei Homescu · 3 years, 2 months ago
  40. ffe9ac2 libbinder: Stricter protocol and code for receiving FDs by Frederick Mayle · 3 years, 2 months ago
  41. 69a0c99 binder: Add FD support to RPC Binder by Frederick Mayle · 3 years, 3 months ago
  42. a12b096 libbinder: Check the sub-process exit status in binderRpcTest by Frederick Mayle · 3 years, 2 months ago
  43. ae9deeb libbinder: Add test for null non-nullable binder return by Frederick Mayle · 3 years, 2 months ago
  44. dc07cf8 libbinder: Add object offsets to RPC Binder protocol by Frederick Mayle · 3 years, 3 months ago
  45. a4ed567 libbinder: Use correct data size in appendFrom test by Frederick Mayle · 3 years, 3 months ago
  46. 86124ca libbinder: switch sockaddr to byte array in RpcServer by Andrei Homescu · 3 years, 4 months ago
  47. 695368f Use android::base::function_ref isntead of std::function by Devin Moore · 3 years, 3 months ago
  48. 03ecce6 binderRpcTest: stronger check for synchronous cbs by Steven Moreland · 3 years, 4 months ago
  49. e3caaf2 binderRpcTest: BinderRpc.Java skip on user builds. by Yifan Hong · 3 years, 8 months ago
  50. a39e4ed binder: Eliminate a data copy in RPC transport operations by Andrei Homescu · 3 years, 9 months ago
  51. e50adf3 Merge "binder: skip BinderRpc.Java test on non-debuggable builds." by Yifan Hong · 3 years, 10 months ago
  52. fe4b83f binder: skip BinderRpc.Java test on non-debuggable builds. by Yifan Hong · 3 years, 10 months ago
  53. a83191d binderRpcTest: fix CallingId test failure by Steven Moreland · 3 years, 10 months ago
  54. 6a0dc96 binderRpcTest: respect network byte order by Steven Moreland · 3 years, 10 months ago
  55. 2a2d8f1 libbinder: RPC - remove 'agreed experimental' by Steven Moreland · 3 years, 11 months ago
  56. 5f852b9 Merge "libbinder: support server-specific session" by Steven Moreland · 3 years, 11 months ago
  57. 51c44a9 libbinder: support server-specific session by Steven Moreland · 3 years, 11 months ago
  58. 800b225 Revert "Revert "Testing AIDL delegator class with RPC"" by Devin Moore · 3 years, 11 months ago
  59. 35de4cf Merge "Revert "Testing AIDL delegator class with RPC"" by Jooyung Han · 3 years, 11 months ago
  60. 2fcd479 Revert "Testing AIDL delegator class with RPC" by Chi Zhang · 3 years, 11 months ago
  61. 2929b19 Merge "Testing AIDL delegator class with RPC" by Devin Moore · 3 years, 11 months ago
  62. 2034eff libbinder: Parcel::appendFrom better format check by Steven Moreland · 3 years, 11 months ago
  63. ce26310 Testing AIDL delegator class with RPC by Devin Moore · 4 years ago
  64. 1f44f98 binder: RpcSession limit outgoing threads by Yifan Hong · 3 years, 11 months ago
  65. 1042306 binder: RpcSession::*MaxThreads -> *MaxIncomingThreads by Yifan Hong · 3 years, 11 months ago
  66. b37aced Merge changes from topic "libbinder-rpc-perf-poll" by Steven Moreland · 4 years ago
  67. 43921d5 libbinder: RPC handle builtup refcounts by Steven Moreland · 4 years ago
  68. 3ea5fd2 Merge changes If71af5f7,Ic7861ac9 by Yifan Hong · 4 years ago
  69. e0e5328 binder: make libbinder_tls_test_utils by Yifan Hong · 4 years ago
  70. 3c3ab8d libbinder: RPC OnewayStressTest += stress by Steven Moreland · 4 years ago
  71. b1ce80c binder: Add tests for using pre-signed certificates. by Yifan Hong · 4 years ago
  72. aa677d9 Merge changes I7b88f216,I87ca34d0,I1cc4c14a by Yifan Hong · 4 years ago
  73. ffdaf95 binder: abstract out key/cert config by Yifan Hong · 4 years ago
  74. 925ba0a binderRpcTest: fix OnewayStressTest flake by Steven Moreland · 4 years ago
  75. 1c67880 binderRpcTest: fix OnewayCallQueueing flake by Steven Moreland · 4 years ago
  76. c591b47 libbinder: RPC use DEAD_OBJECT over -ECANCELED by Steven Moreland · 4 years ago
  77. 3fe155c Merge "binder: RpcTranportTest delete extra raw transport test" by Treehugger Robot · 4 years ago
  78. e7be9e8 Merge "libbinder: RPC tests - avoid goto" by Treehugger Robot · 4 years ago
  79. 22211f8 binder: RpcTranportTest delete extra raw transport test by Yifan Hong · 4 years ago
  80. 8a1a47d libbinder: RPC tests - avoid goto by Steven Moreland · 4 years ago
  81. 6751932 binder: TLS checks trigger properly. by Yifan Hong · 4 years ago
  82. e07d273 binder: RPC test rename function. by Yifan Hong · 4 years ago
  83. 9734cfc binder: CertificateFormat -> RpcCertificateFormat. by Yifan Hong · 4 years ago
  84. 2c23db1 binder: Support DER format certificates. by Yifan Hong · 4 years, 1 month ago
  85. 1deca4b binder: implement simple TLS verification for testing by Yifan Hong · 4 years ago
  86. fdd9f69 binder: Delete addTrustedPeerCertificate. by Yifan Hong · 4 years ago
  87. 13c9006 binder: Add RpcCertificateVerifier. by Yifan Hong · 4 years ago
  88. ecf937d binder: RpcServer / RpcSession add API for certs. by Yifan Hong · 4 years, 1 month ago
  89. 9240975 binder: Enable TLS for binderRpcTest by Yifan Hong · 4 years, 1 month ago
  90. 1eab345 binderRpcTest: work when vsock not supported by Steven Moreland · 4 years, 1 month ago
  91. 2372f9d libbinder: RPC use 'status_t' over 'bool' by Steven Moreland · 4 years, 1 month ago
  92. 91c6a9f Merge "libbinder: allow externally created connections" by Steven Moreland · 4 years, 1 month ago
  93. 4198a12 libbinder: allow externally created connections by Steven Moreland · 4 years, 1 month ago
  94. 5bff742 Merge changes I809345c5,Ic6c6bec4 by Yifan Hong · 4 years, 1 month ago
  95. 702115c binder: Use RpcTransport by Yifan Hong · 4 years, 2 months ago
  96. f3b9c4f binder RPC add IP address argument when setting up Inet socket by Devin Moore · 4 years, 1 month ago
  97. bf57bce libbinder: RPC binder - incl. protocol version by Steven Moreland · 4 years, 1 month ago
  98. a2c63ab Merge "RpcSession attaches/detaches thread on JVM (second attempt)" by Yifan Hong · 4 years, 2 months ago
  99. 1bbd2ee Merge changes Ie1fc2d92,Ie66e92cc,I09a4520a,Ia13d0dc1 by Steven Moreland · 4 years, 2 months ago
  100. 4313d7e binderRpcTest: ServerProcess opts in struct by Steven Moreland · 4 years, 2 months ago