1. a07b8eb Extend rpc_unstable visibility to virtualization by Inseob Kim · 4 years, 7 months ago
  2. 20f5a27 Merge "binderRpcWireProtocolTest: include Status" by Steven Moreland · 4 years, 7 months ago
  3. 14cd3fe libbinder: static assert wire protocol sizes by Steven Moreland · 4 years, 7 months ago
  4. 8ea9b5d binderRpcWireProtocolTest: include Status by Steven Moreland · 4 years, 7 months ago
  5. 3e0755f Merge "Add bindgen bindings test" by Joel Galenson · 4 years, 7 months ago
  6. 6b7710c Merge changes I7a307698,Id11e1b95 by Treehugger Robot · 4 years, 7 months ago
  7. 3aeebcf Merge "libbinder_ndk: allow disabling interface token" by Steven Moreland · 4 years, 7 months ago
  8. 2d7c058 Merge "libbinder: include full error if cannot init" by Steven Moreland · 4 years, 7 months ago
  9. 69d31f9 [binder_rpc_fuzzer] Depend on shared libutils for the device by Pirama Arumuga Nainar · 4 years, 7 months ago
  10. 1ed06aa Merge "libbinder: use flexible array member instead of 0 sized array" by Treehugger Robot · 4 years, 7 months ago
  11. af1fa6c libbinder: include full error if cannot init by Steven Moreland · 4 years, 7 months ago
  12. f3ed806 libbinder_ndk: allow disabling interface token by Steven Moreland · 4 years, 7 months ago
  13. 3c40080 Merge "binder: RpcServer / RpcSession add API for certs." by Yifan Hong · 4 years, 7 months ago
  14. ac42125 Create new AIDL objects for retrieving information about staged apex by Samiul Islam · 4 years, 8 months ago
  15. b0a8f73 Merge "binderRpcWireProtocolTest" by Steven Moreland · 4 years, 7 months ago
  16. 35e7d61 Merge "[Bugfix] Fix compling error when enable LOG_REFS in Parcel.cpp" by Treehugger Robot · 4 years, 7 months ago
  17. 59640db binderRpcWireProtocolTest by Steven Moreland · 4 years, 9 months ago
  18. 0c3fe57 Merge "rust: Use NonNull for non null pointers in proxy.rs" by Treehugger Robot · 4 years, 7 months ago
  19. 0ae8394 Merge "binder: retry connect() on ECONNRESET for non-blocking sockets." by Yifan Hong · 4 years, 7 months ago
  20. 95d15e5 binder: retry connect() on ECONNRESET for non-blocking sockets. by Yifan Hong · 4 years, 7 months ago
  21. f76dca2 Merge changes I0e4fadd8,I9b3b1ffd,If7c74643 by Yifan Hong · 4 years, 7 months ago
  22. b4be81b Merge "binder: Enable TLS for binderRpcTest" by Yifan Hong · 4 years, 7 months ago
  23. 562b324 Merge "Remove ndk_platform backend. Use the ndk backend." by Steven Moreland · 4 years, 7 months ago
  24. b329eca Merge "Extend rpc visibility to more virt packages" by Treehugger Robot · 4 years, 7 months ago
  25. c05af3b [Bugfix] Fix compling error when enable LOG_REFS in Parcel.cpp by yuxi · 4 years, 7 months ago
  26. ecf937d binder: RpcServer / RpcSession add API for certs. by Yifan Hong · 4 years, 8 months ago
  27. 588d59c binder: Add getCertificate / addTrustedPeerCerticate. by Yifan Hong · 4 years, 8 months ago
  28. 9240975 binder: Enable TLS for binderRpcTest by Yifan Hong · 4 years, 8 months ago
  29. 1af4858 binder: combine TLS context objects. by Yifan Hong · 4 years, 8 months ago
  30. 87a379c binder: Prettify ErrorQueue::toString. by Yifan Hong · 4 years, 8 months ago
  31. 52c44da Add bindgen bindings test by Joel Galenson · 4 years, 7 months ago
  32. 70dc879 change DEBUG_ACCELERATION define to constexpr by dingxiaobo · 4 years, 7 months ago
  33. 595c911 fix long overflow when enable DEBUG_ACCELERATION by dingxiaobo · 4 years, 8 months ago
  34. 0f8f603 Add adyabr@ to OWNERS by Ady Abraham · 4 years, 8 months ago
  35. 7b60b1b Extend rpc visibility to more virt packages by Inseob Kim · 4 years, 8 months ago
  36. 139913a libbinder: use flexible array member instead of 0 sized array by Devin Moore · 4 years, 8 months ago
  37. ab281ec Merge changes from topic "binder_tls" by Yifan Hong · 4 years, 8 months ago
  38. 8dde9bc rust: Use NonNull for non null pointers in proxy.rs by Alice Ryhl · 4 years, 8 months ago
  39. 6038330 Merge "libbinder: even further downgrade oneway spam log" by Treehugger Robot · 4 years, 8 months ago
  40. 231bda6 Merge "Parcel: support unique_ptr for recursive types" by Jooyung Han · 4 years, 8 months ago
  41. 83401fe Parcel: support unique_ptr for recursive types by Jooyung Han · 4 years, 11 months ago
  42. 8395fee Merge "libbinder_ndk: dump class ptrs in assoc. failure" by Treehugger Robot · 4 years, 8 months ago
  43. 4d19697 libbinder_ndk: dump class ptrs in assoc. failure by Steven Moreland · 4 years, 8 months ago
  44. 121a53e libbinder: even further downgrade oneway spam log by Steven Moreland · 4 years, 8 months ago
  45. 15fff8c binder: libbinder_tls ensure to check trigger at least once. by Yifan Hong · 4 years, 8 months ago
  46. d17353c binder: TLS: ignore SIGPIPE. by Yifan Hong · 4 years, 9 months ago
  47. e8212f2 binder: Add libbinder_tls by Yifan Hong · 4 years, 9 months ago
  48. 8e33ba5 Merge "libbinder: RpcSession - avoid recursive include" by Treehugger Robot · 4 years, 8 months ago
  49. 9cac4c0 libbinder: RpcSession - avoid recursive include by Steven Moreland · 4 years, 8 months ago
  50. 1291f27 Merge "binder: don't specify POLLHUP in .events for poll()" by Treehugger Robot · 4 years, 8 months ago
  51. b9c4962 binderRpcBenchmark: repeatBinder kernel binder by Steven Moreland · 4 years, 8 months ago
  52. 8cbe66b binder: don't specify POLLHUP in .events for poll() by Yifan Hong · 4 years, 8 months ago
  53. f1aa6cd Merge "libbinder: run_rpc_tests.sh" by Steven Moreland · 4 years, 8 months ago
  54. b438f33 Merge changes I0daebc18,I87df46d1 by Devin Moore · 4 years, 8 months ago
  55. 6096984 Merge "servicedispatcher: exit when adb debugging is turned off." by Treehugger Robot · 4 years, 8 months ago
  56. 93b2cc9 Merge changes from topic "binder_rpc_non_blocking" by Yifan Hong · 4 years, 8 months ago
  57. 9e87d90 libbinder: run_rpc_tests.sh by Steven Moreland · 4 years, 8 months ago
  58. bf5fded Merge "binderRpcTest: work when vsock not supported" by Steven Moreland · 4 years, 8 months ago
  59. bd8ea28 Merge "SharedRefBase: detect double-ownership" by Steven Moreland · 4 years, 8 months ago
  60. 385a3a0 Merge "Implement AsRawFd trait for ParcelFileDescriptor" by Victor Hsieh · 4 years, 8 months ago
  61. 9a9427c Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 4 years, 8 months ago
  62. c6746a7 SharedRefBase: detect double-ownership by Steven Moreland · 4 years, 8 months ago
  63. 24c3f02 Implement AsRawFd trait for ParcelFileDescriptor by Victor Hsieh · 4 years, 8 months ago
  64. 5d4f84d Merge "libbinder: RPC use 'status_t' over 'bool'" by Steven Moreland · 4 years, 8 months ago
  65. f6d4229 binder: RpcTranpsortCtx::newTransport Add FdTrigger arg. by Yifan Hong · 4 years, 8 months ago
  66. d9f8cef binder: RpcSession handle post-connect by Yifan Hong · 4 years, 8 months ago
  67. b675ffe binder: RPC uses non-blocking sockets. by Yifan Hong · 4 years, 8 months ago
  68. 1eab345 binderRpcTest: work when vsock not supported by Steven Moreland · 4 years, 8 months ago
  69. 29fa5a4 Merge "libbinder: remove stale blocking TODO" by Steven Moreland · 4 years, 8 months ago
  70. a00f493 Merge "binderRpcBenchmark: test more data sizes" by Steven Moreland · 4 years, 8 months ago
  71. 8c95042 binder: Refactor: move FdTrigger to its own file / class. by Yifan Hong · 4 years, 8 months ago
  72. 832521e binder: RpcSession initialize mShutdownTrigger earlier by Yifan Hong · 4 years, 8 months ago
  73. 2372f9d libbinder: RPC use 'status_t' over 'bool' by Steven Moreland · 4 years, 8 months ago
  74. def9fae dumpsys: display the client PIDs of all of the services by Devin Moore · 4 years, 8 months ago
  75. 090cd59 Merge "Revert "binder: SharedRefBase uses enable_shared_from_this"" by Jonglin Lee · 4 years, 8 months ago
  76. 0803305 libbinder: remove stale blocking TODO by Steven Moreland · 4 years, 8 months ago
  77. 44a1606 Revert "binder: SharedRefBase uses enable_shared_from_this" by Kevin Cheng · 4 years, 8 months ago
  78. 176a33a Merge "binder: RpcTransport: change to size_t." by Yifan Hong · 4 years, 8 months ago
  79. ce240ce binderRpcBenchmark: test more data sizes by Steven Moreland · 4 years, 8 months ago
  80. f6f2e64 Add API to BpBinder to get handle for debugging by Devin Moore · 4 years, 8 months ago
  81. 218c407 binder: RpcTransport: change to size_t. by Yifan Hong · 4 years, 8 months ago
  82. 91c6a9f Merge "libbinder: allow externally created connections" by Steven Moreland · 4 years, 8 months ago
  83. 4198a12 libbinder: allow externally created connections by Steven Moreland · 4 years, 8 months ago
  84. 5bff742 Merge changes I809345c5,Ic6c6bec4 by Yifan Hong · 4 years, 8 months ago
  85. 153f30b Merge "libbinder: RPC reject excess threads" by Steven Moreland · 4 years, 8 months ago
  86. ba971dd Merge "binder: SharedRefBase uses enable_shared_from_this" by Steven Moreland · 4 years, 8 months ago
  87. a5c24dc Merge "binder RPC add IP address argument when setting up Inet socket" by Devin Moore · 4 years, 8 months ago
  88. 6bf1365 Merge "libbinder: use libbase HexString" by Yifan Hong · 4 years, 8 months ago
  89. 702115c binder: Use RpcTransport by Yifan Hong · 4 years, 9 months ago
  90. f6b4d5c binder: Add RpcTransport class. by Yifan Hong · 4 years, 9 months ago
  91. 6212901 libbinder: use libbase HexString by Steven Moreland · 4 years, 8 months ago
  92. 132d5bf libbinder: RPC reject excess threads by Steven Moreland · 4 years, 8 months ago
  93. a5b0269 servicedispatcher: exit when adb debugging is turned off. by Yifan Hong · 4 years, 9 months ago
  94. f3b9c4f binder RPC add IP address argument when setting up Inet socket by Devin Moore · 4 years, 8 months ago
  95. 506048b Merge "Fix warnings in preparation for Rust 1.54.0" by Christian Wailes · 4 years, 8 months ago
  96. a588da3 Merge "libbinder: disallow upgrade of explicit version" by Steven Moreland · 4 years, 8 months ago
  97. ed0d792 binder: SharedRefBase uses enable_shared_from_this by Steven Moreland · 4 years, 8 months ago
  98. 40b736e libbinder: disallow upgrade of explicit version by Steven Moreland · 4 years, 8 months ago
  99. 656e9d1 bindeRpcBenchmark: rpc uses separate process by Steven Moreland · 4 years, 8 months ago
  100. ac9df9e Merge "libbinder: Add an option to not log permission check failures." by Treehugger Robot · 4 years, 8 months ago