1. 0555fbf Add a method for libbinder to wrap an accessor in a delegator by Devin Moore · 1 year ago
  2. 52a7855 Merge "Add a libbinder_rs wrapper around the new ARpc APIs" into main by Devin Moore · 11 months ago
  3. e254323 binder: fix decoding of vintf stability ParcelableHolder by Frederick Mayle · 12 months ago
  4. bbd71b1 Add a libbinder_rs wrapper around the new ARpc APIs by Devin Moore · 1 year, 1 month ago
  5. be8acf7 Fix clippy lints for new EPSILON/INFINITY/MAX/MIN/NAN by Stephen Hines · 1 year, 1 month ago
  6. ac72879 Merge "rust: properly handle async->async handles" into main by Alice Ryhl · 1 year, 2 months ago
  7. 0ae829e rust: properly handle async->async handles by Alice Ryhl · 1 year, 4 months ago
  8. 78414c5 Use the global default cpp_std. by Elliott Hughes · 1 year, 3 months ago
  9. 68f34bf deprecate binder::get_service, add binder::check_service by Frederick Mayle · 1 year, 4 months ago
  10. 26db5e4 Binder file module by Tomasz Wasilczyk · 1 year, 10 months ago
  11. 639490b Binder unique_fd by Tomasz Wasilczyk · 1 year, 10 months ago
  12. d23c049 libbinder_rs: Switch dump() argument type to Write trait by Andrei Homescu · 1 year, 10 months ago
  13. 777c701 Update needed for Rust v1.73.0 by Charisee · 1 year, 10 months ago
  14. bb07b98 Fix or silence binder build warnings on clang by Tomasz Wasilczyk · 1 year, 11 months ago
  15. e9eea16 Merge "Rust API to fuzz multiple binders" into main by Pawan Wagh · 2 years ago
  16. 9004a82 Rust API to fuzz multiple binders by Pawan Wagh · 2 years ago
  17. f065996 Add Vec read methods in rust parcel fuzzer by Pawan Wagh · 2 years ago
  18. 6f972e3 Adding defaults for AIDL rust fuzzers by Pawan Wagh · 2 years, 1 month ago
  19. 9108264 Use OnceLock rather than Once. by Andrew Walbran · 2 years, 2 months ago
  20. 4ed9d77 Add safety comments to binder tests. by Andrew Walbran · 2 years, 2 months ago
  21. 1dd1333 Bindgen 0.65.1 no longer supports size_t-is-usize by Matthew Maurer · 2 years, 2 months ago
  22. fbd8b89 Merge "Revert "example_service_fuzzer: explicit deps"" by Steven Moreland · 2 years, 3 months ago
  23. 4cba2b8 Revert "example_service_fuzzer: explicit deps" by Steven Moreland · 2 years, 3 months ago
  24. 92ef86f binderRustNdkInteropTest: C++ in-process to Rust by Steven Moreland · 2 years, 3 months ago
  25. 89ca51d Merge "example_service_fuzzer: explicit deps" by Steven Moreland · 2 years, 4 months ago
  26. 34aac2b example_service_fuzzer: explicit deps by Steven Moreland · 2 years, 4 months ago
  27. 9b25582 Updating triage assignee for rust fuzzers by Pawan Wagh · 2 years, 4 months ago
  28. e99670c Revert "Include module dependencies under `data`" by Jahin Imtiaz · 2 years, 5 months ago
  29. 6745574 Include module dependencies under `data` by jahinimtiaz · 2 years, 5 months ago
  30. 6fe5d64 Import macro directly rather than using #[macro_use]. by Andrew Walbran · 2 years, 8 months ago
  31. 79247d1 Updating hotlist id in rust fuzzers by Pawan Wagh · 2 years, 9 months ago
  32. 196ecc8 Move parcelable aidl files into package by Pawan Wagh · 2 years, 9 months ago
  33. 4247166 Fix warnings from rustc 1.65.0 by Chris Wailes · 2 years, 10 months ago
  34. 37b7fa8 Using const array of functions in rust parcel fuzzer by Pawan Wagh · 2 years, 10 months ago
  35. f895660 Merge "Fuzzer for rust parcels" by Pawan Wagh · 2 years, 10 months ago
  36. e372148 Adding a sample fuzzer using fuzz_service by Pawan Wagh · 2 years, 10 months ago
  37. 38429f0 Adding fuzz_service for rust backend by Pawan Wagh · 2 years, 11 months ago
  38. 13630ff Fuzzer for rust parcels by Pawan Wagh · 2 years, 11 months ago
  39. 4c8aa33 Adding rust lib for random parcel by Pawan Wagh · 2 years, 11 months ago
  40. e268a9f rust: Enable formatting enforcement for Rust by Matthew Maurer · 3 years, 1 month ago
  41. ae0a0e4 Fix SerializeFileDescriptor. by Florian Mayer · 3 years, 4 months ago
  42. e1f91f7 Fix lints from Rust 1.60.0 by Chris Wailes · 3 years, 5 months ago
  43. 1ccdc90 Changes for the Rust 1.59.0 update by Charisee · 3 years, 6 months ago
  44. 098bbc9 [binder_rs] Add get_declared_instances and is_declared APIs by Stephen Crane · 3 years, 7 months ago
  45. f2735b4 Revert^2 "[binder] Expose public Rust API at crate top level" by Stephen Crane · 3 years, 8 months ago
  46. 214307b Revert "[binder] Expose public Rust API at crate top level" by Stephen Crane · 3 years, 8 months ago
  47. 8a1c46c [binder] Expose public Rust API at crate top level by Stephen Crane · 4 years, 1 month ago
  48. 26a735a Merge "rust: add conversion between sync and async interfaces" by Treehugger Robot · 3 years, 9 months ago
  49. 29a5026 binder: add is_handling_transaction tests by Alice Ryhl · 3 years, 9 months ago
  50. c173684 rust: add conversion between sync and async interfaces by Alice Ryhl · 3 years, 10 months ago
  51. 7bca105 libbinder_rs: Add support for attributes to declare_binder_enum by Stephen Crane · 3 years, 10 months ago
  52. 8618c48 rust: split Parcel enum into two types by Alice Ryhl · 3 years, 10 months ago
  53. 929804f binder_rust: add async variants of get_interface and wait_for_interface by Alice Ryhl · 3 years, 10 months ago
  54. 05f5a2c binder: add async Rust support by Alice Ryhl · 4 years ago
  55. 78793f2 Merge "rust: split transact into prepare and submit" by Treehugger Robot · 4 years ago
  56. ea9d9d2 ndk: Add way to manage ownership of linkToDeath cookie by Alice Ryhl · 4 years ago
  57. feba6ca rust: split transact into prepare and submit by Alice Ryhl · 4 years, 1 month ago
  58. 9a9427c Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 4 years, 1 month ago
  59. a5a35de Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years, 1 month ago
  60. 2a3297f [binder] Add support for dump transaction to Rust by Stephen Crane · 4 years, 3 months ago
  61. c3ce5c3 Add wait_for_interface and wait_for_service. by Andrew Walbran · 4 years, 3 months ago
  62. 10d0432 Merge "Allow set_requesting_sid to be enabled when AIDL Binder is created." by Andrew Walbran · 4 years, 5 months ago
  63. 6ad5324 Use the new more inclusive command-line options. by Joel Galenson · 4 years, 5 months ago
  64. 88eca4f Allow set_requesting_sid to be enabled when AIDL Binder is created. by Andrew Walbran · 4 years, 5 months ago
  65. 12400d8 Add DeathRecipient and IBinder to public_api. by Andrew Walbran · 4 years, 6 months ago
  66. f867ed2 Merge "libbinder_rs: Modify asserts to propagate failure to C++" by Steven Moreland · 4 years, 6 months ago
  67. 3c53823 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 4 years, 7 months ago
  68. 1729e90 libbinder_rs: Modify asserts to propagate failure to C++ by Stephen Crane · 4 years, 7 months ago
  69. ddb3e6d libbinder_rs: Add Strong<> and Weak<> Binder references by Stephen Crane · 4 years, 9 months ago
  70. 6fc80d6 Do not test panic capture in Rust. by Matthew Maurer · 4 years, 7 months ago
  71. d58bce0 Add Rust/C++ Parcel serialization tests by Stephen Crane · 5 years ago
  72. 669deb6 Revert "Revert "libbinder_rs: Treat previously associated Binder as remote"" by Stephen Crane · 5 years ago
  73. f6b9ad9 Revert "libbinder_rs: Treat previously associated Binder as remote" by Matthew Maurer · 4 years, 9 months ago
  74. 29422bf libbinder_rs: Treat previously associated Binder as remote by Stephen Crane · 5 years ago
  75. 798a09a Expose binder security context to rust binder services by Janis Danisevskis · 5 years ago
  76. f80ad1a Add rustBinderTestService to general-tests suite by Dan Shi · 5 years ago
  77. 2a3c250 Initial Binder Rust crate by Stephen Crane · 5 years ago