1. a3612f3 Merge changes Ifaea4598,I78b4d2b1,I6c1f0f88,I6b4d0ebc,I5c17f464 by Yifan Hong · 4 years, 7 months ago
  2. 9734cfc binder: CertificateFormat -> RpcCertificateFormat. by Yifan Hong · 4 years, 7 months ago
  3. 2c23db1 binder: Support DER format certificates. by Yifan Hong · 4 years, 8 months ago
  4. 1deca4b binder: implement simple TLS verification for testing by Yifan Hong · 4 years, 7 months ago
  5. 2ec5688 binder: X509 are serialized to vector<uint8_t> by Yifan Hong · 4 years, 7 months ago
  6. 180c2da binder: delegate cert verification to RpcCertificateVerifier by Yifan Hong · 4 years, 7 months ago
  7. e9b2010 Merge "BufferQueueProducer: Log verbose log to warning instead of error." by Treehugger Robot · 4 years, 7 months ago
  8. 29936fa BufferQueueProducer: Log verbose log to warning instead of error. by Darwin Huang · 4 years, 7 months ago
  9. 21fcad2 Merge changes If27bffb5,I945e650b by Steven Moreland · 4 years, 7 months ago
  10. a2c4c72 Merge "getProcessFreezeInfo reads more info from kernel" by Li Li · 4 years, 7 months ago
  11. 152f026 Merge "Expose lazy services to Rust" by Treehugger Robot · 4 years, 7 months ago
  12. 23fdfcd Expose lazy services to Rust by Alan Stokes · 4 years, 7 months ago
  13. 6f05929 getProcessFreezeInfo reads more info from kernel by Li Li · 4 years, 7 months ago
  14. fdd9f69 binder: Delete addTrustedPeerCertificate. by Yifan Hong · 4 years, 7 months ago
  15. 13c9006 binder: Add RpcCertificateVerifier. by Yifan Hong · 4 years, 7 months ago
  16. 3e2c136 binder: Move CertificateFormat to its own header by Yifan Hong · 4 years, 7 months ago
  17. 18ac947 binder: move TEST_AND_RETURN to Utils. by Yifan Hong · 4 years, 7 months ago
  18. 5623d1a libbinder: RpcAddress is uint64_t by Steven Moreland · 4 years, 7 months ago
  19. 826367f libbinder: Session ID implemented directly. by Steven Moreland · 4 years, 7 months ago
  20. fb39f9c Add marshal() and unmarshal() APIs. by Yu Shan · 4 years, 7 months ago
  21. 33e1d32 Merge "libbinder_ndk: sanitize integer" by Steven Moreland · 4 years, 7 months ago
  22. f1c5a0c Merge changes from topics "vm_binder_server", "vm_binder_server_api" by Treehugger Robot · 4 years, 7 months ago
  23. a7f076e libbinder_ndk: sanitize integer by Steven Moreland · 4 years, 7 months ago
  24. 4f94e0a Merge "libbinder_ndk: use API level 33 for new APIs" by Treehugger Robot · 4 years, 7 months ago
  25. 012af9a libbinder_ndk: use API level 33 for new APIs by Steven Moreland · 4 years, 7 months ago
  26. c52533c Merge "Extend rpc_unstable visibility to virtualization" by Treehugger Robot · 4 years, 7 months ago
  27. 172473f Support callback for rpc server by Inseob Kim · 4 years, 7 months ago
  28. e12fccc Add support for preconnected RPC client by Inseob Kim · 4 years, 7 months ago
  29. a07b8eb Extend rpc_unstable visibility to virtualization by Inseob Kim · 4 years, 7 months ago
  30. 01befc8 Export rpc_unstable header by Inseob Kim · 4 years, 7 months ago
  31. a8d509d Repeat proxy limit callbacks if we keep going above the limit. by Martijn Coenen · 4 years, 7 months ago
  32. 20f5a27 Merge "binderRpcWireProtocolTest: include Status" by Steven Moreland · 4 years, 7 months ago
  33. 14cd3fe libbinder: static assert wire protocol sizes by Steven Moreland · 4 years, 7 months ago
  34. 8ea9b5d binderRpcWireProtocolTest: include Status by Steven Moreland · 4 years, 7 months ago
  35. 3e0755f Merge "Add bindgen bindings test" by Joel Galenson · 4 years, 7 months ago
  36. 6b7710c Merge changes I7a307698,Id11e1b95 by Treehugger Robot · 4 years, 7 months ago
  37. 3aeebcf Merge "libbinder_ndk: allow disabling interface token" by Steven Moreland · 4 years, 7 months ago
  38. 2d7c058 Merge "libbinder: include full error if cannot init" by Steven Moreland · 4 years, 7 months ago
  39. 69d31f9 [binder_rpc_fuzzer] Depend on shared libutils for the device by Pirama Arumuga Nainar · 4 years, 7 months ago
  40. 1ed06aa Merge "libbinder: use flexible array member instead of 0 sized array" by Treehugger Robot · 4 years, 7 months ago
  41. af1fa6c libbinder: include full error if cannot init by Steven Moreland · 4 years, 7 months ago
  42. f3ed806 libbinder_ndk: allow disabling interface token by Steven Moreland · 4 years, 7 months ago
  43. 3c40080 Merge "binder: RpcServer / RpcSession add API for certs." by Yifan Hong · 4 years, 7 months ago
  44. ac42125 Create new AIDL objects for retrieving information about staged apex by Samiul Islam · 4 years, 8 months ago
  45. b0a8f73 Merge "binderRpcWireProtocolTest" by Steven Moreland · 4 years, 7 months ago
  46. 35e7d61 Merge "[Bugfix] Fix compling error when enable LOG_REFS in Parcel.cpp" by Treehugger Robot · 4 years, 7 months ago
  47. 59640db binderRpcWireProtocolTest by Steven Moreland · 4 years, 8 months ago
  48. 0c3fe57 Merge "rust: Use NonNull for non null pointers in proxy.rs" by Treehugger Robot · 4 years, 7 months ago
  49. 0ae8394 Merge "binder: retry connect() on ECONNRESET for non-blocking sockets." by Yifan Hong · 4 years, 7 months ago
  50. 95d15e5 binder: retry connect() on ECONNRESET for non-blocking sockets. by Yifan Hong · 4 years, 7 months ago
  51. f76dca2 Merge changes I0e4fadd8,I9b3b1ffd,If7c74643 by Yifan Hong · 4 years, 7 months ago
  52. b4be81b Merge "binder: Enable TLS for binderRpcTest" by Yifan Hong · 4 years, 7 months ago
  53. 562b324 Merge "Remove ndk_platform backend. Use the ndk backend." by Steven Moreland · 4 years, 7 months ago
  54. b329eca Merge "Extend rpc visibility to more virt packages" by Treehugger Robot · 4 years, 7 months ago
  55. c05af3b [Bugfix] Fix compling error when enable LOG_REFS in Parcel.cpp by yuxi · 4 years, 7 months ago
  56. ecf937d binder: RpcServer / RpcSession add API for certs. by Yifan Hong · 4 years, 8 months ago
  57. 588d59c binder: Add getCertificate / addTrustedPeerCerticate. by Yifan Hong · 4 years, 8 months ago
  58. 9240975 binder: Enable TLS for binderRpcTest by Yifan Hong · 4 years, 8 months ago
  59. 1af4858 binder: combine TLS context objects. by Yifan Hong · 4 years, 8 months ago
  60. 87a379c binder: Prettify ErrorQueue::toString. by Yifan Hong · 4 years, 8 months ago
  61. 52c44da Add bindgen bindings test by Joel Galenson · 4 years, 7 months ago
  62. 70dc879 change DEBUG_ACCELERATION define to constexpr by dingxiaobo · 4 years, 7 months ago
  63. 595c911 fix long overflow when enable DEBUG_ACCELERATION by dingxiaobo · 4 years, 8 months ago
  64. 0f8f603 Add adyabr@ to OWNERS by Ady Abraham · 4 years, 8 months ago
  65. 7b60b1b Extend rpc visibility to more virt packages by Inseob Kim · 4 years, 8 months ago
  66. 139913a libbinder: use flexible array member instead of 0 sized array by Devin Moore · 4 years, 8 months ago
  67. ab281ec Merge changes from topic "binder_tls" by Yifan Hong · 4 years, 8 months ago
  68. 8dde9bc rust: Use NonNull for non null pointers in proxy.rs by Alice Ryhl · 4 years, 8 months ago
  69. 6038330 Merge "libbinder: even further downgrade oneway spam log" by Treehugger Robot · 4 years, 8 months ago
  70. 231bda6 Merge "Parcel: support unique_ptr for recursive types" by Jooyung Han · 4 years, 8 months ago
  71. 83401fe Parcel: support unique_ptr for recursive types by Jooyung Han · 4 years, 11 months ago
  72. 8395fee Merge "libbinder_ndk: dump class ptrs in assoc. failure" by Treehugger Robot · 4 years, 8 months ago
  73. 4d19697 libbinder_ndk: dump class ptrs in assoc. failure by Steven Moreland · 4 years, 8 months ago
  74. 121a53e libbinder: even further downgrade oneway spam log by Steven Moreland · 4 years, 8 months ago
  75. 15fff8c binder: libbinder_tls ensure to check trigger at least once. by Yifan Hong · 4 years, 8 months ago
  76. d17353c binder: TLS: ignore SIGPIPE. by Yifan Hong · 4 years, 9 months ago
  77. e8212f2 binder: Add libbinder_tls by Yifan Hong · 4 years, 9 months ago
  78. 8e33ba5 Merge "libbinder: RpcSession - avoid recursive include" by Treehugger Robot · 4 years, 8 months ago
  79. 9cac4c0 libbinder: RpcSession - avoid recursive include by Steven Moreland · 4 years, 8 months ago
  80. 1291f27 Merge "binder: don't specify POLLHUP in .events for poll()" by Treehugger Robot · 4 years, 8 months ago
  81. b9c4962 binderRpcBenchmark: repeatBinder kernel binder by Steven Moreland · 4 years, 8 months ago
  82. 8cbe66b binder: don't specify POLLHUP in .events for poll() by Yifan Hong · 4 years, 8 months ago
  83. f1aa6cd Merge "libbinder: run_rpc_tests.sh" by Steven Moreland · 4 years, 8 months ago
  84. b438f33 Merge changes I0daebc18,I87df46d1 by Devin Moore · 4 years, 8 months ago
  85. 6096984 Merge "servicedispatcher: exit when adb debugging is turned off." by Treehugger Robot · 4 years, 8 months ago
  86. 93b2cc9 Merge changes from topic "binder_rpc_non_blocking" by Yifan Hong · 4 years, 8 months ago
  87. 9e87d90 libbinder: run_rpc_tests.sh by Steven Moreland · 4 years, 8 months ago
  88. bf5fded Merge "binderRpcTest: work when vsock not supported" by Steven Moreland · 4 years, 8 months ago
  89. bd8ea28 Merge "SharedRefBase: detect double-ownership" by Steven Moreland · 4 years, 8 months ago
  90. 385a3a0 Merge "Implement AsRawFd trait for ParcelFileDescriptor" by Victor Hsieh · 4 years, 8 months ago
  91. 9a9427c Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 4 years, 8 months ago
  92. c6746a7 SharedRefBase: detect double-ownership by Steven Moreland · 4 years, 8 months ago
  93. 24c3f02 Implement AsRawFd trait for ParcelFileDescriptor by Victor Hsieh · 4 years, 8 months ago
  94. 5d4f84d Merge "libbinder: RPC use 'status_t' over 'bool'" by Steven Moreland · 4 years, 8 months ago
  95. f6d4229 binder: RpcTranpsortCtx::newTransport Add FdTrigger arg. by Yifan Hong · 4 years, 8 months ago
  96. d9f8cef binder: RpcSession handle post-connect by Yifan Hong · 4 years, 8 months ago
  97. b675ffe binder: RPC uses non-blocking sockets. by Yifan Hong · 4 years, 8 months ago
  98. 1eab345 binderRpcTest: work when vsock not supported by Steven Moreland · 4 years, 8 months ago
  99. 29fa5a4 Merge "libbinder: remove stale blocking TODO" by Steven Moreland · 4 years, 8 months ago
  100. a00f493 Merge "binderRpcBenchmark: test more data sizes" by Steven Moreland · 4 years, 8 months ago