1. 8433c50 remove sdv binder visibility by Steven Moreland · 9 months ago
  2. be48640 Merge "Rust new_vsock use assigned port feature" into main by Devin Moore · 9 months ago
  3. 398f9f5 Rust new_vsock use assigned port feature by Devin Moore · 11 months ago
  4. dcca938 Merge changes Id4db842d,I58e41d34 into main by Matthew Maurer · 10 months ago
  5. 75d7112 rust: Bind to NDK subset of libbinder by Matthew Maurer · 10 months ago
  6. cf0037d rust: Make binder-ndk-sys crate buildable via Cargo for NDK by Matthew Maurer · 10 months ago
  7. 23e0a8e Remove libnix dependency on libbinder_rs by Devin Moore · 10 months ago
  8. 0555fbf Add a method for libbinder to wrap an accessor in a delegator by Devin Moore · 11 months ago
  9. 52a7855 Merge "Add a libbinder_rs wrapper around the new ARpc APIs" into main by Devin Moore · 10 months ago
  10. e254323 binder: fix decoding of vintf stability ParcelableHolder by Frederick Mayle · 11 months ago
  11. bbd71b1 Add a libbinder_rs wrapper around the new ARpc APIs by Devin Moore · 12 months ago
  12. d08373d binder: fix PartialEq impl of SpIBinder by Frederick Mayle · 11 months ago
  13. 81139db Revert "Revert "Make binder available to com.android.microfuchsi..." by Aidan Wolter · 12 months ago
  14. b9a5e01 Revert "Make binder available to com.android.microfuchsia APEX" by Priyanka Advani (xWF) · 12 months ago
  15. 023537c Make binder available to com.android.microfuchsia APEX by Aidan Wolter · 1 year, 1 month ago
  16. be8acf7 Fix clippy lints for new EPSILON/INFINITY/MAX/MIN/NAN by Stephen Hines · 1 year ago
  17. ac72879 Merge "rust: properly handle async->async handles" into main by Alice Ryhl · 1 year, 1 month ago
  18. 0ae829e rust: properly handle async->async handles by Alice Ryhl · 1 year, 3 months ago
  19. 78414c5 Use the global default cpp_std. by Elliott Hughes · 1 year, 2 months ago
  20. ea8bac2 Allow Binder Rust libraries in APEXes by Nikita Putikhin · 1 year, 2 months ago
  21. dbff3c6 Merge "Add product_available to libbinder_tokio_rs" into main by Nikita Putikhin · 1 year, 3 months ago
  22. 68f34bf deprecate binder::get_service, add binder::check_service by Frederick Mayle · 1 year, 3 months ago
  23. d057848 Add product_available to libbinder_tokio_rs by Nikita Putikhin · 1 year, 3 months ago
  24. 55d7634 Expose RpcServer::setMaxThreads in BinderRpc Rust API. by Ashutosh Agarwal · 1 year, 4 months ago
  25. 2617c84 rpcbinder: Add Trusty server module by Andrei Homescu · 2 years ago
  26. 6dfa8c9 libbinder_rs: Add libbinder_rs_on_trusty_mock by Andrei Homescu · 1 year, 4 months ago
  27. c5bf3f8 libbinder_rs: Move service manager code to separate module by Andrei Homescu · 1 year, 4 months ago
  28. b755fa5 Add optional method to read into existing unstructured parcelable. by Andrew Walbran · 1 year, 7 months ago
  29. e9573af Add UnstructuredParcelable trait and macros. by Andrew Walbran · 1 year, 7 months ago
  30. e615929 Merge "libbinder: update getCallingPid docs" into main by Steven Moreland · 1 year, 8 months ago
  31. ce51323 libbinder: update getCallingPid docs by Steven Moreland · 1 year, 8 months ago
  32. 4be4842 rpcbinder: Build on Trusty by Andrei Homescu · 2 years, 3 months ago
  33. b4c3b03 libbinder_rs: Block functions for bindgen by Orlando Arbildo · 1 year, 8 months ago
  34. 443973f Merge "rust: Use wrapper for header file" into main by Treehugger Robot · 1 year, 8 months ago
  35. 5fca42a rust: Use wrapper for header file by Matthew Maurer · 1 year, 8 months ago
  36. 4b21b9f libbinder_rs: Build on Trusty by Andrei Homescu · 2 years, 3 months ago
  37. 26db5e4 Binder file module by Tomasz Wasilczyk · 1 year, 9 months ago
  38. 639490b Binder unique_fd by Tomasz Wasilczyk · 1 year, 9 months ago
  39. d23c049 libbinder_rs: Switch dump() argument type to Write trait by Andrei Homescu · 1 year, 9 months ago
  40. 2953706 Merge "libbinder_rs: Switch inner type of ParcelFileDescriptor" into main by Treehugger Robot · 1 year, 9 months ago
  41. 8114cb7 libbinder_rs: Switch inner type of ParcelFileDescriptor by Andrei Homescu · 1 year, 9 months ago
  42. 777c701 Update needed for Rust v1.73.0 by Charisee · 1 year, 9 months ago
  43. d0880e8 Added local_downcast function for binder native by Orlando Arbildo · 1 year, 10 months ago
  44. 657de46 Mention in safety comment that Parcel can't be Sync. by Alice Ryhl · 1 year, 10 months ago
  45. 309e92d Merge "Support AIDL serializing and deserializing Rust HardwareBuffer." into main by Andrew Walbran · 1 year, 10 months ago
  46. ad1b27c Update needed for Rust v1.73.0 by Charisee Chiw · 1 year, 10 months ago
  47. bb07b98 Fix or silence binder build warnings on clang by Tomasz Wasilczyk · 1 year, 10 months ago
  48. 43bddb6 Support AIDL serializing and deserializing Rust HardwareBuffer. by Andrew Walbran · 2 years ago
  49. e9eea16 Merge "Rust API to fuzz multiple binders" into main by Pawan Wagh · 1 year, 11 months ago
  50. 9004a82 Rust API to fuzz multiple binders by Pawan Wagh · 2 years ago
  51. f065996 Add Vec read methods in rust parcel fuzzer by Pawan Wagh · 2 years ago
  52. 4e9661b Merge "libbinder_rs: Build libbinder_ndk_sys on Trusty" into main by Treehugger Robot · 2 years ago
  53. c3ad2e3 Merge "Adding defaults for AIDL rust fuzzers" into main by Pawan Wagh · 2 years ago
  54. 6f972e3 Adding defaults for AIDL rust fuzzers by Pawan Wagh · 2 years ago
  55. 83cc5ed libbinder_rs doesn't need libutils by Jooyung Han · 2 years ago
  56. e88097d libbinder_rs: Build libbinder_ndk_sys on Trusty by Andrei Homescu · 2 years, 3 months ago
  57. 280e226 Merge "Add IntoBinderResult trait to simplify binder error handling" into main by Treehugger Robot · 2 years ago
  58. e731c49 Add IntoBinderResult trait to simplify binder error handling by Jiyong Park · 2 years ago
  59. abf991c libbinder_rs: Use a bindgen flag file by Andrei Homescu · 2 years, 1 month ago
  60. c1c1e6e Merge "Fix unimplemented codepath in conversion to async binder interface" into main by Alice Ryhl · 2 years ago
  61. eed9ac1 Fix unimplemented codepath in conversion to async binder interface by Alice Ryhl · 2 years ago
  62. 9108264 Use OnceLock rather than Once. by Andrew Walbran · 2 years, 1 month ago
  63. 4ed9d77 Add safety comments to binder tests. by Andrew Walbran · 2 years, 1 month ago
  64. f56c8b1 Merge "Standardise safety comments for unsafe blocks, and add some more." into main by Andrew Walbran · 2 years, 1 month ago
  65. 2f3ff9f Standardise safety comments for unsafe blocks, and add some more. by Andrew Walbran · 2 years, 1 month ago
  66. 3e9c13a libbinder_rs: Fix broken documentation links by Andrei Homescu · 2 years, 3 months ago
  67. fee5863 Improve Rust documentation of Binder thread pool. by Andrew Walbran · 2 years, 2 months ago
  68. 1dd1333 Bindgen 0.65.1 no longer supports size_t-is-usize by Matthew Maurer · 2 years, 1 month ago
  69. 64b5bc4 Implement the clone trait for ParcelableHolder by Yiming Jing · 2 years, 2 months ago
  70. fbd8b89 Merge "Revert "example_service_fuzzer: explicit deps"" by Steven Moreland · 2 years, 2 months ago
  71. cce83cd Merge "libbinder: thread count startThreadPool spawn" by Steven Moreland · 2 years, 2 months ago
  72. 4cba2b8 Revert "example_service_fuzzer: explicit deps" by Steven Moreland · 2 years, 2 months ago
  73. 3e9debc libbinder: thread count startThreadPool spawn by Steven Moreland · 2 years, 2 months ago
  74. 2398cef Merge "binderRustNdkInteropTest: C++ in-process to Rust" by Steven Moreland · 2 years, 2 months ago
  75. 92ef86f binderRustNdkInteropTest: C++ in-process to Rust by Steven Moreland · 2 years, 2 months ago
  76. 072c398 [rpc_binder] Add ARpcServer_newBoundSocket API by Alice Wang · 2 years, 3 months ago
  77. 89ca51d Merge "example_service_fuzzer: explicit deps" by Steven Moreland · 2 years, 3 months ago
  78. 8d10ea3 Merge changes I2ec97a17,I61aea43f by Treehugger Robot · 2 years, 3 months ago
  79. 2b802f7 libbinder_rs: Remove Vec<MaybeUninit<T>> from parcelable.rs by Andrei Homescu · 2 years, 3 months ago
  80. c833863 libbinder_rs: Use NonNull inside Status by Andrei Homescu · 2 years, 3 months ago
  81. 34aac2b example_service_fuzzer: explicit deps by Steven Moreland · 2 years, 3 months ago
  82. 9b25582 Updating triage assignee for rust fuzzers by Pawan Wagh · 2 years, 3 months ago
  83. e99670c Revert "Include module dependencies under `data`" by Jahin Imtiaz · 2 years, 4 months ago
  84. 6745574 Include module dependencies under `data` by jahinimtiaz · 2 years, 4 months ago
  85. b634420 Merge "rust: Add support for parameterized types" by Matthew Maurer · 2 years, 5 months ago
  86. 88bdffe rust: Add support for parameterized types by Matthew Maurer · 2 years, 5 months ago
  87. ab53d0a Change request for Rust v1.68.0 by Charisee · 2 years, 5 months ago
  88. f297a61 Merge "RPC Binder: setMaxOutgoing{Threads,Connections}" by Steven Moreland · 2 years, 5 months ago
  89. feb13e8 RPC Binder: setMaxOutgoing{Threads,Connections} by Steven Moreland · 2 years, 5 months ago
  90. 4e4d893 Merge "Make libbinder_rs product_available" by Devin Moore · 2 years, 5 months ago
  91. 3d5ca6b Make libbinder_rs product_available by Devin Moore · 2 years, 6 months ago
  92. d3ee802 Merge "librpcbinder_rs and libbinder_rpc_unstable: enable use in sdv" by Treehugger Robot · 2 years, 6 months ago
  93. 4739eaa librpcbinder_rs -= Uwb by Steven Moreland · 2 years, 6 months ago
  94. efc3f60 librpcbinder_rs and libbinder_rpc_unstable: enable use in sdv by Raphael Blistein · 2 years, 6 months ago
  95. 968b998 Merge "rpc_binder: Create C/Rust bindings for inet socket" by Yiming Jing · 2 years, 6 months ago
  96. 3463706 rpc_binder: Create C/Rust bindings for inet socket by Yiming Jing · 2 years, 6 months ago
  97. 9fbb1f9 librpcbinder_rs: enable use in Minidroid RPC sample by Marcin Radomski · 2 years, 7 months ago
  98. 6fe5d64 Import macro directly rather than using #[macro_use]. by Andrew Walbran · 2 years, 7 months ago
  99. d431b2e Merge "Use usize instead of c_long in Rust code" by Treehugger Robot · 2 years, 7 months ago
  100. 74eaf37 libbinder_rs : removing assert while reading parcel by Pawan Wagh · 2 years, 7 months ago