summaryrefslogtreecommitdiff
path: root/libs/binder/rust/tests
AgeCommit message (Expand)Author
2024-11-21Add Accessor::from_binder Devin Moore
2024-11-20Add AccessorProvider to libbinder_rs Devin Moore
2024-10-09Add a method for libbinder to wrap an accessor in a delegator Devin Moore
2024-10-01Merge "Add a libbinder_rs wrapper around the new ARpc APIs" into main Devin Moore
2024-09-27binder: fix decoding of vintf stability ParcelableHolder Frederick Mayle
2024-09-27Add a libbinder_rs wrapper around the new ARpc APIs Devin Moore
2024-08-05Fix clippy lints for new EPSILON/INFINITY/MAX/MIN/NAN Stephen Hines
2024-07-02Merge "rust: properly handle async->async handles" into main Alice Ryhl
2024-07-02rust: properly handle async->async handles Alice Ryhl
2024-06-05Use the global default cpp_std. Elliott Hughes
2024-05-13deprecate binder::get_service, add binder::check_service Frederick Mayle
2023-11-20Binder file module Tomasz Wasilczyk
2023-11-17Binder unique_fd Tomasz Wasilczyk
2023-11-14libbinder_rs: Switch dump() argument type to Write trait Andrei Homescu
2023-11-08Update needed for Rust v1.73.0 Charisee
2023-10-12Fix or silence binder build warnings on clang Tomasz Wasilczyk
2023-09-11Merge "Rust API to fuzz multiple binders" into main Pawan Wagh
2023-09-11Rust API to fuzz multiple binders Pawan Wagh
2023-08-29Add Vec read methods in rust parcel fuzzer Pawan Wagh
2023-08-17Adding defaults for AIDL rust fuzzers Pawan Wagh
2023-07-21Use OnceLock rather than Once. Andrew Walbran
2023-07-21Add safety comments to binder tests. Andrew Walbran
2023-06-26Bindgen 0.65.1 no longer supports size_t-is-usize Matthew Maurer
2023-06-15Merge "Revert "example_service_fuzzer: explicit deps"" Steven Moreland
2023-06-15Revert "example_service_fuzzer: explicit deps" Steven Moreland
2023-06-08binderRustNdkInteropTest: C++ in-process to Rust Steven Moreland
2023-05-11Merge "example_service_fuzzer: explicit deps" Steven Moreland
2023-05-05example_service_fuzzer: explicit deps Steven Moreland
2023-05-05Updating triage assignee for rust fuzzers Pawan Wagh
2023-04-12Revert "Include module dependencies under `data`" Jahin Imtiaz
2023-04-06Include module dependencies under `data` jahinimtiaz
2023-01-19Import macro directly rather than using #[macro_use]. Andrew Walbran
2022-12-09Updating hotlist id in rust fuzzers Pawan Wagh
2022-12-05Move parcelable aidl files into package Pawan Wagh
2022-11-16Fix warnings from rustc 1.65.0 Chris Wailes
2022-11-07Using const array of functions in rust parcel fuzzer Pawan Wagh
2022-11-04Merge "Fuzzer for rust parcels" Pawan Wagh
2022-11-03Adding a sample fuzzer using fuzz_service Pawan Wagh
2022-11-03Adding fuzz_service for rust backend Pawan Wagh
2022-11-02Fuzzer for rust parcels Pawan Wagh
2022-11-01Adding rust lib for random parcel Pawan Wagh
2022-07-26rust: Enable formatting enforcement for Rust Matthew Maurer
2022-04-28Fix SerializeFileDescriptor. Florian Mayer
2022-04-21Fix lints from Rust 1.60.0 Chris Wailes
2022-02-28Changes for the Rust 1.59.0 update Charisee
2022-02-18[binder_rs] Add get_declared_instances and is_declared APIs Stephen Crane
2022-01-19Revert^2 "[binder] Expose public Rust API at crate top level" Stephen Crane
2022-01-19Revert "[binder] Expose public Rust API at crate top level" Stephen Crane
2022-01-13[binder] Expose public Rust API at crate top level Stephen Crane
2021-12-11Merge "rust: add conversion between sync and async interfaces" Treehugger Robot