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. 3fa815d libbinder: Fix binderRpcTest flake by Frederick Mayle · 3 years, 1 month ago
  5. 2a29801 libbinder: mix and match binderRpcTest client and services by Andrei Homescu · 3 years, 2 months ago
  6. 12106de libbinder: add tests for single-threaded and no-kernel-binder by Andrei Homescu · 3 years, 4 months ago
  7. 992a405 libbinder: use socket operations in testSupportVsockLoopback by Andrei Homescu · 3 years, 2 months ago
  8. ffe9ac2 libbinder: Stricter protocol and code for receiving FDs by Frederick Mayle · 3 years, 2 months ago
  9. 69a0c99 binder: Add FD support to RPC Binder by Frederick Mayle · 3 years, 3 months ago
  10. a12b096 libbinder: Check the sub-process exit status in binderRpcTest by Frederick Mayle · 3 years, 2 months ago
  11. ae9deeb libbinder: Add test for null non-nullable binder return by Frederick Mayle · 3 years, 2 months ago
  12. dc07cf8 libbinder: Add object offsets to RPC Binder protocol by Frederick Mayle · 3 years, 3 months ago
  13. a4ed567 libbinder: Use correct data size in appendFrom test by Frederick Mayle · 3 years, 2 months ago
  14. 86124ca libbinder: switch sockaddr to byte array in RpcServer by Andrei Homescu · 3 years, 4 months ago
  15. 695368f Use android::base::function_ref isntead of std::function by Devin Moore · 3 years, 3 months ago
  16. 03ecce6 binderRpcTest: stronger check for synchronous cbs by Steven Moreland · 3 years, 3 months ago
  17. e3caaf2 binderRpcTest: BinderRpc.Java skip on user builds. by Yifan Hong · 3 years, 7 months ago
  18. a39e4ed binder: Eliminate a data copy in RPC transport operations by Andrei Homescu · 3 years, 9 months ago
  19. e50adf3 Merge "binder: skip BinderRpc.Java test on non-debuggable builds." by Yifan Hong · 3 years, 10 months ago
  20. fe4b83f binder: skip BinderRpc.Java test on non-debuggable builds. by Yifan Hong · 3 years, 10 months ago
  21. a83191d binderRpcTest: fix CallingId test failure by Steven Moreland · 3 years, 10 months ago
  22. 6a0dc96 binderRpcTest: respect network byte order by Steven Moreland · 3 years, 10 months ago
  23. 2a2d8f1 libbinder: RPC - remove 'agreed experimental' by Steven Moreland · 3 years, 10 months ago
  24. 5f852b9 Merge "libbinder: support server-specific session" by Steven Moreland · 3 years, 10 months ago
  25. 51c44a9 libbinder: support server-specific session by Steven Moreland · 3 years, 10 months ago
  26. 800b225 Revert "Revert "Testing AIDL delegator class with RPC"" by Devin Moore · 3 years, 10 months ago
  27. 35de4cf Merge "Revert "Testing AIDL delegator class with RPC"" by Jooyung Han · 3 years, 10 months ago
  28. 2fcd479 Revert "Testing AIDL delegator class with RPC" by Chi Zhang · 3 years, 10 months ago
  29. 2929b19 Merge "Testing AIDL delegator class with RPC" by Devin Moore · 3 years, 10 months ago
  30. 2034eff libbinder: Parcel::appendFrom better format check by Steven Moreland · 3 years, 10 months ago
  31. ce26310 Testing AIDL delegator class with RPC by Devin Moore · 4 years ago
  32. 1f44f98 binder: RpcSession limit outgoing threads by Yifan Hong · 3 years, 11 months ago
  33. 1042306 binder: RpcSession::*MaxThreads -> *MaxIncomingThreads by Yifan Hong · 3 years, 11 months ago
  34. b37aced Merge changes from topic "libbinder-rpc-perf-poll" by Steven Moreland · 3 years, 11 months ago
  35. 43921d5 libbinder: RPC handle builtup refcounts by Steven Moreland · 3 years, 11 months ago
  36. 3ea5fd2 Merge changes If71af5f7,Ic7861ac9 by Yifan Hong · 3 years, 11 months ago
  37. e0e5328 binder: make libbinder_tls_test_utils by Yifan Hong · 4 years ago
  38. 3c3ab8d libbinder: RPC OnewayStressTest += stress by Steven Moreland · 4 years ago
  39. b1ce80c binder: Add tests for using pre-signed certificates. by Yifan Hong · 4 years ago
  40. aa677d9 Merge changes I7b88f216,I87ca34d0,I1cc4c14a by Yifan Hong · 4 years ago
  41. ffdaf95 binder: abstract out key/cert config by Yifan Hong · 4 years ago
  42. 925ba0a binderRpcTest: fix OnewayStressTest flake by Steven Moreland · 4 years ago
  43. 1c67880 binderRpcTest: fix OnewayCallQueueing flake by Steven Moreland · 4 years ago
  44. c591b47 libbinder: RPC use DEAD_OBJECT over -ECANCELED by Steven Moreland · 4 years ago
  45. 3fe155c Merge "binder: RpcTranportTest delete extra raw transport test" by Treehugger Robot · 4 years ago
  46. e7be9e8 Merge "libbinder: RPC tests - avoid goto" by Treehugger Robot · 4 years ago
  47. 22211f8 binder: RpcTranportTest delete extra raw transport test by Yifan Hong · 4 years ago
  48. 8a1a47d libbinder: RPC tests - avoid goto by Steven Moreland · 4 years ago
  49. 6751932 binder: TLS checks trigger properly. by Yifan Hong · 4 years ago
  50. e07d273 binder: RPC test rename function. by Yifan Hong · 4 years ago
  51. 9734cfc binder: CertificateFormat -> RpcCertificateFormat. by Yifan Hong · 4 years ago
  52. 2c23db1 binder: Support DER format certificates. by Yifan Hong · 4 years ago
  53. 1deca4b binder: implement simple TLS verification for testing by Yifan Hong · 4 years ago
  54. fdd9f69 binder: Delete addTrustedPeerCertificate. by Yifan Hong · 4 years ago
  55. 13c9006 binder: Add RpcCertificateVerifier. by Yifan Hong · 4 years ago
  56. ecf937d binder: RpcServer / RpcSession add API for certs. by Yifan Hong · 4 years ago
  57. 9240975 binder: Enable TLS for binderRpcTest by Yifan Hong · 4 years, 1 month ago
  58. 1eab345 binderRpcTest: work when vsock not supported by Steven Moreland · 4 years, 1 month ago
  59. 2372f9d libbinder: RPC use 'status_t' over 'bool' by Steven Moreland · 4 years, 1 month ago
  60. 91c6a9f Merge "libbinder: allow externally created connections" by Steven Moreland · 4 years, 1 month ago
  61. 4198a12 libbinder: allow externally created connections by Steven Moreland · 4 years, 1 month ago
  62. 5bff742 Merge changes I809345c5,Ic6c6bec4 by Yifan Hong · 4 years, 1 month ago
  63. 702115c binder: Use RpcTransport by Yifan Hong · 4 years, 2 months ago
  64. f3b9c4f binder RPC add IP address argument when setting up Inet socket by Devin Moore · 4 years, 1 month ago
  65. bf57bce libbinder: RPC binder - incl. protocol version by Steven Moreland · 4 years, 1 month ago
  66. a2c63ab Merge "RpcSession attaches/detaches thread on JVM (second attempt)" by Yifan Hong · 4 years, 1 month ago
  67. 1bbd2ee Merge changes Ie1fc2d92,Ie66e92cc,I09a4520a,Ia13d0dc1 by Steven Moreland · 4 years, 1 month ago
  68. 4313d7e binderRpcTest: ServerProcess opts in struct by Steven Moreland · 4 years, 1 month ago
  69. 1b30429 libbinder: respect 'reverse' cncts are 'incoming' by Steven Moreland · 4 years, 1 month ago
  70. 798e0d1 libbinder: send is non-blocking and interruptible by Steven Moreland · 4 years, 1 month ago
  71. 194acf2 RpcSession attaches/detaches thread on JVM (second attempt) by Yifan Hong · 4 years, 2 months ago
  72. 9e2ce08 Revert "RpcSession attaches/detaches JVM for Java thread" by Yifan Hong · 4 years, 1 month ago
  73. 0f9c5c7 RpcSession attaches/detaches JVM for Java thread by Yifan Hong · 4 years, 2 months ago
  74. 531a386 Merge "binderRpcTest: remove Pipe class." by Treehugger Robot · 4 years, 2 months ago
  75. 0f58fb9 binderRpcTest: remove Pipe class. by Yifan Hong · 4 years, 2 months ago
  76. 404e567 Merge "libbinder: RPC test detect vsock support" by Treehugger Robot · 4 years, 2 months ago
  77. da57304 libbinder: RPC test detect vsock support by Steven Moreland · 4 years, 2 months ago
  78. c7d4013 libbinder: RPC disallow nested oneway transactions by Steven Moreland · 4 years, 2 months ago
  79. 195edb8 libbinder: handle ExclusiveSocket failure by Steven Moreland · 4 years, 3 months ago
  80. d45be62 libbinder: RPC limit on oneway transactions by Steven Moreland · 4 years, 3 months ago
  81. c9d7b53 libbinder: RPC state termination shutdown session by Steven Moreland · 4 years, 3 months ago
  82. 8617ad8 Merge "libbinder: RPC prevent oneway cmd buildup" by Steven Moreland · 4 years, 3 months ago
  83. 52eee94 libbinder: RPC prevent oneway cmd buildup by Steven Moreland · 4 years, 3 months ago
  84. 103424e libbinder: RPC more symmetrical max threads by Steven Moreland · 4 years, 3 months ago
  85. 659416d libbinder: reverse connections by Steven Moreland · 4 years, 3 months ago
  86. bf88c6f Merge "binderRpcTest: mitigate hang" by Steven Moreland · 4 years, 3 months ago
  87. e38bcb0 binderRpcTest: mitigate hang by Steven Moreland · 4 years, 3 months ago
  88. af4ca71 binderRpcTest: use waitpid by Steven Moreland · 4 years, 3 months ago
  89. f517427 libbinder: transaction includes refcount to binder by Steven Moreland · 4 years, 3 months ago
  90. a435ea0 Merge "Revert^2 "libbinder: binder RPC - using getCalling* aborts"" by Steven Moreland · 4 years, 3 months ago
  91. 1a23585 Add RpcServer::shutdown. by Yifan Hong · 4 years, 3 months ago
  92. d730207 Revert^2 "libbinder: binder RPC - using getCalling* aborts" by Steven Moreland · 4 years, 3 months ago
  93. c85de8c Merge changes from topic "revert-1707789-SWNRVZMCZA" by Steven Moreland · 4 years, 3 months ago
  94. 15e2835 Revert "libbinder: binder RPC - using getCalling* aborts" by Shubang Lu · 4 years, 3 months ago
  95. e81f29d Merge "RpcServer: expose server fd" by Steven Moreland · 4 years, 3 months ago
  96. eb258ff libbinder: binder RPC - using getCalling* aborts by Steven Moreland · 4 years, 3 months ago
  97. 00aeb76 RpcServer: expose server fd by Yifan Hong · 4 years, 3 months ago
  98. 4ffb0c7 Add RpcServer::setRootObjectWeak(wp) by Yifan Hong · 4 years, 4 months ago
  99. 76d2c1f libbinder: RPC fixup retry logic by Steven Moreland · 4 years, 4 months ago
  100. bd5002b libbinder: vsock compiles on host by Steven Moreland · 4 years, 4 months ago