1. 2117664 Merge "Add RPC binder as unstable API with Rust bindgen" by Treehugger Robot · 3 years, 7 months ago
  2. bba314f Merge "libbinder: already sent checks abort" by Steven Moreland · 3 years, 7 months ago
  3. 531a386 Merge "binderRpcTest: remove Pipe class." by Treehugger Robot · 3 years, 7 months ago
  4. 0f58fb9 binderRpcTest: remove Pipe class. by Yifan Hong · 3 years, 7 months ago
  5. 51396d2 Merge "AParcel_markSensitive in APEX" by Steven Moreland · 3 years, 7 months ago
  6. 180f094 Merge "servicedispatcher: pause until killed." by Yifan Hong · 3 years, 7 months ago
  7. d35d31d Add RPC binder as unstable API with Rust bindgen by Victor Hsieh · 3 years, 7 months ago
  8. d37e6dd libbinder: already sent checks abort by Steven Moreland · 3 years, 7 months ago
  9. 326086c AParcel_markSensitive in APEX by Steven Moreland · 3 years, 7 months ago
  10. d3cb24a servicedispatcher: pause until killed. by Yifan Hong · 3 years, 7 months ago
  11. dfb9cd9 Merge changes Ic46ac54b,Id787e70f by Yifan Hong · 3 years, 7 months ago
  12. 21e2354 Merge "[binder] Add support for dump transaction to Rust" by Treehugger Robot · 3 years, 7 months ago
  13. 2a3297f [binder] Add support for dump transaction to Rust by Stephen Crane · 3 years, 7 months ago
  14. b048744 binder_rs: Add sized_read to Parcel by Andrei Homescu · 3 years, 8 months ago
  15. 9d5c810 Merge "binder_rs: Add in-place deserialization methods" by Steven Moreland · 3 years, 7 months ago
  16. 404e567 Merge "libbinder: RPC test detect vsock support" by Treehugger Robot · 3 years, 7 months ago
  17. 2ce034f Merge changes I881f63b8,I4c5edd2d,I8ff0d29c,I6578c3a4,Iea286ab0, ... by Steven Moreland · 3 years, 7 months ago
  18. 547b752 Merge "binder_parcel_fuzzer: remove embedded handle" by Steven Moreland · 3 years, 7 months ago
  19. 70888dc Merge "binder: rust: Fix dropped service memleak" by Matthew Maurer · 3 years, 7 months ago
  20. 8b89085 Implement keepAliveBinder for setRpcClientDebug by Yifan Hong · 3 years, 7 months ago
  21. 02530ec Add keepAliveBinder argument to setRpcClientDebug. by Yifan Hong · 3 years, 7 months ago
  22. c050d8f binder: rust: Fix dropped service memleak by Matthew Maurer · 3 years, 7 months ago
  23. da57304 libbinder: RPC test detect vsock support by Steven Moreland · 3 years, 7 months ago
  24. 02d1659 Remove BinderLibRpcClientTest by Yifan Hong · 3 years, 7 months ago
  25. 93e266b binderLibTest: fix SYN flooding again. by Yifan Hong · 3 years, 7 months ago
  26. b86e26b libbinder: RPC skip init on /dev/null by Steven Moreland · 3 years, 7 months ago
  27. 01a6bad libbinder: RPC session ID uses the long binder ID by Steven Moreland · 3 years, 7 months ago
  28. 9153824 libbinder: RPC prevent binder address collision by Steven Moreland · 3 years, 7 months ago
  29. 7b8bc4c libbinder: RpcSession exposes sp<RpcServer> by Steven Moreland · 3 years, 7 months ago
  30. 19fc9f7 libbinder: RPC disambiguate server/client by Steven Moreland · 3 years, 7 months ago
  31. c7d4013 libbinder: RPC disallow nested oneway transactions by Steven Moreland · 3 years, 7 months ago
  32. 5ae6256 libbinder: RpcState pass connection, not fd by Steven Moreland · 3 years, 7 months ago
  33. 6db9e07 binder_parcel_fuzzer: remove embedded handle by Steven Moreland · 3 years, 7 months ago
  34. 936fc19 Merge changes Id38049ed,I13bc9126,I9fbc7594 by Steven Moreland · 3 years, 7 months ago
  35. e27baff Merge "binder: setRpcClientDebug copy # threads from kernel binder." by Yifan Hong · 3 years, 7 months ago
  36. 195edb8 libbinder: handle ExclusiveSocket failure by Steven Moreland · 3 years, 7 months ago
  37. c88b7fc libbinder: RPC know when connections setup by Steven Moreland · 3 years, 7 months ago
  38. ada72bd libbinder: RPC process oneway w/ 'tail call' by Steven Moreland · 3 years, 7 months ago
  39. 7f26fab Merge "binder: setRpcClientDebug drops numThreads argument." by Yifan Hong · 3 years, 7 months ago
  40. 7a20a3f binder: setRpcClientDebug copy # threads from kernel binder. by Yifan Hong · 3 years, 7 months ago
  41. 3482323 binder: setRpcClientDebug drops numThreads argument. by Yifan Hong · 3 years, 7 months ago
  42. 864bd97 Merge "libbinder: update 'TODO' comments for RPC" by Steven Moreland · 3 years, 7 months ago
  43. 1b48b71 Merge changes Ibe1a854b,I8c281ad2,I9e290cd0,I0035be2d by Steven Moreland · 3 years, 7 months ago
  44. c9b164d Merge "Add wait_for_interface and wait_for_service." by Andrew Walbran · 3 years, 7 months ago
  45. a5036f0 libbinder: update 'TODO' comments for RPC by Steven Moreland · 3 years, 7 months ago
  46. d45be62 libbinder: RPC limit on oneway transactions by Steven Moreland · 3 years, 7 months ago
  47. c9d7b53 libbinder: RPC state termination shutdown session by Steven Moreland · 3 years, 7 months ago
  48. a8b4429 libbinder: server sessions shut down independently by Steven Moreland · 3 years, 7 months ago
  49. 4e10feb libbinder: remove unused FdTrigger::readFd by Steven Moreland · 3 years, 7 months ago
  50. 08d2f47 Merge "Add servicedispatcher" by Treehugger Robot · 3 years, 7 months ago
  51. dbf58d4 Add servicedispatcher by Yifan Hong · 3 years, 7 months ago
  52. 85ec1f6 Merge "Add linker script to maintain binary ABI stability" by Treehugger Robot · 3 years, 7 months ago
  53. 4511b77 Merge "Use result-gmock.h." by Treehugger Robot · 3 years, 7 months ago
  54. 0bae307 Add linker script to maintain binary ABI stability by Yi Kong · 3 years, 7 months ago
  55. 28d6c35 Use result-gmock.h. by Yifan Hong · 3 years, 7 months ago
  56. aa79d0a Make sure ANATIVEWINDOW_QUERY_BUFFER_AGE is identified as VNDK API. by Peiyong Lin · 3 years, 7 months ago
  57. ee22bc8 Merge changes Id2c1d0dc,I654fcd2c by Steven Moreland · 3 years, 7 months ago
  58. e994648 Merge "libbinder: save another static heap allocation" by Steven Moreland · 3 years, 7 months ago
  59. c3ce5c3 Add wait_for_interface and wait_for_service. by Andrew Walbran · 3 years, 7 months ago
  60. 583a14a libbinder: RPC explicit check when out of async IDs by Steven Moreland · 3 years, 7 months ago
  61. a6e11cf libbinder: RPC BinderNode erase checks asyncTodo by Steven Moreland · 3 years, 7 months ago
  62. 31bde7a libbinder: RPC factor out BinderNode erase by Steven Moreland · 3 years, 7 months ago
  63. d67c8e8 libbinder: Add binder already sent checks by Kalesh Singh · 4 years ago
  64. 14e4cfa libbinder: +2 bytes in BBinder from stability rep by Steven Moreland · 3 years, 7 months ago
  65. 1b26407 libbinder: save another static heap allocation by Steven Moreland · 3 years, 7 months ago
  66. 8617ad8 Merge "libbinder: RPC prevent oneway cmd buildup" by Steven Moreland · 3 years, 7 months ago
  67. 79d131f Merge "binderVendorDoubleLoadTest: rm from VTS" by Steven Moreland · 3 years, 7 months ago
  68. 52eee94 libbinder: RPC prevent oneway cmd buildup by Steven Moreland · 3 years, 7 months ago
  69. 105db55 binderVendorDoubleLoadTest: rm from VTS by Steven Moreland · 3 years, 7 months ago
  70. 77c3011 libbinder: RPC combine transact/reply send by Steven Moreland · 3 years, 7 months ago
  71. 410325a libbinder: RpcServer: remove acceptOne by Steven Moreland · 3 years, 7 months ago
  72. 103424e libbinder: RPC more symmetrical max threads by Steven Moreland · 3 years, 7 months ago
  73. 7227c8a libbinder: onBinder* respect termination by Steven Moreland · 3 years, 7 months ago
  74. e81fe82 Merge "libbinder: reverse connections" by Steven Moreland · 3 years, 7 months ago
  75. 0acaeab Merge "libbinder: 'deprecate' note on BinderService" by Treehugger Robot · 3 years, 7 months ago
  76. bbc607a libbinder: 'deprecate' note on BinderService by Steven Moreland · 3 years, 7 months ago
  77. c32a92f Merge "binder_rpc_fuzzer: avoid SIGPIPE" by Steven Moreland · 3 years, 7 months ago
  78. 6076209 binder_rpc_fuzzer: avoid SIGPIPE by Steven Moreland · 3 years, 7 months ago
  79. 659416d libbinder: reverse connections by Steven Moreland · 3 years, 8 months ago
  80. a86e8fe libbinder: better session termination naming by Steven Moreland · 3 years, 7 months ago
  81. cc5b498 binder_rpc_fuzzer: fuzz multiple connections by Steven Moreland · 3 years, 7 months ago
  82. c12c9d9 libbinder: quiet RPC read/write failures by Steven Moreland · 3 years, 7 months ago
  83. 85e067b libbinder: update RpcSession 'session' references by Steven Moreland · 3 years, 7 months ago
  84. bf88c6f Merge "binderRpcTest: mitigate hang" by Steven Moreland · 3 years, 7 months ago
  85. e38bcb0 binderRpcTest: mitigate hang by Steven Moreland · 3 years, 7 months ago
  86. 385b661 Merge "libbinder: RPC save notify on transferring thread" by Steven Moreland · 3 years, 7 months ago
  87. 495a84d Merge "libbinder: further downgrade oneway spam log" by Steven Moreland · 3 years, 7 months ago
  88. 8e49c2b libbinder: further downgrade oneway spam log by Steven Moreland · 3 years, 7 months ago
  89. 8f0b7f2 Merge changes Id4971e54,Id80da21c,Ice446ec4,If10f00de,I4f59ad60 by Steven Moreland · 3 years, 7 months ago
  90. 9c5d3f0 Merge "libbinder: servicemanagement errors" by Steven Moreland · 3 years, 7 months ago
  91. 8d72a07 Merge changes from topic "revert-1553275-Bug139327211_V5-QZELUAZXGW" by Steven Moreland · 3 years, 7 months ago
  92. adc5dca libbinder: RPC save notify on transferring thread by Steven Moreland · 3 years, 7 months ago
  93. 13765f7 libbinder: doc RpcServer::join/shutdown behavior by Steven Moreland · 3 years, 7 months ago
  94. b0dd118 libbinder: RpcSession check no shutdown trigger by Steven Moreland · 3 years, 7 months ago
  95. 1e4c2b8 libbinder: RpcState stop narrowing errors by Steven Moreland · 3 years, 7 months ago
  96. af4ca71 binderRpcTest: use waitpid by Steven Moreland · 3 years, 7 months ago
  97. f517427 libbinder: transaction includes refcount to binder by Steven Moreland · 3 years, 7 months ago
  98. c150048 Merge "libbinder: shutdown session threads" by Steven Moreland · 3 years, 7 months ago
  99. 71296be Merge "Expose binder stability for debugging in dumpsys" by Steven Moreland · 3 years, 7 months ago
  100. a1d7017 libbinder: servicemanagement errors by Steven Moreland · 3 years, 7 months ago