summaryrefslogtreecommitdiff
path: root/libs/binder/rust/tests
Commit message (Expand)AuthorAgeFilesLines
* Binder file moduleTomasz Wasilczyk2023-11-201-1/+1
* Binder unique_fdTomasz Wasilczyk2023-11-171-3/+5
* libbinder_rs: Switch dump() argument type to Write traitAndrei Homescu2023-11-141-2/+2
* Update needed for Rust v1.73.0Charisee2023-11-081-1/+1
* Fix or silence binder build warnings on clangTomasz Wasilczyk2023-10-121-0/+3
* Merge "Rust API to fuzz multiple binders" into mainPawan Wagh2023-09-112-5/+21
|\
| * Rust API to fuzz multiple bindersPawan Wagh2023-09-112-5/+21
* | Add Vec read methods in rust parcel fuzzerPawan Wagh2023-08-291-0/+3
|/
* Adding defaults for AIDL rust fuzzersPawan Wagh2023-08-172-20/+20
* Use OnceLock rather than Once.Andrew Walbran2023-07-211-11/+8
* Add safety comments to binder tests.Andrew Walbran2023-07-214-6/+34
* Bindgen 0.65.1 no longer supports size_t-is-usizeMatthew Maurer2023-06-261-1/+0
* Merge "Revert "example_service_fuzzer: explicit deps""Steven Moreland2023-06-151-5/+0
|\
| * Revert "example_service_fuzzer: explicit deps"Steven Moreland2023-06-151-5/+0
* | binderRustNdkInteropTest: C++ in-process to RustSteven Moreland2023-06-081-7/+5
* | Merge "example_service_fuzzer: explicit deps"Steven Moreland2023-05-111-0/+5
|\|
| * example_service_fuzzer: explicit depsSteven Moreland2023-05-051-0/+5
* | Updating triage assignee for rust fuzzersPawan Wagh2023-05-052-0/+2
|/
* Revert "Include module dependencies under `data`"Jahin Imtiaz2023-04-121-8/+7
* Include module dependencies under `data`jahinimtiaz2023-04-061-7/+8
* Import macro directly rather than using #[macro_use].Andrew Walbran2023-01-192-6/+3
* Updating hotlist id in rust fuzzersPawan Wagh2022-12-092-0/+4
* Move parcelable aidl files into packagePawan Wagh2022-12-051-3/+3
* Fix warnings from rustc 1.65.0Chris Wailes2022-11-161-1/+1
* Using const array of functions in rust parcel fuzzerPawan Wagh2022-11-072-104/+97
* Merge "Fuzzer for rust parcels"Pawan Wagh2022-11-043-0/+326
|\
| * Fuzzer for rust parcelsPawan Wagh2022-11-023-0/+326
* | Adding a sample fuzzer using fuzz_servicePawan Wagh2022-11-033-0/+91
* | Adding fuzz_service for rust backendPawan Wagh2022-11-033-1/+17
|/
* Adding rust lib for random parcelPawan Wagh2022-11-013-0/+105
* rust: Enable formatting enforcement for RustMatthew Maurer2022-07-262-176/+114
* Fix SerializeFileDescriptor.Florian Mayer2022-04-281-1/+1
* Fix lints from Rust 1.60.0Chris Wailes2022-04-211-2/+2
* Changes for the Rust 1.59.0 updateCharisee2022-02-281-3/+3
* [binder_rs] Add get_declared_instances and is_declared APIsStephen Crane2022-02-181-0/+15
* Revert^2 "[binder] Expose public Rust API at crate top level"Stephen Crane2022-01-192-44/+49
* Revert "[binder] Expose public Rust API at crate top level"Stephen Crane2022-01-192-49/+44
* [binder] Expose public Rust API at crate top levelStephen Crane2022-01-132-44/+49
* Merge "rust: add conversion between sync and async interfaces"Treehugger Robot2021-12-111-0/+26
|\
| * rust: add conversion between sync and async interfacesAlice Ryhl2021-12-101-0/+26
* | binder: add is_handling_transaction testsAlice Ryhl2021-12-101-1/+81
|/
* libbinder_rs: Add support for attributes to declare_binder_enumStephen Crane2021-11-101-1/+18
* rust: split Parcel enum into two typesAlice Ryhl2021-11-092-14/+14
* binder_rust: add async variants of get_interface and wait_for_interfaceAlice Ryhl2021-11-021-3/+30
* binder: add async Rust supportAlice Ryhl2021-11-022-11/+116
* Merge "rust: split transact into prepare and submit"Treehugger Robot2021-09-151-0/+23
|\
| * rust: split transact into prepare and submitAlice Ryhl2021-08-261-0/+23
* | ndk: Add way to manage ownership of linkToDeath cookieAlice Ryhl2021-09-151-11/+71
|/
* Remove ndk_platform backend. Use the ndk backend.Jiyong Park2021-08-091-1/+1
* Fix warnings in preparation for Rust 1.54.0Chris Wailes2021-07-271-1/+1